# Ohio eLicense Scraper - Pharmacy & Professional (`haketa/ohio-elicense-scraper`) Actor

Scrape pharmacist, technician, nurse & professional license records from Ohio eLicense portal. Covers 24 state boards with daily-updated license status, expiration & disciplinary data.

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

## Pricing

from $2.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

## 🏛️ Ohio eLicense Scraper — Pharmacy & Professional Licenses

Extract **pharmacist, technician, nurse, physician & professional** license records from **[eLicense Ohio](https://elicense.ohio.gov/)** — Ohio's centralized licensing portal covering **24 state boards** with daily-updated data.

[![Apify Actor](https://img.shields.io/badge/Apify-Actor-blue)](https://apify.com)
[![Playwright](https://img.shields.io/badge/Engine-Playwright-green)]()
[![24 Boards](https://img.shields.io/badge/Coverage-24%20Boards-orange)]()

---

### ⚡ How It Works

eLicense Ohio is a Salesforce Community portal that hosts license verification for all Ohio professional boards. This actor uses Playwright browser automation to:

1. Navigate to the **Verify License** search page
2. Select the target **board** and **license type** from dropdowns
3. Execute the search and **parse paginated results**
4. Optionally visit **detail pages** for full license information
5. Output structured JSON records to the Apify dataset

No login or API key required — the portal is fully public.

---

### 🔧 Input

```json
{
  "boards": ["Board of Pharmacy"],
  "licenseTypes": ["Pharmacist"],
  "searchName": "",
  "searchLicenseNumber": "",
  "statusFilter": "all",
  "counties": [],
  "scrapeDetails": false,
  "maxRecords": 50,
  "maxPages": 0,
  "requestDelay": 2000
}
````

#### Parameters

| Parameter | Type | Default | Description |
|---|---|---|---|
| `boards` | array | `[]` | Target boards (see list below). Empty = all boards |
| `licenseTypes` | array | `[]` | License types within selected board. Empty = all types |
| `searchName` | string | `""` | Search by licensee name (partial match) |
| `searchLicenseNumber` | string | `""` | Search by specific license number |
| `statusFilter` | string | `all` | `all` / `active_only` / `inactive_only` |
| `counties` | array | `[]` | Filter by Ohio county |
| `scrapeDetails` | boolean | `false` | Visit each detail page for full data (slower) |
| `maxRecords` | integer | `0` | Max records to output (0 = unlimited) |
| `maxPages` | integer | `0` | Max pages per search (0 = unlimited) |
| `requestDelay` | integer | `2000` | Delay between pages in ms |
| `proxyConfiguration` | object | none | Optional proxy settings |

***

### 🏥 Supported Boards (24 Total)

#### Healthcare

| Board | License Types |
|---|---|
| **Board of Pharmacy** | Pharmacist, Pharmacy Technician, Pharmacy Intern, Terminal Distributor (TDDD), Wholesale Drug Distributor, Home Medical Equipment |
| **Board of Nursing** | Registered Nurse (RN), Licensed Practical Nurse (LPN), Advanced Practice RN |
| **State Medical Board** | Physician (MD/DO), Physician Assistant, Acupuncturist, Radiologist Assistant |
| **Dental Board** | Dentist, Dental Hygienist, Dental Radiographer |
| **Board of Psychology** | Psychologist, School Psychologist |
| **Counselor, Social Worker, MFT Board** | Licensed Counselor, Social Worker, Marriage & Family Therapist |
| **Occupational Therapy Board** | Occupational Therapist, OT Assistant |
| **Speech & Hearing Board** | Audiologist, Speech-Language Pathologist |
| **Optometry Board** | Optometrist |
| **Chiropractic Board** | Chiropractor |
| **Veterinary Medical Board** | Veterinarian, Veterinary Technician |

#### Professional & Technical

| Board | License Types |
|---|---|
| **Engineering Board** | Professional Engineer (PE), Surveyor |
| **Architects Board** | Architect, Landscape Architect |
| **Division of Real Estate** | Real Estate Agent, Broker, Appraiser |
| **Cosmetology Board** | Cosmetologist, Barber, Esthetician |
| **Construction Industry Licensing Board** | General Contractor, HVAC, Plumbing, Electrical |

***

### 📊 License Status Codes

#### ✅ Active

| Status | Meaning |
|---|---|
| `Active` | License is current and valid |

#### 🚫 Inactive

| Status | Meaning |
|---|---|
| `Inactive` | License not active |
| `Suspended` | Temporarily barred |
| `Expired` | Not renewed |
| `Revoked` | Permanently removed |
| `Surrendered` | Voluntarily given up |
| `Not Renewed` | Lapsed without renewal |
| `Denied` | Application denied |

***

### 📦 Output

#### Example Record

```json
{
  "licenseNumber": "03-2-123456",
  "board": "Board of Pharmacy",
  "licenseType": "Pharmacist",
  "licenseeType": "Individual",
  "lastName": "JOHNSON",
  "firstName": "MICHAEL",
  "businessName": null,
  "licenseStatus": "Active",
  "issueDate": "2014-09-15",
  "expirationDate": "2027-09-15",
  "address": "123 MAIN ST",
  "city": "Columbus",
  "county": "Franklin",
  "state": "OH",
  "zip": "43201",
  "disciplinaryAction": false,
  "detailUrl": "https://elicense.ohio.gov/...",
  "scrapedAt": "2026-05-06T09:00:00.000Z"
}
```

#### Output Fields

| Field | Type | Description |
|---|---|---|
| `licenseNumber` | string | Ohio license or registration number |
| `board` | string | Issuing board name |
| `licenseType` | string | Pharmacist, RN, MD, PE etc. |
| `licenseeType` | string | Individual or Business |
| `lastName` | string | Individual last name |
| `firstName` | string | Individual first name |
| `businessName` | string | Business or facility name |
| `licenseStatus` | string | Current license status |
| `issueDate` | string | License issue date (YYYY-MM-DD) |
| `expirationDate` | string | License expiration date |
| `address` | string | Street address |
| `city` | string | City |
| `county` | string | Ohio county |
| `state` | string | State abbreviation |
| `zip` | string | ZIP code |
| `disciplinaryAction` | boolean | Board disciplinary action exists |
| `detailUrl` | string | Link to full license detail page |
| `scrapedAt` | string | ISO timestamp when scraped |

***

### 🎯 Use Cases

#### 🏥 Healthcare Staffing & Credentialing

Verify Ohio pharmacist, nurse, and physician licenses for new hires and travel staff. Cleveland Clinic, OhioHealth, and Ohio State Wexner Medical Center are among the largest employers.

#### ✅ Pharmacy Compliance (OARRS)

Ohio's Automated Rx Reporting System makes pharmacy compliance critical. Track pharmacist and technician license statuses across all Ohio locations.

#### 💼 Multi-Board Monitoring

Single actor covers 24 boards — monitor pharmacists, nurses, physicians, dentists, engineers, and real estate agents in one run. No need for separate scrapers per profession.

#### 📈 B2B Lead Generation

Build targeted lists of active Ohio professionals by board, license type, county, and status for pharmaceutical sales, medical equipment, SaaS products, and recruiting.

#### 🔬 Workforce Analytics

Analyze professional license distribution across Ohio counties, track growth trends, expiration patterns, and disciplinary action rates.

***

### 🏙️ Major Ohio Counties

| County | Major City | Population | Healthcare Hub |
|---|---|---|---|
| Franklin | Columbus | 1.3M | Ohio State Wexner Medical Center |
| Cuyahoga | Cleveland | 1.2M | Cleveland Clinic, University Hospitals |
| Hamilton | Cincinnati | 830K | UC Health, Cincinnati Children's |
| Summit | Akron | 540K | Akron General, Summa Health |
| Montgomery | Dayton | 530K | Premier Health, Kettering Health |
| Lucas | Toledo | 430K | ProMedica, Mercy Health |
| Stark | Canton | 370K | Aultman Hospital, Mercy Medical |
| Butler | Hamilton | 390K | Kettering Health Hamilton |

***

### ⚠️ Technical Notes

- **Salesforce Community site** — eLicense Ohio uses Salesforce Lightning components. The actor uses Playwright for full browser rendering.
- **Debug screenshots** — on every run, screenshots are saved to the key-value store (`DEBUG_SCREENSHOT`, `DEBUG_AFTER_SEARCH`) for troubleshooting selector issues.
- **Rate limiting** — keep `requestDelay` above 1500ms. Ohio's portal may throttle rapid requests.
- **Detail pages** — enabling `scrapeDetails` provides full address and disciplinary data but significantly increases run time.
- **Memory** — minimum 1024 MB recommended due to Playwright Chrome overhead.

***

### 💰 Cost & Performance

| Metric | Value |
|---|---|
| Engine | Playwright Chromium |
| Runtime | ~1-5 minutes per 100 records |
| Cost | ~0.05-0.10 CU per 100 records |
| Data freshness | Daily |
| Auth required | None |
| Proxy recommended | Optional (for heavy usage) |

***

### 📜 Changelog

| Version | Date | Notes |
|---|---|---|
| 1.0.0 | 2026-05-06 | Initial release — Playwright automation, 24 boards, paginated search, optional detail scraping |

# Actor input Schema

## `boards` (type: `array`):

Which Ohio boards to search. Examples: 'Board of Pharmacy', 'Board of Nursing', 'State Medical Board'. Leave empty to search all boards.

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

License types to search within selected boards. Examples for Pharmacy: 'Pharmacist', 'Pharmacy Intern', 'Pharmacy Technician', 'Terminal Distributor of Dangerous Drugs'. Leave empty for all types.

## `searchName` (type: `string`):

Search by licensee name. Partial match supported. Leave empty to return all records.

## `searchLicenseNumber` (type: `string`):

Search by specific license number. Leave empty to return all records.

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

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

## `counties` (type: `array`):

Filter by Ohio county. Examples: 'Franklin', 'Cuyahoga', 'Hamilton', 'Summit', 'Montgomery'. Leave empty for all counties.

## `scrapeDetails` (type: `boolean`):

Visit each license detail page for full information (address, disciplinary actions, certifications). Slower but more complete data.

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

Maximum total records to output. Set 0 for unlimited.

## `maxPages` (type: `integer`):

Maximum pages to scrape per search. Each page typically returns 10-25 records. Set 0 for unlimited.

## `requestDelay` (type: `integer`):

Delay between page navigations in milliseconds. Keep above 1000 to avoid rate limiting.

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

Optional proxy settings. Recommended if encountering rate limits or blocks.

## Actor input object example

```json
{
  "boards": [
    "Board of Pharmacy"
  ],
  "licenseTypes": [],
  "searchName": "Smith",
  "statusFilter": "all",
  "counties": [],
  "scrapeDetails": false,
  "maxRecords": 50,
  "maxPages": 0,
  "requestDelay": 2000,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

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

Ohio license or registration number

## `board` (type: `string`):

Issuing board (Board of Pharmacy, Board of Nursing etc.)

## `licenseType` (type: `string`):

Pharmacist, Pharmacy Technician, RN, MD etc.

## `licenseeType` (type: `string`):

Individual or Business

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

Individual last name

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

Individual first name

## `businessName` (type: `string`):

Business or facility name

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

Active / Inactive / Suspended / Expired / Revoked

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

License issue date

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

License expiration date

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

Street address

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

City name

## `county` (type: `string`):

Ohio county

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

State abbreviation

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

Postal code

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

Whether disciplinary action exists

## `detailUrl` (type: `string`):

Direct link to license detail page

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

ISO timestamp when 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 = {
    "boards": [
        "Board of Pharmacy"
    ],
    "licenseTypes": [],
    "searchName": "Smith",
    "searchLicenseNumber": "",
    "counties": [],
    "maxRecords": 50,
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("haketa/ohio-elicense-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 = {
    "boards": ["Board of Pharmacy"],
    "licenseTypes": [],
    "searchName": "Smith",
    "searchLicenseNumber": "",
    "counties": [],
    "maxRecords": 50,
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("haketa/ohio-elicense-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 '{
  "boards": [
    "Board of Pharmacy"
  ],
  "licenseTypes": [],
  "searchName": "Smith",
  "searchLicenseNumber": "",
  "counties": [],
  "maxRecords": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call haketa/ohio-elicense-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Ohio eLicense Scraper - Pharmacy & Professional",
        "description": "Scrape pharmacist, technician, nurse & professional license records from Ohio eLicense portal. Covers 24 state boards with daily-updated license status, expiration & disciplinary data.",
        "version": "0.0",
        "x-build-id": "FERTzDlmjccmemQge"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/haketa~ohio-elicense-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-haketa-ohio-elicense-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~ohio-elicense-scraper/runs": {
            "post": {
                "operationId": "runs-sync-haketa-ohio-elicense-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~ohio-elicense-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-haketa-ohio-elicense-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": {
                    "boards": {
                        "title": "Boards",
                        "type": "array",
                        "description": "Which Ohio boards to search. Examples: 'Board of Pharmacy', 'Board of Nursing', 'State Medical Board'. Leave empty to search all boards.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "licenseTypes": {
                        "title": "License Types",
                        "type": "array",
                        "description": "License types to search within selected boards. Examples for Pharmacy: 'Pharmacist', 'Pharmacy Intern', 'Pharmacy Technician', 'Terminal Distributor of Dangerous Drugs'. Leave empty for all types.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "searchName": {
                        "title": "Name Search (optional)",
                        "type": "string",
                        "description": "Search by licensee name. Partial match supported. Leave empty to return all records."
                    },
                    "searchLicenseNumber": {
                        "title": "License Number (optional)",
                        "type": "string",
                        "description": "Search by specific license number. Leave empty to return all records."
                    },
                    "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, Expired, Inactive.",
                        "default": "all"
                    },
                    "counties": {
                        "title": "Counties (optional)",
                        "type": "array",
                        "description": "Filter by Ohio county. Examples: 'Franklin', 'Cuyahoga', 'Hamilton', 'Summit', 'Montgomery'. Leave empty for all counties.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "scrapeDetails": {
                        "title": "Scrape Detail Pages",
                        "type": "boolean",
                        "description": "Visit each license detail page for full information (address, disciplinary actions, certifications). Slower but more complete data.",
                        "default": false
                    },
                    "maxRecords": {
                        "title": "Max Records",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum total records to output. Set 0 for unlimited.",
                        "default": 0
                    },
                    "maxPages": {
                        "title": "Max Pages",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum pages to scrape per search. Each page typically returns 10-25 records. Set 0 for unlimited.",
                        "default": 0
                    },
                    "requestDelay": {
                        "title": "Request Delay (ms)",
                        "minimum": 500,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Delay between page navigations in milliseconds. Keep above 1000 to avoid rate limiting.",
                        "default": 2000
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Optional proxy settings. Recommended if encountering rate limits or blocks."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
