# Texas Pharmacy License Scraper - TSBP Daily Data (`haketa/tsbp-license-scraper`) Actor

Extract pharmacist, pharmacy, intern & technician license records from Texas State Board of Pharmacy (TSBP). Daily-updated CSV data with license status, expiration, disciplinary actions & location.

- **URL**: https://apify.com/haketa/tsbp-license-scraper.md
- **Developed by:** [Haketa](https://apify.com/haketa) (community)
- **Categories:** Developer tools, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 1,000 results

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

Learn more: https://docs.apify.com/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

## 💊 Texas Pharmacy License Scraper

Extract **pharmacist, pharmacy, intern & technician** license records from the **[Texas State Board of Pharmacy (TSBP)](https://www.pharmacy.texas.gov/)** — daily-updated public data covering 100K+ licensees across the second-largest US state.

[![Apify Actor](https://img.shields.io/badge/Apify-Actor-blue)](https://apify.com)
[![No Browser](https://img.shields.io/badge/Engine-Direct%20CSV-green)]()
[![Daily Updated](https://img.shields.io/badge/Data-Daily%20Updated-orange)]()

---

### ⚡ How It Works

TSBP publishes four CSV files that are updated every business day. This actor downloads them directly — no browser, no login, no API key required:

| File | URL | Content |
|---|---|---|
| `phtdsk.csv` | `pharmacy.texas.gov/downloads/phtdsk.csv` | Pharmacist licenses |
| `phydsk.csv` | `pharmacy.texas.gov/downloads/phydsk.csv` | Pharmacy (facility) licenses |
| `intdsk.csv` | `pharmacy.texas.gov/downloads/intdsk.csv` | Intern registrations |
| `techdsk.csv` | `pharmacy.texas.gov/downloads/techdsk.csv` | Technician registrations |

The actor downloads each CSV, parses it, applies your filters, and pushes structured JSON records to the Apify dataset.

---

### 🔧 Input

```json
{
  "licenseTypes": ["pharmacist", "pharmacy", "intern", "technician"],
  "statusFilter": "all",
  "cities": [],
  "states": [],
  "disciplinaryFilter": "all",
  "maxRecords": 0
}
````

#### Parameters

| Parameter | Type | Default | Description |
|---|---|---|---|
| `licenseTypes` | array | all four | Which categories to scrape: `pharmacist`, `pharmacy`, `intern`, `technician` |
| `statusFilter` | string | `all` | `all` / `active_only` / `inactive_only` |
| `cities` | array | `[]` | Filter by city (case-insensitive). Example: `["Houston", "Dallas"]` |
| `states` | array | `[]` | Filter by state abbreviation. Example: `["TX"]` |
| `disciplinaryFilter` | string | `all` | `all` / `clean_only` / `disciplined_only` |
| `maxRecords` | integer | `0` | Max records to output (0 = unlimited) |
| `proxyConfiguration` | object | none | Optional proxy — usually not needed |

***

### 📊 License Status Codes

TSBP uses these status codes across all license types:

#### ✅ Active Statuses (may practice)

| Status | Meaning |
|---|---|
| `Active` | License is current and valid |
| `Probation` | Licensed with Board-imposed conditions |
| `Restricted` | Limited practice — contact Board for details |

#### 🚫 Inactive Statuses (may NOT practice)

| Status | Meaning |
|---|---|
| `Suspended` | Temporarily barred from practice |
| `Revoked` | Permanently removed |
| `Cancelled` | License cancelled |
| `Surrender` | Voluntarily surrendered |
| `Retired` | Retired status |
| `Expired` | Not renewed by expiration date |
| `Closed` | Facility closed (pharmacy records) |

***

### 📦 Output

#### Pharmacist Record Example

```json
{
  "licenseCategory": "Pharmacist",
  "licenseNumber": "45123",
  "lastName": "MARTINEZ",
  "firstName": "CARLOS",
  "middleName": "A",
  "pharmacyName": null,
  "pharmacyType": null,
  "licenseStatus": "Active",
  "issueDate": "2016-08-15",
  "expirationDate": "2027-03-31",
  "address": "1234 MAIN ST",
  "city": "Houston",
  "state": "TX",
  "zip": "77001",
  "phone": null,
  "pharmacistInCharge": null,
  "disciplinaryAction": false,
  "sourceFile": "phtdsk.csv",
  "scrapedAt": "2026-05-06T09:00:00.000Z"
}
```

#### Pharmacy (Facility) Record Example

```json
{
  "licenseCategory": "Pharmacy",
  "licenseNumber": "18765",
  "lastName": null,
  "firstName": null,
  "middleName": null,
  "pharmacyName": "WALGREENS #5432",
  "pharmacyType": "Community",
  "licenseStatus": "Active",
  "issueDate": "2005-01-10",
  "expirationDate": "2027-01-31",
  "address": "9876 WESTHEIMER RD",
  "city": "Houston",
  "state": "TX",
  "zip": "77042",
  "phone": "713-555-0100",
  "pharmacistInCharge": "SMITH, JANE R",
  "disciplinaryAction": false,
  "sourceFile": "phydsk.csv",
  "scrapedAt": "2026-05-06T09:00:00.000Z"
}
```

#### Output Fields

| Field | Type | Description |
|---|---|---|
| `licenseCategory` | string | `Pharmacist` / `Pharmacy` / `Intern` / `Technician` |
| `licenseNumber` | string | TSBP license or registration number |
| `lastName` | string | Individual last name (null for pharmacies) |
| `firstName` | string | Individual first name (null for pharmacies) |
| `middleName` | string | Middle name or initial |
| `pharmacyName` | string | Facility name (pharmacy records only) |
| `pharmacyType` | string | Community, Hospital, Mail Order, Nuclear etc. |
| `licenseStatus` | string | Current license status |
| `issueDate` | string | License issue date (YYYY-MM-DD) |
| `expirationDate` | string | License expiration date (YYYY-MM-DD) |
| `address` | string | Street address |
| `city` | string | City |
| `state` | string | State abbreviation |
| `zip` | string | ZIP code |
| `phone` | string | Phone number (pharmacy records only) |
| `pharmacistInCharge` | string | Responsible pharmacist (pharmacy records only) |
| `disciplinaryAction` | boolean | Whether Board disciplinary action exists |
| `sourceFile` | string | CSV filename this record was parsed from |
| `scrapedAt` | string | ISO timestamp when record was scraped |

***

### 🎯 Use Cases

#### 🏥 Healthcare Staffing & Credentialing

Verify Texas pharmacist and technician licenses for travel pharmacists, new hires, and credential renewals. Daily updates ensure near real-time verification.

#### ✅ Compliance Monitoring

Pharmacy chains (CVS, Walgreens, H-E-B) can monitor all employee pharmacist license statuses across 5,000+ Texas locations. Disciplinary action flag catches Board actions immediately.

#### 💼 Insurance & PBM Network Management

Pharmacy benefit managers can verify facility licenses across their Texas network. Track expirations, closures, and status changes for provider directory accuracy.

#### 📈 B2B Sales Intelligence

Pharmaceutical companies, medical equipment vendors, and pharmacy software providers can build targeted lead lists of active Texas pharmacists and pharmacies by city.

#### 🔬 Workforce Analytics & Market Research

Analyze pharmacist supply/demand by Texas metro area, track license growth trends, qualification distribution, and technician-to-pharmacist ratios.

***

### 🏙️ Major Texas Cities

| City | Metro Population | Healthcare Significance |
|---|---|---|
| Houston | 7.1M | Texas Medical Center — world's largest medical complex |
| Dallas–Fort Worth | 7.6M | Major hospital systems: Baylor, UT Southwestern |
| San Antonio | 2.6M | Military medical hub (BAMC, Brooke Army) |
| Austin | 2.3M | Fastest-growing major metro, expanding pharmacy networks |
| Fort Worth | 1.0M | Cook Children's, JPS Health Network |
| El Paso | 0.9M | Border healthcare, bilingual pharmacy workforce |

***

### 💰 Cost & Performance

| Metric | Value |
|---|---|
| Engine | Direct CSV download — no browser overhead |
| Runtime | ~30–60 seconds for all four files |
| Cost | ~0.001 CU per full run |
| Data freshness | Daily (previous business day) |
| Auth required | None |
| Proxy required | None |

***

### 📝 Notes

- **Daily updates** — TSBP updates all four CSV files every business day with data current through the previous business day.
- **No authentication** — all CSV files are publicly accessible with no login or API key.
- **Disciplinary action** — the disciplinary flag is most reliable for pharmacist and intern records. Pharmacy and technician files may not always include this field.
- **Pharmacy types** — include Community, Hospital, Mail Order, Nuclear, Sterile Compounding, Non-Sterile Compounding, Central Fill, and others per TSBP classification.
- **Out-of-state records** — the pharmacy file may include facilities licensed in Texas but physically located in other states (e.g., mail-order pharmacies). Use the `states` filter to narrow results.

***

### 📜 Changelog

| Version | Date | Notes |
|---|---|---|
| 1.0.0 | 2026-05-06 | Initial release — direct CSV download, four license categories, full filtering |

# Actor input Schema

## `licenseTypes` (type: `array`):

Which license categories to scrape. Options: 'pharmacist', 'pharmacy', 'intern', 'technician'. Leave empty to scrape all four.

## `statusFilter` (type: `string`):

Filter by license status. 'all' returns every status. 'active\_only' returns only Active licenses. 'inactive\_only' returns Suspended, Revoked, Cancelled, Expired, Surrender, Retired.

## `cities` (type: `array`):

Filter by city name. Case-insensitive. Examples: 'Houston', 'Dallas', 'Austin', 'San Antonio', 'Fort Worth'. Leave empty for all cities.

## `states` (type: `array`):

Filter by state abbreviation. Useful for pharmacy records which may include out-of-state facilities. Examples: 'TX', 'CA', 'NY'. Leave empty for all states.

## `disciplinaryFilter` (type: `string`):

Filter by disciplinary action flag. 'all' = no filter, 'clean\_only' = exclude records with disciplinary actions, 'disciplined\_only' = only records with disciplinary actions. Applies to pharmacist and intern records (other types may not have this field).

## `maxRecords` (type: `integer`):

Maximum total records to output across all license types. Set 0 for unlimited.

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

Optional proxy settings. Usually not needed — TSBP CSV downloads are public with no rate limiting.

## Actor input object example

```json
{
  "licenseTypes": [
    "pharmacy"
  ],
  "statusFilter": "all",
  "cities": [],
  "states": [],
  "disciplinaryFilter": "all",
  "maxRecords": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `licenseCategory` (type: `string`):

Pharmacist / Pharmacy / Intern / Technician

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

TSBP license or registration number

## `lastName` (type: `string`):

Individual last name (null for pharmacy records)

## `firstName` (type: `string`):

Individual first name (null for pharmacy records)

## `middleName` (type: `string`):

Individual middle name or initial

## `pharmacyName` (type: `string`):

Facility name (pharmacy records only)

## `pharmacyType` (type: `string`):

Community, Hospital, Mail Order, Nuclear etc. (pharmacy only)

## `licenseStatus` (type: `string`):

Active / Probation / Restricted / Suspended / Revoked / Cancelled / Expired / Retired

## `issueDate` (type: `string`):

License issue date (YYYY-MM-DD)

## `expirationDate` (type: `string`):

License expiration date (YYYY-MM-DD)

## `address` (type: `string`):

Street address

## `city` (type: `string`):

City name

## `state` (type: `string`):

State abbreviation

## `zip` (type: `string`):

Postal code

## `phone` (type: `string`):

Phone number (pharmacy records only)

## `pharmacistInCharge` (type: `string`):

Responsible pharmacist name (pharmacy records only)

## `disciplinaryAction` (type: `string`):

Whether disciplinary action exists (true/false)

## `sourceFile` (type: `string`):

CSV filename this record was parsed from

## `scrapedAt` (type: `string`):

ISO timestamp when record was scraped

# 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 = {
    "licenseTypes": [
        "pharmacy"
    ],
    "cities": [],
    "states": [],
    "maxRecords": 100,
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("haketa/tsbp-license-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 = {
    "licenseTypes": ["pharmacy"],
    "cities": [],
    "states": [],
    "maxRecords": 100,
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("haketa/tsbp-license-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 '{
  "licenseTypes": [
    "pharmacy"
  ],
  "cities": [],
  "states": [],
  "maxRecords": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call haketa/tsbp-license-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Texas Pharmacy License Scraper - TSBP Daily Data",
        "description": "Extract pharmacist, pharmacy, intern & technician license records from Texas State Board of Pharmacy (TSBP). Daily-updated CSV data with license status, expiration, disciplinary actions & location.",
        "version": "0.0",
        "x-build-id": "Bb8Oh57F5rASoJf6Y"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/haketa~tsbp-license-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-haketa-tsbp-license-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/haketa~tsbp-license-scraper/runs": {
            "post": {
                "operationId": "runs-sync-haketa-tsbp-license-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/haketa~tsbp-license-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-haketa-tsbp-license-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": {
                    "licenseTypes": {
                        "title": "License Types",
                        "type": "array",
                        "description": "Which license categories to scrape. Options: 'pharmacist', 'pharmacy', 'intern', 'technician'. Leave empty to scrape all four.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "statusFilter": {
                        "title": "Status Filter",
                        "enum": [
                            "all",
                            "active_only",
                            "inactive_only"
                        ],
                        "type": "string",
                        "description": "Filter by license status. 'all' returns every status. 'active_only' returns only Active licenses. 'inactive_only' returns Suspended, Revoked, Cancelled, Expired, Surrender, Retired.",
                        "default": "all"
                    },
                    "cities": {
                        "title": "Cities (optional)",
                        "type": "array",
                        "description": "Filter by city name. Case-insensitive. Examples: 'Houston', 'Dallas', 'Austin', 'San Antonio', 'Fort Worth'. Leave empty for all cities.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "states": {
                        "title": "States (optional)",
                        "type": "array",
                        "description": "Filter by state abbreviation. Useful for pharmacy records which may include out-of-state facilities. Examples: 'TX', 'CA', 'NY'. Leave empty for all states.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "disciplinaryFilter": {
                        "title": "Disciplinary Action Filter",
                        "enum": [
                            "all",
                            "clean_only",
                            "disciplined_only"
                        ],
                        "type": "string",
                        "description": "Filter by disciplinary action flag. 'all' = no filter, 'clean_only' = exclude records with disciplinary actions, 'disciplined_only' = only records with disciplinary actions. Applies to pharmacist and intern records (other types may not have this field).",
                        "default": "all"
                    },
                    "maxRecords": {
                        "title": "Max Records",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum total records to output across all license types. Set 0 for unlimited.",
                        "default": 0
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Optional proxy settings. Usually not needed — TSBP CSV downloads are public with no rate limiting."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
