# Polymarket Leaderboard Scraper (`parsebird/polymarket-scraper`) Actor

Scrape Polymarket leaderboard rankings with full trader profiles. Extract wallet addresses, usernames, profit/loss, volume, positions, recent trades, bios, and social links. Filter by time range, category, and ranking type.

- **URL**: https://apify.com/parsebird/polymarket-scraper.md
- **Developed by:** [ParseBird](https://apify.com/parsebird) (community)
- **Categories:** Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.49 / 1,000 polymarket leaderboard profiles

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

### Polymarket Leaderboard Scraper

Scrape the [Polymarket](https://polymarket.com/leaderboard) leaderboard and get full trader profiles with wallet addresses, profit/loss, volume, open positions, and recent trades. Filter by time range, category, and ranking type. Fast API-based scraping — no browser needed.

<table><tr>
<td style="border-left:4px solid #1a73e8;padding:12px 16px;font-weight:600">Extract Polymarket's top traders with wallet addresses, P&L, volume, open positions, and trade history — powered by public APIs for maximum speed and reliability.</td>
</tr></table>

<br>
<img src="https://polymarket.com/images/homepage-twitter-card.png" width="100%">

##### Copy to your AI assistant

Copy this block into ChatGPT, Claude, Cursor, or any LLM to start using this actor.

````

parsebird/polymarket-scraper on Apify. Call: ApifyClient("TOKEN").actor("parsebird/polymarket-scraper").call(run\_input={...}), then client.dataset(run\["defaultDatasetId"]).list\_items().items for results. Key inputs: timeRange (string, "DAY"/"WEEK"/"MONTH"/"ALL", default "MONTH"), category (string, "OVERALL"/"POLITICS"/"SPORTS"/"CRYPTO"/"FINANCE"/"CULTURE"/"MENTIONS"/"WEATHER"/"ECONOMICS"/"TECH", default "OVERALL"), leaderboardType (string, "PNL"/"VOL", default "PNL"), maxResults (integer, 1-1000, default 20), includePositions (boolean, default true), includeActivity (boolean, default true). Full actor spec: fetch build via GET https://api.apify.com/v2/acts/parsebird~polymarket-scraper (Bearer TOKEN). Get token: https://console.apify.com/account/integrations

````

### What does Polymarket Leaderboard Scraper do?

This Actor scrapes Polymarket's leaderboard rankings and enriches each trader with detailed profile data. It uses Polymarket's public REST APIs directly — no browser needed — making it fast, reliable, and cost-effective.

For each trader on the leaderboard, the scraper collects:

- **Leaderboard data** — rank, wallet address, username, profile image, P&L, volume, verified badge, X (Twitter) handle
- **Profile enrichment** — display name, bio, join date, profile URL
- **Portfolio value** — total current positions value
- **Open positions** (optional) — market title, outcome, size, avg price, current value, cash P&L, percent P&L
- **Recent trades** (optional) — last 10 trades with market title, outcome, side, size, price, USDC size, timestamp

### Why scrape Polymarket?

- **Trading intelligence** — Track the top-performing traders on the world's largest prediction market and analyze their strategies
- **Portfolio analysis** — Study what positions the best traders hold, their entry prices, and current P&L
- **Market research** — Identify trending markets by seeing where top traders are placing bets
- **Wallet tracking** — Get wallet addresses of top traders for on-chain analysis and copy-trading
- **Social discovery** — Find X (Twitter) handles and profiles of influential prediction market traders
- **Data enrichment** — Feed trader data into your own analytics platform, dashboard, or trading tools
- **Academic research** — Study prediction market behavior, trader performance, and market efficiency

### How to use

1. Go to the [Polymarket Leaderboard Scraper](https://apify.com/parsebird/polymarket-scraper) page on Apify Store
2. Click **Try for free**
3. Configure your input:
   - **Time Range** — Today, This Week, This Month, or All Time
   - **Category** — All Categories, Politics, Sports, Crypto, Finance, Culture, etc.
   - **Leaderboard Type** — Rank by Profit/Loss or Volume
   - **Max Results** — How many traders to scrape (1–1000)
   - **Include Positions** — Fetch current open positions for each trader
   - **Include Recent Trades** — Fetch last 10 trades for each trader
4. Click **Start** and wait for the run to finish
5. Download your data in JSON, CSV, Excel, or connect via API

### Input parameters

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `timeRange` | enum | `MONTH` | Leaderboard time period: `DAY` (today), `WEEK`, `MONTH`, `ALL` |
| `category` | enum | `OVERALL` | Market category: `OVERALL`, `POLITICS`, `SPORTS`, `CRYPTO`, `FINANCE`, `CULTURE`, `MENTIONS`, `WEATHER`, `ECONOMICS`, `TECH` |
| `leaderboardType` | enum | `PNL` | Rank by profit/loss (`PNL`) or trading volume (`VOL`) |
| `maxResults` | integer | `20` | Number of traders to scrape (1–1000) |
| `includePositions` | boolean | `true` | Fetch current open positions for each trader |
| `includeActivity` | boolean | `true` | Fetch last 10 trades for each trader |

### Output data

Each result represents one trader with the following fields:

| Field | Type | Description |
|-------|------|-------------|
| `rank` | number | Leaderboard position |
| `walletAddress` | string | Trader's proxy wallet address |
| `username` | string | Polymarket username |
| `displayName` | string | Display name from profile |
| `profileImage` | string | Profile image URL |
| `xUsername` | string | X (Twitter) handle |
| `verifiedBadge` | boolean | Whether the trader is verified |
| `profitLoss` | number | Profit/loss for the selected time period |
| `volume` | number | Trading volume for the selected time period |
| `positionsValue` | number | Total current portfolio value |
| `bio` | string | Profile bio text |
| `joinedAt` | string | Account creation date |
| `profileUrl` | string | Full Polymarket profile URL |
| `positions` | array | Current open positions (if enabled) |
| `recentTrades` | array | Last 10 trades (if enabled) |
| `scrapedAt` | string | ISO timestamp of when the data was scraped |

#### Positions array fields

| Field | Type | Description |
|-------|------|-------------|
| `title` | string | Market question title |
| `outcome` | string | Position outcome (Yes/No) |
| `size` | number | Position size |
| `avgPrice` | number | Average entry price |
| `currentValue` | number | Current position value |
| `cashPnl` | number | Cash profit/loss |
| `percentPnl` | number | Percentage profit/loss |
| `curPrice` | number | Current market price |
| `eventSlug` | string | Market event slug |

#### Recent trades array fields

| Field | Type | Description |
|-------|------|-------------|
| `title` | string | Market question title |
| `outcome` | string | Trade outcome (Yes/No) |
| `side` | string | Trade side (BUY/SELL) |
| `size` | number | Trade size |
| `price` | number | Trade price |
| `usdcSize` | number | Trade value in USDC |
| `timestamp` | string | Trade timestamp |
| `eventSlug` | string | Market event slug |

#### Example output

```json
{
    "rank": 1,
    "walletAddress": "0x1234...abcd",
    "username": "toptrader",
    "displayName": "Top Trader",
    "profileImage": "https://polymarket-upload.s3.us-east-2.amazonaws.com/...",
    "xUsername": "toptrader_x",
    "verifiedBadge": true,
    "profitLoss": 125000.50,
    "volume": 500000.00,
    "positionsValue": 75000.00,
    "bio": "Full-time prediction market trader",
    "joinedAt": "2023-06-15T12:00:00.000Z",
    "profileUrl": "https://polymarket.com/@toptrader",
    "positions": [
        {
            "title": "Will Bitcoin hit $100k by end of 2026?",
            "outcome": "Yes",
            "size": 1000,
            "avgPrice": 0.65,
            "currentValue": 750.00,
            "cashPnl": 100.00,
            "percentPnl": 15.38,
            "curPrice": 0.75,
            "eventSlug": "bitcoin-100k-2026"
        }
    ],
    "recentTrades": [
        {
            "title": "US Presidential Election 2028 Winner",
            "outcome": "Yes",
            "side": "BUY",
            "size": 500,
            "price": 0.42,
            "usdcSize": 210.00,
            "timestamp": "2026-03-27T14:30:00.000Z",
            "eventSlug": "us-presidential-election-2028"
        }
    ],
    "scrapedAt": "2026-03-28T10:00:00.000Z"
}
````

### Use with the Apify API

```python
from apify_client import ApifyClient

client = ApifyClient("YOUR_API_TOKEN")

run = client.actor("parsebird/polymarket-scraper").call(run_input={
    "timeRange": "WEEK",
    "category": "POLITICS",
    "leaderboardType": "PNL",
    "maxResults": 50,
    "includePositions": True,
    "includeActivity": True,
})

for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(f"#{item['rank']} {item.get('username', 'N/A')} — P&L: ${item.get('profitLoss', 0):,.2f}")
```

### Pricing

This Actor uses **Pay-per-event** pricing:

| Event | Cost | Rate |
|-------|------|------|
| `pm-leaderboard-profile` | $0.00149 | $1.49 per 1,000 traders |

Each trader profile scraped incurs one charge — this includes leaderboard rank, profile enrichment, positions, and activity data.

**Cost examples:**

- 20 traders (default): $0.03
- 100 traders: $0.15
- 500 traders: $0.75
- 1,000 traders: $1.49

You only pay for the traders actually returned.

### Tips and best practices

- **Start small** — Set `maxResults` to 10–20 for your first run to verify the output format meets your needs.
- **Disable enrichment for speed** — Set `includePositions` and `includeActivity` to `false` if you only need basic leaderboard data. This significantly reduces API calls and run time.
- **Time range matters** — The `DAY` time range may return fewer traders than `ALL`. Adjust `maxResults` accordingly.
- **Rate limits** — The scraper respects Polymarket's API rate limits (1,000 req/10s general, 150 req/10s for positions). Concurrency is capped internally.
- **No browser needed** — This Actor uses Polymarket's public REST APIs directly, so it's fast and doesn't require Playwright or residential proxies.
- **Scheduling** — Set up daily or weekly runs to track leaderboard changes and trader performance over time.

### Integrations

Connect this Actor to your workflow:

- **Google Sheets** — Export results directly
- **Webhooks** — Trigger actions when new data arrives
- **API** — Access data programmatically via the Apify API
- **Zapier / Make** — Automate downstream workflows

### Limitations

- Polymarket leaderboard data is based on their public APIs, which may have slight delays compared to real-time on-chain data.
- The `positions` endpoint has a stricter rate limit (150 req/10s). For large scrapes (500+ traders), the scraper automatically throttles to stay within limits.
- Some traders may not have profile data (bio, display name, X handle) if they haven't set up their Polymarket profile.
- Portfolio value reflects the current snapshot and may change rapidly during active trading hours.

# Actor input Schema

## `timeRange` (type: `string`):

Leaderboard time period. DAY = today, WEEK = this week, MONTH = this month, ALL = all time.

## `category` (type: `string`):

Market category to filter the leaderboard. OVERALL includes all categories.

## `leaderboardType` (type: `string`):

Rank traders by profit/loss (PNL) or trading volume (VOL).

## `maxResults` (type: `integer`):

Maximum number of traders to scrape from the leaderboard (1-1000).

## `includePositions` (type: `boolean`):

Fetch current open positions for each trader. Adds position details like market title, outcome, size, average price, current value, and PnL.

## `includeActivity` (type: `boolean`):

Fetch the last 10 trades for each trader. Adds trade details like market title, outcome, side (buy/sell), size, price, and timestamp.

## Actor input object example

```json
{
  "timeRange": "MONTH",
  "category": "OVERALL",
  "leaderboardType": "PNL",
  "maxResults": 20,
  "includePositions": true,
  "includeActivity": true
}
```

# Actor output Schema

## `dataset` (type: `string`):

No description

# 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("parsebird/polymarket-scraper").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("parsebird/polymarket-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).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 parsebird/polymarket-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=parsebird/polymarket-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Polymarket Leaderboard Scraper",
        "description": "Scrape Polymarket leaderboard rankings with full trader profiles. Extract wallet addresses, usernames, profit/loss, volume, positions, recent trades, bios, and social links. Filter by time range, category, and ranking type.",
        "version": "1.1",
        "x-build-id": "94hs9MZEod3NeX2oo"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/parsebird~polymarket-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-parsebird-polymarket-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/parsebird~polymarket-scraper/runs": {
            "post": {
                "operationId": "runs-sync-parsebird-polymarket-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/parsebird~polymarket-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-parsebird-polymarket-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "timeRange": {
                        "title": "Time Range",
                        "enum": [
                            "DAY",
                            "WEEK",
                            "MONTH",
                            "ALL"
                        ],
                        "type": "string",
                        "description": "Leaderboard time period. DAY = today, WEEK = this week, MONTH = this month, ALL = all time.",
                        "default": "MONTH"
                    },
                    "category": {
                        "title": "Category",
                        "enum": [
                            "OVERALL",
                            "POLITICS",
                            "SPORTS",
                            "CRYPTO",
                            "FINANCE",
                            "CULTURE",
                            "MENTIONS",
                            "WEATHER",
                            "ECONOMICS",
                            "TECH"
                        ],
                        "type": "string",
                        "description": "Market category to filter the leaderboard. OVERALL includes all categories.",
                        "default": "OVERALL"
                    },
                    "leaderboardType": {
                        "title": "Leaderboard Type",
                        "enum": [
                            "PNL",
                            "VOL"
                        ],
                        "type": "string",
                        "description": "Rank traders by profit/loss (PNL) or trading volume (VOL).",
                        "default": "PNL"
                    },
                    "maxResults": {
                        "title": "Max Results",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Maximum number of traders to scrape from the leaderboard (1-1000).",
                        "default": 20
                    },
                    "includePositions": {
                        "title": "Include Positions",
                        "type": "boolean",
                        "description": "Fetch current open positions for each trader. Adds position details like market title, outcome, size, average price, current value, and PnL.",
                        "default": true
                    },
                    "includeActivity": {
                        "title": "Include Recent Trades",
                        "type": "boolean",
                        "description": "Fetch the last 10 trades for each trader. Adds trade details like market title, outcome, side (buy/sell), size, price, and timestamp.",
                        "default": true
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
