DraftKings Pick6 Player Props - Lines & Multipliers avatar

DraftKings Pick6 Player Props - Lines & Multipliers

Pricing

from $0.03 / 1,000 props

Go to Apify Store
DraftKings Pick6 Player Props - Lines & Multipliers

DraftKings Pick6 Player Props - Lines & Multipliers

Scrape DraftKings Pick6 player props for MLB, NBA, NHL, Soccer, PGA, UFC, and esports. Get stat lines, over/under multipliers, player info, and game details. Filter by league, player, stat, or team. Cross-platform compatible with PrizePicks and Underdog Fantasy.

Pricing

from $0.03 / 1,000 props

Rating

0.0

(0)

Developer

Zen Studio

Zen Studio

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

5 days ago

Last modified

Share

DraftKings Pick6 Player Props Scraper — Real-Time Lines & Multipliers Across 11 Leagues

7,500+ player props in under 10 seconds — real-time over/under lines with multipliers, 46 fields across 11 leagues.

Zen Studio Sports Betting   •  Real-time odds across every major sportsbook
 PrizePicks Props
Projections and lines
 Underdog Props
Lines and odds
 DraftKings Odds
Lines, props, SGP
 Pick6 Props
➤ You are here

Get every active player prop from DraftKings Pick6 as structured JSON.

Each result is one prop: a player, a stat, and an over/under line with standing multipliers.

Filter by league, player name, stat type, or team. Fetch the entire board in one call.

 

  • 46 fields per prop — player profile, team, game matchup, multipliers, market type, gimme/correlated flags
  • 11 leagues — MLB, NBA, NHL, Soccer, PGA, UFC, CS2, League of Legends, Valorant, Call of Duty, NASCAR
  • Real-time data — lines update every few minutes on Pick6
  • Cross-platform compatible — field names align with PrizePicks and Underdog Fantasy actors

Copy to your AI assistant

Copy this block into ChatGPT, Claude, Cursor, or any LLM to start using this actor.

zen-studio/draftkings-pick6-player-props on Apify. Call: ApifyClient("TOKEN").actor("zen-studio/draftkings-pick6-player-props").call(run_input={...}), then client.dataset(run["defaultDatasetId"]).list_items().items for results. Key inputs: leagues (string[], default ["All"], options: "All"|"MLB"|"NBA"|"NHL"|"Soccer"|"PGA"|"UFC"|"CS"|"LOL"|"VAL"|"COD"|"NASCAR"), playerNames (string, comma-separated partial match), statTypes (string, comma-separated), teams (string, comma-separated), includeAlternateLines (bool, default false). Filters combine with AND logic, filtered rows not billed. Full actor spec: GET https://api.apify.com/v2/acts/zen-studio~draftkings-pick6-player-props/builds/default (Bearer TOKEN). Pricing: pay-per-event, $0.005/run start, $0.00003/prop. Free tier: 5 lifetime runs, 50 props/run. Get token: https://console.apify.com/account/integrations

What Data Can You Extract from DraftKings Pick6?

Every result includes:

  • Player name, team, position, jersey number, headshot URL (two sizes), player ID
  • Stat category with display name and abbreviation (Points / PTS, Strikeouts Thrown / SO)
  • Over/under line with standing multipliers for both sides
  • Market type (standard or alternate) with gimme and correlated flags
  • Game matchup string, home/away teams with logo URLs, game start time, live status, live scores
  • Live stat tracking availability, sort priority
  • Unique projection ID for line movement tracking

Multipliers

Pick6 uses multipliers instead of traditional odds:

MultiplierMeaning
1xStandard line, even payout
0.5xEasier side, reduced payout
1.5x+Higher payout, alternate line

Gimme Picks

Gimme picks (is_gimme: true) are promotional easy-win props with reduced multipliers. They count as free squares in Pick6 entries.

How to Scrape DraftKings Pick6 Props

Basic — NBA Props

{
"leagues": ["NBA"]
}

Multiple Leagues

{
"leagues": ["NBA", "MLB", "NHL"]
}

Filter by Player Name

{
"leagues": ["NBA"],
"playerNames": "Jokic, LeBron, Curry"
}

Filter by Stat Type

{
"leagues": ["MLB"],
"statTypes": "Strikeouts Thrown, Hits, Home Runs"
}

Filter by Team

{
"leagues": ["NBA"],
"teams": "Lakers, Celtics"
}

Combine Filters (AND logic)

{
"leagues": ["NBA"],
"statTypes": "Points",
"teams": "DEN"
}

Include Alternate Lines

{
"leagues": ["NBA"],
"includeAlternateLines": true
}

Everything at Once

{
"leagues": ["All"]
}

Input Parameters

ParameterTypeDefaultDescription
leaguesarray["All"]One or more leagues. Select "All" for every available league
playerNamesstringComma-separated player names. Case-insensitive, diacritic-insensitive. Partial matching
statTypesstringComma-separated stat types. Accepts full names or abbreviations (Points, PTS, SO). Case-insensitive
teamsstringComma-separated team names or abbreviations (Lakers, DEN). Matches player's team
includeAlternateLinesbooleanfalseInclude boosted/alternate projection lines with higher multipliers

All filters are optional and combine with AND logic. Filtered-out props are not billed.

Supported Leagues

Select individual leagues or use All to fetch every prop at once.

CategoryLeagues
Major US SportsMLB, NBA, NHL
InternationalSoccer
Individual SportsPGA Tour, UFC
EsportsCS2, League of Legends, Valorant, Call of Duty
MotorsportNASCAR

League availability varies daily based on scheduled events.

Stat Types by League

Pass these as comma-separated values in statTypes. Both full names and abbreviations work.

LeagueAvailable Stat Types
NBAPoints, Rebounds, Assists, 3-Pointers Made, Pts + Rebs + Asts
MLBHits, Total Bases (From Hits), Doubles, Home Runs, Stolen Bases, Strikeouts Thrown, Hits + Runs + RBIs
NHLPoints, Goals, Assists, Shots on Goal, Blocks
SoccerGoals, Assists, Shots, Tackles, Passes Attempted, Saves, Cards, Fouls Drawn
PGABirdies or Better, Finishing Position, Holes Completed, Strokes
UFCSignificant Strikes, Takedowns
CS2Kills, Assists, Headshots
LoLKills, Assists, Creep Score
ValorantKills, Assists

Stat types vary daily. Run once without a statTypes filter and inspect the stat / stat_abbr fields to see what's available.

Pricing — Pay Per Event (PPE)

$0.03 per 1,000 props.

Cost Examples

What You FetchPropsCost
NBA (typical game day)~900~$0.03
NBA + MLB + NHL~4,700~$0.15
All 11 leagues~7,500~$0.23
NBA filtered to 1 player~5< $0.01

Cost Optimization

  • Use leagues to fetch only the sports you need
  • Use statTypes to narrow to specific stats
  • Use teams to focus on specific matchups
  • Use playerNames to narrow to specific players

Filters combine with AND logic, and filtered-out props are not billed.

Free tier: 5 lifetime runs, 50 props per run.

Output Example

Real result from the NBA board with all 46 fields:

{
"platform": "draftkings_pick6",
"player_name": "Onyeka Okongwu",
"player_id": "481752",
"player_team": "ATL",
"player_team_name": "ATL",
"player_position": "C",
"player_image": "https://dkn.gs/sports/images/nba/players/160/481752.png",
"player_image_small": "https://dkn.gs/sports/images/nba/players/50/481752.png",
"player_jersey": "17",
"league": "NBA",
"sport_id": 4,
"game_name": "ATL @ CLE",
"game_start": "2026-04-08T23:10:00.0000000+00:00",
"game_status": "Upcoming",
"home_team": "CLE",
"away_team": "ATL",
"home_team_name": "CLE",
"away_team_name": "ATL",
"home_team_image": "https://dkn.gs/sports/images/nba/teams/logos/160/32908.png",
"away_team_image": "https://dkn.gs/sports/images/nba/teams/logos/160/32892.png",
"home_score": 0,
"away_score": 0,
"pickable_id": 2654783,
"pick_group_id": 145324,
"is_correlated": false,
"projection_id": "p6-2654783-7747561",
"line": 14.5,
"stat": "Points",
"stat_display": "Points",
"stat_abbr": "PTS",
"status": "pre_game",
"is_live": false,
"is_live_stat_tracked": true,
"is_paused": false,
"rank": 5,
"priority": 58001,
"updated_at": null,
"pickable_market_id": 7747561,
"pick_six_market_id": 12,
"market_type": "standard",
"is_alternate_line": false,
"is_gimme": false,
"over_multiplier": 1.0,
"over_formatted": "1x",
"under_multiplier": 1.0,
"under_formatted": "1x"
}

PrizePicks & Underdog Fantasy Compatibility

Field names are aligned with the PrizePicks Player Props Scraper and Underdog Fantasy Player Props Scraper where fields overlap. Shared fields use identical names (player_name, stat, line, league, game_start, player_team, etc.), making it straightforward to merge datasets from all three platforms for line comparison.

Scheduling

CadenceBest For
Once or twice dailyDaily picks newsletters, content creation
Every 1-4 hoursLine comparison tools, data collection
Every 2-5 minutesNear real-time monitoring, Discord bots

Data Export

Results are available in:

  • JSON — structured data for programmatic analysis
  • CSV — flat tables for spreadsheets
  • Excel — formatted data for reporting

Export directly from Apify Console or via API.

FAQ

How many props are typically available? Around 7,000-8,000 across all leagues. MLB alone has 2,500-3,000. NBA has 800-1,000 depending on the game schedule.

How often do lines change? Lines update every few minutes on Pick6. Schedule the scraper to run periodically and compare line values across runs using projection_id as the key.

What's the difference between standard and alternate lines? Standard lines have balanced multipliers (usually 1x on both sides). Alternate lines offer a different target value with a higher multiplier on one side. Enable includeAlternateLines to get both.

What are gimme picks? Promotional easy-win props with reduced multipliers. They act as free squares in Pick6 entries. Identified by is_gimme: true.

What does "correlated" mean? Correlated props (is_correlated: true) share a statistical relationship (e.g., a pitcher's strikeouts and a batter's strikeouts in the same game). Pick6 may restrict combining correlated props.

Does this work outside the US? Yes. The scraper uses a US residential proxy internally. You can run it from anywhere.

What happens if a league has no games today? Zero results for that league with an info message. No error, no charge.

Can I track line movements? Schedule the scraper to run periodically and compare line and multiplier values across runs using projection_id as the key.

How does this compare to PrizePicks or Underdog? All three actors output structured player props with compatible field names. Pick6 uses multipliers instead of American odds. PrizePicks has odds tiers (standard, demon, goblin). Underdog has American/decimal odds and payout multipliers.

What's the free tier? 5 lifetime runs, 50 props per run.

Support

  • Bugs: Issues tab
  • Features: Issues tab

This Actor extracts publicly available data from the DraftKings Pick6 platform. Users must ensure compliance with DraftKings terms of service and applicable data protection regulations when using extracted data.


Real-time player prop lines and multipliers from DraftKings Pick6 across 11 leagues.