PrizePicks Player Props & Lines Scraper
Pricing
from $0.05 / 1,000 results
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
Maintained by CommunityActor 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,demonboosted high multiplier,goblindiscounted 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).
- Filter by specific sports/leagues (
- โก 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.
- 100% HTTP-only TLS fingerprint impersonation (
๐ฅ Input Configuration
| Parameter | Type | Default | Description |
|---|---|---|---|
leagues | array | ["NBA", "NFL", "MLB", "NHL", "CS2"] | Target leagues or sports. Leave empty to query all available boards. |
statTypes | array | [] | Filter by stat types (e.g. Points, Rebounds, Assists, Strikeouts, Pass Yards). |
players | array | [] | Filter by specific player names or name fragments (e.g. ["LeBron James", "Patrick Mahomes"]). |
teams | array | [] | Filter by team abbreviations (e.g. ["LAL", "BOS", "KC", "DET"]). |
oddsTypes | array | ["standard", "demon", "goblin"] | Filter by odds multiplier tier (standard, demon, goblin). |
singleStat | boolean | true | When true, extracts standard single stat props. |
promoOnly | boolean | false | When true, extracts only flash sales, discounts, and promotional board boosts. |
directUrls | array | [] | Direct PrizePicks API URLs to query directly. |
maxItems | integer | 200 | Maximum number of player projection items to output. |
proxyConfiguration | object | {} | 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 theproxyConfigurationparameter.