# Direct Primary Care (DPC) Mapper Scraper (`parseforge/dpc-mapper-scraper`) Actor

Scrape every Direct Primary Care practice in the US from DPC Frontier's mapper. Returns ~3,000 cash-pay primary care clinics with address, providers, phone, website, services (lab/radiology discounts, dispensing, home visits), and accepted ages.

- **URL**: https://apify.com/parseforge/dpc-mapper-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Automation, Lead generation, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $6.00 / 1,000 dpc practice records

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

![ParseForge Banner](https://github.com/ParseForge/apify-assets/blob/ad35ccc13ddd068b9d6cba33f323962e39aed5b2/banner.jpg?raw=true)

## 🩺 Direct Primary Care (DPC) Mapper Scraper

> 🚀 🩺 **Scrape every Direct Primary Care practice in the United States.** Pull **3,000+ DPC clinics** worth of data with **22 fields per record**. No API key, no manual data entry.

> 🕒 **Last updated:** 2026-05-05 · **📊 22 fields per record** · **🌍 United States** · **💵 from $0.005 per item (FREE tier)**

The **Direct Primary Care (DPC) Mapper Scraper** Export the complete Direct Primary Care (DPC) practice catalog from DPC Frontier's mapper. Returns ~3,000 cash-pay primary care clinics with full provider rosters (name, credential, specialty), address, phone, website, services offered (lab discounts, radiology discounts, dispensing, home visits), and accepted age ranges.

| 🎯 Target Audience | 💡 Primary Use Cases |
|---|---|
| Sales teams, compliance officers, researchers, journalists, real-estate analysts, healthcare ops | Pharmacy & supply sales, Employer DPC contracting, DPC-friendly SaaS, Healthcare research |

---

### 📋 What the Direct Primary Care (DPC) Mapper Scraper does

Highlights of every record returned:

- 🏥 **Practice identity.** name, legal name, kind (pure DPC vs hybrid), verified flag, open date.
- 👨‍⚕️ **Providers.** first name, last name, credential (MD/DO/NP/PA), specialty, panel status.
- 📍 **Location.** full address, latitude, longitude, ZIP.
- 📞 **Contact.** phone, website.
- 🩹 **Services.** dispensing, lab discounts, radiology discounts, home visits, on-site labs, mobile.
- 💬 **Communication.** cell, email, secure messaging flags.

> 💡 **Why it matters:** verified, structured data delivered in seconds beats hand-curated spreadsheets that go stale within days. Run this Actor on a schedule and your downstream pipeline always has fresh records.

---

### 🎬 Full Demo

_🚧 Coming soon: a 3-minute walkthrough showing how to go from sign-up to a downloaded Direct Primary Care (DPC) Mapper Scraper dataset._

---

### ⚙️ Input

<table>
<thead><tr><th>Input</th><th>Type</th><th>Default</th><th>Behavior</th></tr></thead>
<tbody>
<tr><td><code>stateFilter</code></td><td>array of strings</td><td><code>[]</code></td><td>2-letter US state codes; empty = all states.</td></tr>
<tr><td><code>kindFilter</code></td><td>string</td><td><code>"all"</code></td><td>`all`, `pure` (DPC only), or `hybrid` (DPC + insurance).</td></tr>
<tr><td><code>verifiedOnly</code></td><td>boolean</td><td><code>false</code></td><td>When true, returns only practices verified by DPC Frontier.</td></tr>
<tr><td><code>maxItems</code></td><td>integer</td><td><code>10</code></td><td>Records to return. Free: max 10. Paid: up to 1,000,000.</td></tr>
</tbody>
</table>

**Example input:**

```json
{
    "stateFilter": ["TX", "FL", "CA"],
    "kindFilter": "pure",
    "verifiedOnly": true,
    "maxItems": 200
}
````

***

### 📊 Output

Each record contains **22 fields**. Download the dataset as CSV, Excel, JSON, or XML.

#### 🧾 Top fields

- `name`
- `kind`
- `verified`
- `city`
- `state`
- `lat`
- `lng`
- `phone`
- `website`
- `providers`
- `dispensing`
- `labDiscounts`

***

### ✨ Why choose this Actor

- 🛠️ **No infrastructure** to maintain. The Apify cloud handles scheduling, retries, proxies, and storage.
- 🌍 **Verified source data.** Records come from authoritative public sources, not third-party aggregators.
- 🔁 **Repeatable runs.** Schedule monthly, weekly, or hourly to keep your pipeline always fresh.
- 📊 **Multiple export formats.** CSV, Excel, JSON, XML out of the box.
- 💵 **Pay only for what you use.** Pay-per-result-item pricing, free preview included.

***

### 💼 Business use cases

#### 💊 Pharmacy & supply sales

Reach every DPC practice in your territory with cash-pay-friendly product offerings.

#### 📋 Employer DPC contracting

Find verified DPC practices in employee ZIP codes for direct-contract benefits programs.

#### 🤝 DPC-friendly SaaS

Reach the entire DPC universe with EHR, billing, telehealth, or membership-management tools.

#### 📊 Healthcare research

Map DPC adoption by state, specialty, and verification status across the country.

***

### 📈 How it compares to alternatives

| Approach | Cost | Coverage | Refresh | Filters | Setup |
|---|---|---|---|---|---|
| **⭐ Direct Primary Care (DPC) Mapper Scraper** *(this Actor)* | $5 free credit, then pay-per-use | Full source coverage | **Live per run** | Source-native filters supported | ⚡ 2 min |
| Build your own scraper | Engineering hours | Full once built | Whenever you maintain it | Custom code | 🐢 Days to weeks |
| Paid managed APIs | $$$ monthly | Vendor-defined | Live | Vendor-defined | ⏳ Hours |
| Third-party data dumps | Varies | Subset, often stale | Periodic | None | 🕒 Variable |

Pick this Actor when you want broad coverage, server-side filtering, and no pipeline maintenance.

***

### 🚀 How to use

1. [Create a free account](https://console.apify.com/sign-up?fpr=vmoqkp) on Apify (includes $5 in free credit).
2. Open the **Direct Primary Care (DPC) Mapper Scraper** Actor page.
3. Fill out the input form and click **Start**.
4. Download your dataset in CSV, Excel, JSON, or XML.

***

### 🌟 Beyond business use cases

#### 🎓 Research and academia

Health-policy researchers can study DPC adoption trends, geographic gaps, and provider-credential distribution.

#### 🎨 Personal and creative

Patients and journalists can find DPC clinics in their area with the services and providers that matter most.

#### 🤝 Non-profit and civic

Patient-advocacy groups can build a free, openly-licensed dataset of cash-pay primary care for low-income communities.

#### 🧪 Experimentation

Data scientists can use DPC growth data to model healthcare-cost-disruption hypotheses.

***

### 🤖 Ask an AI assistant about this scraper

Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:

- 💬 [**ChatGPT**](https://chat.openai.com/?q=How%20do%20I%20use%20the%20%F0%9F%A9%BA%20Direct%20Primary%20Care%20%28DPC%29%20Mapper%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)
- 🧠 [**Claude**](https://claude.ai/new?q=How%20do%20I%20use%20the%20%F0%9F%A9%BA%20Direct%20Primary%20Care%20%28DPC%29%20Mapper%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)
- 🔍 [**Perplexity**](https://perplexity.ai/search?q=How%20do%20I%20use%20the%20%F0%9F%A9%BA%20Direct%20Primary%20Care%20%28DPC%29%20Mapper%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)
- 🅒 [**Copilot**](https://copilot.microsoft.com/?q=How%20do%20I%20use%20the%20%F0%9F%A9%BA%20Direct%20Primary%20Care%20%28DPC%29%20Mapper%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)

***

### ❓ Frequently Asked Questions

#### Where does the data come from?

From `mapper.dpcfrontier.com`, the DPC Frontier organization's authoritative open mapper.

#### What's the difference between Pure and Hybrid?

Pure DPC practices accept only direct membership fees (no insurance). Hybrid practices combine DPC membership with traditional insurance billing.

#### Why are some practices marked Verified?

DPC Frontier directly contacts and confirms practices flagged as Verified. Non-verified entries are user-submitted and may be outdated.

#### How many providers per practice?

Most have 1 to 3 providers. The largest hybrid groups have 10+. The actor returns the full list per practice.

#### Are accepted insurance providers included?

Pure DPC practices don't accept insurance by definition. Hybrid practices' insurance lists are not in the source data; only the DPC service flags are returned.

***

### 🔌 Integrate with any app

Connect this Actor to your stack via the [Apify integrations](https://docs.apify.com/platform/integrations) catalog:

- 📊 **Make / Zapier / n8n**  -  trigger scrapes from any business workflow.
- 💬 **Slack / Discord**  -  get a notification when a run finishes.
- 📁 **Google Drive / Google Sheets**  -  push the dataset directly into a spreadsheet.
- 📨 **Gmail / Mailchimp / HubSpot**  -  automate outreach with the scraped leads.
- 🔌 **Apify CLI / SDK**  -  programmatic control from Python, Node.js, or any HTTP client.
- ⚡ **Webhooks**  -  POST run results to any endpoint when complete.

***

### 🔗 Recommended Actors

- 🔧 [**NPI/NPPES Healthcare Provider**](https://apify.com/parseforge/npi-nppes-scraper)
- 🔧 [**Healthgrades Scraper**](https://apify.com/parseforge/healthgrades-scraper)
- 🔧 [**CMS Nursing Home Ratings**](https://apify.com/parseforge/cms-nursing-home-ratings-scraper)
- 🔧 [**Vitals Scraper**](https://apify.com/parseforge/vitals-scraper)
- 🔧 [**ClinicalTrials.gov**](https://apify.com/parseforge/clinicaltrials-gov-scraper)

***

> **Disclaimer:** This Actor scrapes only publicly accessible data. We do not collect personal information beyond what is voluntarily published by the source. Do not use the data for unauthorized contact, spam, or any purpose violating applicable laws or the source site's Terms of Service. Respect [GDPR](https://gdpr.eu/), [CCPA](https://oag.ca.gov/privacy/ccpa), and applicable consumer-protection laws. ParseForge is not affiliated with any source site.

***

**🆘 Need Help?** [**Open our contact form**](https://tally.so/r/BzdKgA) to request a new scraper, propose a custom data project, or report an issue.

# Actor input Schema

## `stateFilter` (type: `array`):

Filter to specific US states (2-letter codes). Leave empty for all states.

## `kindFilter` (type: `string`):

Pure DPC practices, hybrid (DPC + insurance), or both.

## `verifiedOnly` (type: `boolean`):

Return only practices verified by DPC Frontier.

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

Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000

## Actor input object example

```json
{
  "stateFilter": [],
  "kindFilter": "all",
  "verifiedOnly": false,
  "maxItems": 10
}
```

# Actor output Schema

## `overview` (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 = {
    "stateFilter": [],
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/dpc-mapper-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 = {
    "stateFilter": [],
    "maxItems": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/dpc-mapper-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 '{
  "stateFilter": [],
  "maxItems": 10
}' |
apify call parseforge/dpc-mapper-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Direct Primary Care (DPC) Mapper Scraper",
        "description": "Scrape every Direct Primary Care practice in the US from DPC Frontier's mapper. Returns ~3,000 cash-pay primary care clinics with address, providers, phone, website, services (lab/radiology discounts, dispensing, home visits), and accepted ages.",
        "version": "1.0",
        "x-build-id": "4alc9tPlz9n560YYY"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/parseforge~dpc-mapper-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-parseforge-dpc-mapper-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/parseforge~dpc-mapper-scraper/runs": {
            "post": {
                "operationId": "runs-sync-parseforge-dpc-mapper-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/parseforge~dpc-mapper-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-parseforge-dpc-mapper-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": {
                    "stateFilter": {
                        "title": "State Filter",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Filter to specific US states (2-letter codes). Leave empty for all states.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "AL",
                                "AK",
                                "AZ",
                                "AR",
                                "CA",
                                "CO",
                                "CT",
                                "DE",
                                "FL",
                                "GA",
                                "HI",
                                "ID",
                                "IL",
                                "IN",
                                "IA",
                                "KS",
                                "KY",
                                "LA",
                                "ME",
                                "MD",
                                "MA",
                                "MI",
                                "MN",
                                "MS",
                                "MO",
                                "MT",
                                "NE",
                                "NV",
                                "NH",
                                "NJ",
                                "NM",
                                "NY",
                                "NC",
                                "ND",
                                "OH",
                                "OK",
                                "OR",
                                "PA",
                                "RI",
                                "SC",
                                "SD",
                                "TN",
                                "TX",
                                "UT",
                                "VT",
                                "VA",
                                "WA",
                                "WV",
                                "WI",
                                "WY",
                                "DC",
                                "PR"
                            ]
                        }
                    },
                    "kindFilter": {
                        "title": "Practice Kind",
                        "enum": [
                            "all",
                            "pure",
                            "hybrid"
                        ],
                        "type": "string",
                        "description": "Pure DPC practices, hybrid (DPC + insurance), or both.",
                        "default": "all"
                    },
                    "verifiedOnly": {
                        "title": "Verified Only",
                        "type": "boolean",
                        "description": "Return only practices verified by DPC Frontier.",
                        "default": false
                    },
                    "maxItems": {
                        "title": "Max Items",
                        "minimum": 1,
                        "maximum": 1000000,
                        "type": "integer",
                        "description": "Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000"
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
