PFF API
pff.com
Pro Football Focus - NFL player grades, team listings, and power rankings.
- Actions
- 7
- Category
- Sports
- Login
- Not required
- Output
- JSON
Call the PFF API
Submit a task, then poll the job until it settles. This example runs act_pff_com_homepage_ssr.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_pff_com_homepage_ssr",
"params": {}
}'7 actions on pff.com
Read
Homepage
act_pff_com_homepage_ssrread1 credit / callReturns homepage metadata including site name, description, and social profiles.
NFL Power Rankings
act_pff_com_nfl_power_rankings_ssrread1 credit / callReturns the NFL power rankings page with team and league reference data.
NFL Teams List
act_pff_com_nfl_teams_listread1 credit / callReturns NFL teams with conference, division, city, colors, and franchise IDs.
- league
- string · required
- season
- string · required
Player Grade Details
act_pff_com_player_grade_detailread2 credits / callReturns a player's grade profile with facet grades, snap counts, and career stats.
- player_id
- string · required
- league
- string · required
- season
- string · required
Position Grades
act_pff_com_position_grades_ssrread1 credit / callReturns the NFL grades page for a position with seasons and page metadata.
- position
- string · required
Position Player Grades
act_pff_com_position_player_gradesread2 credits / callReturns ranked player grades for an NFL position and season with player and team details.
- league
- string · required
- position
- string · required
- season
- string · required
Team Betting Ratings
act_pff_com_team_betting_ratingsread1 credit / callReturns NFL team betting power ratings with win projections and playoff probabilities.
- league
- string · required
PFF API questions
- Is there an API for PFF?
- PFF does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for pff.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape PFF data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when pff.com changes its markup, Anakin updates the action.
- Do I need a PFF account?
- No. Every PFF action listed here runs anonymously — no account and no credentials required.
- What does the PFF API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Sports APIs
247Sports
Browse recruiting rankings, read team news, view player profiles, and search prospects from USA.
90min
90min - soccer news, transfer rumors, previews, fixtures, and standings.
Aiscore
Aiscore - live soccer scores, fixtures, standings, lineups, and head-to-head stats.
AS (Diario AS)
Spanish sports news - live scores, standings, schedules, and articles.
Autosport UK
Autosport - racing news, results, championship standings, and driver features.
Barstool Sports
Barstool Sports - sports and entertainment news, blogs, feeds, and video clips.