Sports
PFF logo

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 / call

    Returns homepage metadata including site name, description, and social profiles.

  • NFL Power Rankings

    act_pff_com_nfl_power_rankings_ssrread1 credit / call

    Returns the NFL power rankings page with team and league reference data.

  • NFL Teams List

    act_pff_com_nfl_teams_listread1 credit / call

    Returns 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 / call

    Returns 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 / call

    Returns 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 / call

    Returns 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 / call

    Returns 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

All Sports sites