Underdog Fantasy Prop Lines Scraper
Pricing
from $0.015 / prop line
Underdog Fantasy Prop Lines Scraper
Scrape live player prop lines from Underdog Fantasy. Points, rebounds, assists, combo props, over/under odds, implied probability. Filter by player, team, sport, or prop type. NBA, NFL, MLB, NHL, soccer.
Pricing
from $0.015 / prop line
Rating
0.0
(0)
Developer
Yuliia Kulakova
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 days ago
Last modified
Categories
Share

Underdog Fantasy Prop Lines Scraper
Pull every player prop line from Underdog Fantasy in seconds — points, rebounds, assists, combo props, odds, implied probability, and more. Filter by player, team, sport, or prop type. No API key required.
Whether you're line shopping, building a model, or setting up automated alerts — this actor gives you clean, structured data ready to use.
What You Get
Every record includes:
| Field | Description |
|---|---|
playerName | Full player name |
team / opponent | Team abbreviations, e.g. LAL, OKC |
gameVenue | "home" or "away" |
sport | NBA, NFL, MLB, NHL, SOCCER |
propType | Normalized stat key: points, rebounds, pts_rebs_asts, passing_yards, etc. |
propCategory | Broad category: scoring, defensive, passing, rush_receiving, pitching, hitting |
line | The over/under threshold |
overOdds / underOdds | American odds for each side |
impliedProbability | Win probability derived from odds (0–1) |
payoutMultiplier | Per-leg payout multiplier |
gameDate / gameTime | When the game tips off |
isLive | Whether the game is in progress |
boostedMultiplier | true when the over payout is boosted (contrarian value signal) |
scrapedAt | Timestamp of the scrape |
Example Output
{"platform": "underdog","playerName": "LeBron James","team": "LAL","opponent": "OKC","gameVenue": "away","sport": "NBA","propType": "pts_rebs_asts","propCategory": "scoring","line": 35.5,"overOdds": -118,"underOdds": -105,"impliedProbability": 0.5413,"payoutMultiplier": 1,"gameDate": "2026-05-08","gameTime": "2026-05-08T01:30:00Z","isLive": false,"boostedMultiplier": false,"scrapedAt": "2026-05-08T12:00:00.000Z"}
Input Options
| Parameter | Type | Default | Description |
|---|---|---|---|
sports | string[] | all | Sports to include: NBA, NFL, MLB, NHL, SOCCER |
propTypes | string[] | all | Filter by prop type, e.g. ["points", "rebounds", "passing_yards"] |
playerNames | string[] | all | Filter to specific players, e.g. ["LeBron James", "Stephen Curry"] |
teams | string[] | all | Filter by team abbreviation, e.g. ["LAL", "GSW"] |
minLine | number | 0 | Only return props where line ≥ this value |
maxLine | number | none | Only return props where line ≤ this value |
onlyLiveGames | boolean | false | Only return props for games currently in progress |
includeInjuredPlayers | boolean | false | When false, props for Questionable / GTD / Out players are excluded |
outputFormat | enum | "per-prop" | "per-prop" — one flat record per line (best for spreadsheets). "per-player" — one record per player with a nested props array (best for player-centric analysis) |
Use Cases
Line Shopping — pull all available props before your slate and see exact odds for each side before locking in.
Model Building — schedule the actor to run every 15–30 minutes and accumulate timestamped snapshots. Track how lines move around injury news and game time.
Automated Alerts — connect to Apify webhooks and trigger notifications when a player you follow has a new prop posted.
Injury-Aware Filtering — set includeInjuredPlayers: false (default) to automatically skip props for players listed as Questionable, GTD, or Out.
Per-Player Grouping — use outputFormat: "per-player" to get one clean record per player with all their props nested — perfect for building slips or player cards.
Supported Prop Types
NBA — points, rebounds, assists, threes_made, free_throws_made, steals, blocks, turnovers, pts_rebs_asts, pts_rebs, pts_asts, rebs_asts, points_rebounds, fg_attempted
NFL — passing_yards, rushing_yards, receiving_yards, passing_tds, receptions, interceptions, rush_rec_yards
MLB — hits, home_runs, rbi, runs_scored, strikeouts, pitcher_strikeouts, walks, stolen_bases, total_bases
NHL — goals, shots_on_goal, saves
SOCCER — shots, shots_on_target