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
Actor stats
0
Bookmarked
7
Total users
2
Monthly active users
2 months ago
Last modified
Categories
Share
๐ Underdog Fantasy Prop Lines Scraper
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
