Sports
FantasyPros logo

FantasyPros API

fantasypros.com

FantasyPros - fantasy consensus rankings, injury reports, and multi-sport navigation.

Actions
3
Category
Sports
Login
Not required
Output
JSON

Call the FantasyPros API

Submit a task, then poll the job until it settles. This example runs act_fantasypros_consensus_rankings_list.

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_fantasypros_consensus_rankings_list",
    "params": {
      "sport_lower": "mlb",
      "year": "2026"
    }
  }'

3 actions on fantasypros.com

Read

  • Consensus Rankings List

    act_fantasypros_consensus_rankings_listread2 credits / call

    Returns expert consensus player rankings by sport, season, ranking type, and scoring format.

    sport_lower
    string
    year
    string
    ranking_type
    string
    scoring
    string
    position
    string
    mlb_league
    string
    sport
    string
  • Player Injuries List

    act_fantasypros_player_injuries_listread1 credit / call

    Returns league-wide player injury and availability statuses with update dates by sport and week.

    sport
    string
    year
    string
    week
    string
  • Sport Navigation Categories

    act_fantasypros_sport_navigation_categoriesread1 credit / call

    Returns the sport navigation menu with ranking types, research links, and browse categories.

    sport
    string
    area
    string

FantasyPros API questions

Is there an API for FantasyPros?
FantasyPros does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for fantasypros.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 FantasyPros 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 fantasypros.com changes its markup, Anakin updates the action.
Do I need a FantasyPros account?
No. Every FantasyPros action listed here runs anonymously — no account and no credentials required.
What does the FantasyPros 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