Draftsharks: Get Rankings
Draftsharks via Parse · sports
Fetch the player rankings table for a given scoring format and league type. Returns up to 500 players with projections, ADP, injury risk, and tier information. Paginates as a single page. Some parameter combinations (e.g. dynasty + analysis + non-ppr) may not be supported upstream and will return an upstream error. Scraper for DraftSharks.com fantasy football data including rankings, player profiles, strength of schedule, depth charts, and news. Fulfilled by Parse from draftsharks.com.
- draftsharks
- draftsharks-com
- entertainment
- news-media
- parse
- platform-key
- sports
Price and execution
- Price
- $0.20 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/8cbb56cd-270c-41c6-ab5b-ff713cf1ef13/get_rankings
- Interface artifact
- sha256:5fa9b3fe483d8896824cffae99968fa2703c60f57cbb38f908261f9bdc223a83
- Manifest digest
- sha256:2f160ac75af7a7e8738c05f129fd86046f81200002cf763bf031e6cc22be8c34
Request fields
- depth (string): Research depth.: Allowed values: rankings, analysis
- scoring (string): Scoring format.: Allowed values: half-ppr, ppr, non-ppr
- position (string): Filter by position: 'QB', 'RB', 'WR', 'TE', or empty string for all positions.
- is_dynasty (string): Set to 'true' for dynasty rankings, 'false' for redraft.: Allowed values: false, true
- league_type (string): League type.: Allowed values: standard, superflex
Example queries
- {"depth":"rankings","scoring":"half-ppr","position":"QB","is_dynasty":"false","league_type":"standard"}