PrizePicks Player Props & Lines Scraper avatar

PrizePicks Player Props & Lines Scraper

Pricing

from $0.05 / 1,000 results

Go to Apify Store
PrizePicks Player Props & Lines Scraper

PrizePicks Player Props & Lines Scraper

Ultra-fast, HTTP-only reverse-engineered scraper for PrizePicks daily fantasy sports (DFS). Extract real-time player props, lines, odds types (standard, demon, goblin), projections, teams, and promotions across NBA, NFL, MLB, NHL, WNBA, Soccer, Esports, PGA, Tennis, MMA, and more.

Pricing

from $0.05 / 1,000 results

Rating

0.0

(0)

Developer

Willy Lengkong

Willy Lengkong

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

๐ŸŽฏ PrizePicks Player Props & Lines Scraper

Ultra-fast, HTTP-only Apify Actor for PrizePicks.com. Extract real-time player projections, line scores, stat categories, teams, odds types (Standard, Demon, Goblin), and flash sale promotions across NBA, NFL, MLB, NHL, WNBA, Soccer, Esports (CS2, LoL, Valorant, Dota 2), PGA Golf, Tennis, MMA/UFC, and more.


โšก Key Features & Capabilities

  • ๐Ÿ€ Comprehensive Multi-Sport Coverage:
    • Major Leagues: NBA, NFL, MLB, NHL, WNBA, College Football (CFB), College Basketball (CBB, CBBW).
    • Esports: CS2 / CS:GO, League of Legends (LoL), Valorant, Dota 2, Call of Duty, Rocket League.
    • Combat & Global Sports: MMA / UFC, Boxing, PGA Tour, ATP / WTA Tennis, Soccer (EPL, La Liga, MLS, UEFA Champions League, Serie A, Bundesliga), NASCAR, Formula 1, Cricket, AFL.
  • ๐Ÿ“Š Granular Player & Prop Details:
    • Player Info: Full Name, Display Name, Team Abbreviation, Team Name, Position, Jersey Number, and Headshot Image URL.
    • Prop Metrics: Target Stat Type (Points, Rebounds, Assists, Strikeouts, Pass Yards, Goals, Kills, etc.), Line Score, and Promo Line Score.
    • Odds Multipliers: Odds Type (standard, demon boosted high multiplier, goblin discounted baseline), Adjusted Odds, and Refundable status.
    • Match Context: Start Time, Board Time, Game Status (pre_game, live, suspended), and Match Description.
  • ๐Ÿ” Multi-Dimensional Filtering:
    • Filter by specific sports/leagues (leagues: ["NBA", "NFL", "CS2"]).
    • Filter by stat categories (statTypes: ["Points", "Assists", "Strikeouts"]).
    • Search by player name keywords (players: ["LeBron", "Mahomes", "s1mple"]).
    • Filter by team abbreviations (teams: ["LAL", "BOS", "KC"]).
    • Filter by odds types (oddsTypes: ["standard", "demon", "goblin"]).
    • Filter exclusively for discounts and boosts (promoOnly: true).
  • โšก High-Throughput & Low-Cost (PPE Ready):
    • 100% HTTP-only TLS fingerprint impersonation (curl_cffi).
    • No slow, costly headless browsers (Playwright/Puppeteer).
    • Zero memory overhead, high concurrency streaming.

๐Ÿ“ฅ Input Configuration

ParameterTypeDefaultDescription
leaguesarray["NBA", "NFL", "MLB", "NHL", "CS2"]Target leagues or sports. Leave empty to query all available boards.
statTypesarray[]Filter by stat types (e.g. Points, Rebounds, Assists, Strikeouts, Pass Yards).
playersarray[]Filter by specific player names or name fragments (e.g. ["LeBron James", "Patrick Mahomes"]).
teamsarray[]Filter by team abbreviations (e.g. ["LAL", "BOS", "KC", "DET"]).
oddsTypesarray["standard", "demon", "goblin"]Filter by odds multiplier tier (standard, demon, goblin).
singleStatbooleantrueWhen true, extracts standard single stat props.
promoOnlybooleanfalseWhen true, extracts only flash sales, discounts, and promotional board boosts.
directUrlsarray[]Direct PrizePicks API URLs to query directly.
maxItemsinteger200Maximum number of player projection items to output.
proxyConfigurationobject{}Apify Proxy Configuration (Residential US proxy recommended).

๐Ÿ“ค Sample Output JSON

Each item in the output dataset follows this clean, normalized schema:

{
"id": "2849102",
"projectionId": "2849102",
"playerId": "10492",
"playerName": "Luka Doncic",
"playerDisplayName": "Luka Doncic",
"team": "DAL",
"teamName": "Dallas Mavericks",
"position": "PG",
"jerseyNumber": "77",
"playerImageUrl": "https://static.prizepicks.com/images/players/nba/10492.png",
"league": "NBA",
"leagueId": 7,
"statType": "Points",
"statTypeId": "12",
"lineScore": 31.5,
"projectionType": "Single Stat",
"oddsType": "standard",
"adjustedOdds": null,
"flashSaleLineScore": null,
"isPromo": false,
"status": "pre_game",
"startTime": "2026-08-31T23:30:00.000Z",
"endTime": null,
"boardTime": "2026-08-31T18:00:00.000Z",
"description": "vs BOS",
"rank": 1,
"isCombo": false,
"customImage": null,
"refundable": true,
"today": true,
"scrapedAt": "2026-08-31T15:45:00.000000+00:00"
}

๐Ÿ’ก Best Practices & Proxy Guidance

  • Geo-Location: PrizePicks operates under North American DFS regulations and utilizes Cloudflare edge protection that restricts non-US/Canada IP connections.
  • Recommended Proxy: On Apify Console, configure Apify Residential Proxy (country_code="US") in the proxyConfiguration parameter.