# Professional License Lookup Scraper — DE + CO Roster Export (`devilscrapes/professional-license-lookup-scraper`) Actor

Bulk-export professional and occupational license rosters from Delaware and Colorado state licensing-board open-data portals — nursing, real estate, contractors, medical, accountancy and more, one call per state, with disciplinary flags where published. No API key, no login.

- **URL**: https://apify.com/devilscrapes/professional-license-lookup-scraper.md
- **Developed by:** [DevilScrapes](https://apify.com/devilscrapes) (community)
- **Categories:** Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 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.

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/docs.md):

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

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.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/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

<div align="center">
  <img src=".actor/icon.svg" width="160" alt="Devil Scrapes mark" />

## Professional License Lookup Scraper

**💰 $5.00 / 1 000 results** &nbsp;·&nbsp; pay only for results &nbsp;·&nbsp; no credit card to try

_The devil's in the data — we bring back every professional license on the roster._ 😈

Bulk-export professional and occupational license rosters from official Delaware and Colorado state licensing-board open-data portals — nursing, real estate, contractors, medical, accountancy, and dozens more professions in one call per state, with disciplinary-action flags surfaced where published. No API key, no login.

</div>

---

### 🎯 What this scrapes

This Actor bulk-exports professional and occupational license rosters
from **official state licensing-board open-data portals** — Delaware
and Colorado in v1 (more states coming) — and returns one structured
row per licensee per state. Each row carries the licensee's name,
license number, profession, license type, current status, issue and
expiration dates, and a disciplinary-action flag with detail where the
state publishes one.

We built this as a self-serve alternative to paying for a dozen
near-identical single-state, single-profession scrapers. One call per
state buys you coverage across nursing, real estate, contractors and
trades, medical practice, accountancy, and dozens of other regulated
professions — not one narrow niche. It queries each state's own free,
keyless Socrata open-data API directly, not a paywalled search UI.

### 🔥 What we handle for you

- 🛡️ **Browser fingerprint rotation** — `curl-cffi` impersonates real Chrome / Firefox / Safari TLS handshakes so every request looks like a browser, not Python.
- 🔁 **Retries with exponential backoff** on `408 / 429 / 5xx` — up to 5 attempts per request, `Retry-After` honoured.
- 🧱 **Graceful degradation per state** — if one state's dataset hiccups, that state is skipped with a warning; your batch keeps running.
- 🧊 **Clean, typed dataset rows** — Pydantic-validated, ISO-8601 timestamps, a shared cross-state schema despite each state publishing wildly different raw field names.
- 🧩 **Disciplinary-signal resolution done right** — Delaware's inline flag is a dead column (always `"N"`); we join the state's companion disciplinary dataset instead of trusting it.
- 💰 **Pay-Per-Event pricing** — you only pay for licensee rows that land in your dataset. No data, no charge (beyond the small warm-up fee).

### 💡 Use cases

- **Background-check / HR / compliance vendors** — verify a candidate or contractor's professional license is current before a hire or engagement.
- **Staffing agencies** — bulk-pull active licensees in a profession/region for a candidate pipeline.
- **Lead-gen / sales prospecting** — build a contact list of licensed professionals in a target trade or profession.
- **Insurance underwriting** — confirm license status and disciplinary history before binding a policy.
- **List hygiene** — drop licensees whose `status_normalized` comes back `inactive`, or filter to `disciplinary_only` before outreach.

### ⚙️ How to use it

1. Click **Try for free** at the top of the page.
2. Leave **Jurisdictions** at its default (`DE`, `CO`) for both states, or narrow to one.
3. Optionally set **Profession query** (e.g. `"nursing"`), **Name query**, or **License number** to narrow the pull — leave all three blank for a full roster export.
4. Toggle **Active licenses only** / **Disciplinary actions only** as needed, and set **Max results**.
5. Click **Start**. Rows stream into the run's dataset as each jurisdiction is paginated.
6. Export from **Storage → Dataset** as JSON, CSV, or Excel — or fetch via the API.

### 📥 Input

| Field | Type | Required | Default | Notes |
|---|---|:--:|---|---|
| `jurisdictions` | `array` | no | `["DE","CO"]` | Which state licensing rosters to query (more states coming). |
| `professionQuery` | `string` | no | — | Substring filter against the profession/license-type field (e.g. `"nursing"`, `"real estate"`, `"roofing"`). Omit for a full multi-profession roster pull. |
| `nameQuery` | `string` | no | — | Substring filter on licensee last/combined name. |
| `licenseNumber` | `string` | no | — | Exact license-number lookup — narrows to (at most) one licensee per jurisdiction. |
| `activeOnly` | `boolean` | no | `true` | Restrict to active/current license status per jurisdiction's own status vocabulary. |
| `disciplinaryOnly` | `boolean` | no | `false` | Restrict to licensees with a disciplinary action on file. |
| `maxResults` | `integer` | no | `500` | Cap total rows across all requested jurisdictions (1-500,000). |
| `proxyConfiguration` | `object` | no | `{"useApifyProxy": false}` | Optional — these are public open-data APIs, not known to fingerprint clients. |

#### Example input

```json
{
  "jurisdictions": ["DE", "CO"],
  "professionQuery": "nursing",
  "activeOnly": true,
  "disciplinaryOnly": false,
  "maxResults": 500,
  "proxyConfiguration": {"useApifyProxy": false}
}
````

### 📤 Output

Every row is one matched licensee for one jurisdiction.

| Field | Type | Notes |
|---|---|---|
| `jurisdiction` | `string` | `DE` or `CO`. |
| `licensee_name` | `string` | Combined/individual or business name on file. |
| `license_number` | `string` | State's on-file license number. |
| `profession` | `string` | Normalized profession/category label. |
| `license_type` | `string \| null` | Specific license-type/subtype label. |
| `status` | `string \| null` | Raw state status label. |
| `status_normalized` | `string` | `active`, `inactive`, or `unknown` — derived per-state. |
| `issue_date` | `string \| null` | ISO `YYYY-MM-DD`. |
| `expiration_date` | `string \| null` | ISO `YYYY-MM-DD`. |
| `disciplinary_flag` | `boolean` | Derived per per-jurisdiction disciplinary signal. |
| `disciplinary_detail` | `string \| null` | Disposition text/action, only populated when `disciplinary_flag` is `true`. |
| `city` | `string \| null` | Mailing city on file. |
| `mailing_state` | `string \| null` | Mailing-address state on file (may differ from `jurisdiction`). |
| `source_record_url` | `string` | Direct SODA resource query, or CO's `linktoverifylicense` when present. |
| `registry_url` | `string` | The state's open-data dataset landing page. |
| `scraped_at` | `string` | ISO 8601 UTC timestamp this row was written. |

#### Example output

```json
{
  "jurisdiction": "DE",
  "licensee_name": "SHAHAN,BRIAN",
  "license_number": "RS-0037427",
  "profession": "Real Estate",
  "license_type": "Salesperson",
  "status": "Active",
  "status_normalized": "active",
  "issue_date": "2021-09-14",
  "expiration_date": "2028-04-30",
  "disciplinary_flag": false,
  "disciplinary_detail": null,
  "city": "WILMINGTON",
  "mailing_state": "DE",
  "source_record_url": "https://data.delaware.gov/resource/pjnv-eaih.json?license_no=RS-0037427",
  "registry_url": "https://data.delaware.gov/d/pjnv-eaih",
  "scraped_at": "2026-07-18T12:00:00+00:00"
}
```

### 💰 Pricing

Pay-Per-Event — you pay only when these events fire:

| Event | USD | What it is |
|---|---:|---|
| `actor-start` | $0.005 | One-off warm-up charge per run |
| `result-row` | $0.005 | Per matched licensee row written to the dataset |

Example: 1 000 matched rows ≈ **$5.00**. No subscription, no minimum,
no card to start — Apify gives every new account $5 of free credit.

### 🚧 Limitations

This is a **v1 with 2 confirmed states (DE, CO)** — more states are on
the roadmap. Illinois' broad multi-profession dataset was evaluated but
excluded: its host (`illinois-edp.data.socrata.com`) publishes a
blanket `Disallow: /` in `robots.txt`, so we don't scrape it, even
though the JSON endpoint itself is technically public. Delaware's
inline `disciplinary_action` column is a dead field (always `"N"`
across the full roster) — the real signal only exists in Delaware's
companion disciplinary dataset, which we join automatically; don't
rely on any third-party mirror that reads DE's inline column directly.
Colorado license numbers are **not globally unique** across profession
prefixes, so an exact `licenseNumber` lookup on CO can return more than
one licensee. Dataset freshness is whatever each state's open-data
snapshot publishes — not a real-time transactional lookup.

### ❓ FAQ

**Why only 2 states in v1?**

Delaware and Colorado are the states we've confirmed publish a
genuinely free, keyless, multi-profession Socrata dataset sourced from
the licensing board itself — and whose `robots.txt` doesn't block the
JSON endpoint. Adding a 3rd state is a contained per-state adapter, not
a rewrite; more are on the roadmap.

**Does this cover attorneys / bar licenses?**

No. Neither state's licensing-board portal includes attorneys — bar
admission is handled by a separate body and isn't open data in v1.

**How current is the data?**

It's exactly as current as each state's own open-data snapshot. Neither
state's dataset is a real-time transactional lookup — treat
`status`/`disciplinary_flag` as "as published in the state's snapshot."

**Can I get every profession in one run?**

Yes — leave `professionQuery` blank for a full multi-profession roster
pull across whichever `jurisdictions` you select.

**What does `disciplinaryOnly` change?**

It restricts the pull server-side to licensees with a disciplinary
action on file, instead of the full roster — useful for compliance and
risk-screening workflows.

### 💬 Your feedback

Spotted a bug, hit a weird edge case, or need a 3rd state added? Open
an issue on the Actor's **Issues** tab on Apify Console — we ship
fixes weekly and we read every report.

***

<div align="center">

Built by **[Devil Scrapes](https://apify.com/DevilScrapes)** 😈 — a small fleet of
opinionated public-data Actors. Honest pricing, real engineering, zero fine print.

</div>

# Actor input Schema

## `jurisdictions` (type: `array`):

Which state licensing-board rosters to query (more states coming).

## `professionQuery` (type: `string`):

Substring filter against the profession/license-type field (e.g. "nursing", "real estate", "roofing"). Omit for a full multi-profession roster pull.

## `nameQuery` (type: `string`):

Substring filter on licensee last/combined name.

## `licenseNumber` (type: `string`):

Exact license-number lookup — narrows to (at most) one licensee per jurisdiction.

## `activeOnly` (type: `boolean`):

Restrict to active/current license status per jurisdiction's own status vocabulary.

## `disciplinaryOnly` (type: `boolean`):

Restrict to licensees with a disciplinary action on file.

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

Cap on total rows collected across all requested jurisdictions.

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

Optional — these are public keyless SODA REST APIs, not known to fingerprint clients. Leave off unless you see 403/429.

## Actor input object example

```json
{
  "jurisdictions": [
    "DE",
    "CO"
  ],
  "professionQuery": "nursing",
  "activeOnly": true,
  "disciplinaryOnly": false,
  "maxResults": 500,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `datasetItems` (type: `string`):

All dataset items as JSON.

## `datasetItemsCsv` (type: `string`):

Same data exported to CSV.

## `datasetView` (type: `string`):

Open the run dataset in the Console.

# 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 = {
    "jurisdictions": [
        "DE",
        "CO"
    ],
    "professionQuery": "nursing",
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("devilscrapes/professional-license-lookup-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 = {
    "jurisdictions": [
        "DE",
        "CO",
    ],
    "professionQuery": "nursing",
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("devilscrapes/professional-license-lookup-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 '{
  "jurisdictions": [
    "DE",
    "CO"
  ],
  "professionQuery": "nursing",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call devilscrapes/professional-license-lookup-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Professional License Lookup Scraper — DE + CO Roster Export",
        "description": "Bulk-export professional and occupational license rosters from Delaware and Colorado state licensing-board open-data portals — nursing, real estate, contractors, medical, accountancy and more, one call per state, with disciplinary flags where published. No API key, no login.",
        "version": "0.0",
        "x-build-id": "wxDRTJB0y1iWZGPLa"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/devilscrapes~professional-license-lookup-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-devilscrapes-professional-license-lookup-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/devilscrapes~professional-license-lookup-scraper/runs": {
            "post": {
                "operationId": "runs-sync-devilscrapes-professional-license-lookup-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/devilscrapes~professional-license-lookup-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-devilscrapes-professional-license-lookup-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": {
                    "jurisdictions": {
                        "title": "Jurisdictions",
                        "type": "array",
                        "description": "Which state licensing-board rosters to query (more states coming).",
                        "items": {
                            "type": "string",
                            "enum": [
                                "DE",
                                "CO"
                            ],
                            "enumTitles": [
                                "Delaware",
                                "Colorado"
                            ]
                        },
                        "default": [
                            "DE",
                            "CO"
                        ]
                    },
                    "professionQuery": {
                        "title": "Profession query",
                        "type": "string",
                        "description": "Substring filter against the profession/license-type field (e.g. \"nursing\", \"real estate\", \"roofing\"). Omit for a full multi-profession roster pull."
                    },
                    "nameQuery": {
                        "title": "Name query",
                        "type": "string",
                        "description": "Substring filter on licensee last/combined name."
                    },
                    "licenseNumber": {
                        "title": "License number",
                        "type": "string",
                        "description": "Exact license-number lookup — narrows to (at most) one licensee per jurisdiction."
                    },
                    "activeOnly": {
                        "title": "Active licenses only",
                        "type": "boolean",
                        "description": "Restrict to active/current license status per jurisdiction's own status vocabulary.",
                        "default": true
                    },
                    "disciplinaryOnly": {
                        "title": "Disciplinary actions only",
                        "type": "boolean",
                        "description": "Restrict to licensees with a disciplinary action on file.",
                        "default": false
                    },
                    "maxResults": {
                        "title": "Max results",
                        "minimum": 1,
                        "maximum": 500000,
                        "type": "integer",
                        "description": "Cap on total rows collected across all requested jurisdictions.",
                        "default": 500
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Optional — these are public keyless SODA REST APIs, not known to fingerprint clients. Leave off unless you see 403/429.",
                        "default": {
                            "useApifyProxy": false
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
