# PrizePicks Player Props & Lines Scraper (`wyle/prizepicks-player-props`) Actor

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.

- **URL**: https://apify.com/wyle/prizepicks-player-props.md
- **Developed by:** [Willy Lengkong](https://apify.com/wyle) (community)
- **Categories:**
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.05 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## 🎯 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

| 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:

```json
{
  "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.

# Actor input Schema

## `leagues` (type: `array`):

List of sports/leagues to scrape (e.g. NBA, NFL, MLB, NHL, WNBA, CFB, CBB, PGA, SOCCER, CS2, VALORANT, LOL, MMA, TENNIS, etc.). Leave empty to scrape all active sports.

## `statTypes` (type: `array`):

Filter by stat categories (e.g., 'Points', 'Rebounds', 'Assists', 'Strikeouts', 'Pass Yards', 'Goals', 'Kills'). Case-insensitive substring match.

## `players` (type: `array`):

Filter by specific player names or name fragments (e.g. \['LeBron James', 'Patrick Mahomes', 's1mple']).

## `teams` (type: `array`):

Filter by team abbreviations (e.g. \['LAL', 'BOS', 'KC', 'DET']).

## `oddsTypes` (type: `array`):

Filter by projection line type: 'standard', 'demon' (boosted payout / higher threshold), 'goblin' (easier threshold / lower payout).

## `singleStat` (type: `boolean`):

When enabled, queries standard single stat projections.

## `promoOnly` (type: `boolean`):

Filter only discounted promo lines, flash sales, and special board boosts.

## `directUrls` (type: `array`):

Custom PrizePicks API URLs to query directly.

## `maxItems` (type: `integer`):

Maximum number of player projection records to extract.

## `proxyConfiguration` (type: `object`):

Apify Proxy Configuration. PrizePicks blocks non-US/datacenter IPs via Cloudflare; using Apify Residential Proxy (US) is strongly recommended.

## Actor input object example

```json
{
  "leagues": [
    "NBA",
    "NFL",
    "MLB",
    "NHL",
    "CS2"
  ],
  "oddsTypes": [
    "standard",
    "demon",
    "goblin"
  ],
  "singleStat": true,
  "promoOnly": false,
  "maxItems": 200
}
```

# Actor output Schema

## `results` (type: `string`):

Dataset containing parsed PrizePicks player projections, line scores, stat categories, teams, and odds types.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("wyle/prizepicks-player-props").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("wyle/prizepicks-player-props").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call wyle/prizepicks-player-props --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,wyle/prizepicks-player-props"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/5VDX1FG2jeNvosnXV/builds/EfxgrZWlE6vgswUzd/openapi.json
