# JobThai.com Job Scraper (`unfenced-group/jobthai-scraper`) Actor

Scrape job listings from jobthai.com - Thailand's leading job board. GraphQL API, no proxy, no Playwright. PAY\_PER\_EVENT.

- **URL**: https://apify.com/unfenced-group/jobthai-scraper.md
- **Developed by:** [Unfenced Group](https://apify.com/unfenced-group) (community)
- **Categories:** Jobs
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

$0.99 / 1,000 result scrapeds

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

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

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

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

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

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

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

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

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

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## 🇹🇭 JobThai Scraper

Extract job listings from [jobthai.com](https://www.jobthai.com) — Thailand's leading job board with 48,000+ active listings and 1.8 M monthly visitors.

### ✨ Key features

- **GraphQL API** — hits `api.jobthai.com/v1/graphql` directly; no HTML parsing, no Cheerio, no Playwright
- **No proxy required** — endpoint is publicly accessible from any IP worldwide
- **Two query modes** — fast list scrape (20 fields) or rich detail scrape (30+ fields)
- **Full filter support** — keyword, province, job type, region, salary range, hybrid/WFH/online interview flags
- **PAY_PER_EVENT pricing** — pay per result, not per Compute Unit

### 📦 Output fields

#### List mode (default)

| Field | Type | Description |
|---|---|---|
| `jobId` | string | Numeric job ID |
| `companyId` | string | Employer company ID |
| `title` | string | Job title |
| `company` | string | Employer name |
| `province` | string | Province name |
| `provinceId` | string | Province code (e.g. `"01"` = Bangkok) |
| `district` | string | District name |
| `districtId` | string | District code |
| `region` | string | Region name (e.g. `"Bangkok Area"`) |
| `regionId` | string | Region ID (`"6"` = Bangkok Area) |
| `country` | string | Country name — **only populated for overseas jobs** (`province="99"`). `null` for all domestic Thai listings |
| `jobType` | string | Job category name |
| `jobTypeId` | integer | Job category ID |
| `industry` | string | Industrial estate / area name |
| `industryId` | string | Industry ID |
| `salary` | string | Salary range or description |
| `isUrgent` | boolean | `true` if marked as urgent hiring |
| `isTopCompany` | boolean | `true` if featured company |
| `workLocation` | string | Free-text work location detail |
| `transitStations` | object[] | Nearby BTS/MRT/BRT stations with distance (metres) and type |
| `tags` | string[] | Labels: `"Hybrid Work"`, `"Online Interview"`, `"Hybrid Working"` |
| `datePosted` | string | ISO date (YYYY-MM-DD) |
| `updatedAt` | string | Full ISO timestamp |
| `jobUrl` | string | Canonical link: `https://www.jobthai.com/jobsearch/job/{id}` |
| `scrapedAt` | string | ISO timestamp of extraction |

#### Detail mode (`scrapeDetail: true`) — adds these fields

| Field | Type | Description |
|---|---|---|
| `description` | string | Full job description / responsibilities |
| `benefit` | string | Welfare and benefits (company-level) |
| `companyBenefit` | string | Benefit text from company profile |
| `applyMethod` | string | How to apply |
| `employmentType` | string | `FULL_TIME` / `PART_TIME` / `CONTRACT` |
| `numberOfPositions` | string | Number of open positions |
| `englishApply` | boolean | Whether English CV is accepted |
| `subJobType` | string | Sub-category of job type |
| `businessType` | string | Company business category |
| `companyWebsite` | string | Employer website |
| `address` | string | Full work address |
| `subdistrict` | string | Sub-district (tambon) |
| `industrialArea` | string | Industrial estate name |
| `latitude` | number | GPS latitude — `null` if employer did not set location |
| `longitude` | number | GPS longitude — `null` if employer did not set location |
| `contactName` | string | HR contact name |
| `contactTel` | string | HR phone number |
| `contactFax` | string | HR fax number |
| `contactEmails` | string[] | HR email addresses (trustmail masked) |
| `contactLineId` | string | HR Line ID |
| `applyExternalLink` | string | External application URL (if any) |

### ⚙️ Input

```json
{
  "keyword": "python developer",
  "province": "01",
  "jobtype": "10",
  "salarymin": 50000,
  "maxItems": 200,
  "scrapeDetail": false
}
````

#### Input fields

| Field | Default | Description |
|---|---|---|
| `keyword` | `""` | Job title, skill, or free-text keyword |
| `province` | `""` | Province code (see table). Blank = all |
| `jobtype` | `""` | Job category ID (see table). Blank = all |
| `region` | `""` | Region: `1`=N `2`=NE `3`=Central `4`=E `5`=W `6`=S/Bangkok |
| `salarymin` | `0` | Minimum monthly salary (THB). 0 = no filter |
| `salarymax` | `0` | Maximum monthly salary (THB). 0 = no filter |
| `hybridwork` | `false` | Only hybrid-work jobs |
| `wfh` | `false` | Only fully remote / WFH jobs |
| `onlineInterview` | `false` | Only jobs offering online interviews |
| `startPage` | `1` | Page to start from (20 jobs/page) |
| `maxPages` | `0` | Max pages (0 = unlimited) |
| `maxItems` | `0` | Max results (0 = unlimited) |
| `scrapeDetail` | `false` | Fetch full detail per job (+15 fields, slower) |
| `language` | `"en"` | `"en"` or `"th"` |

#### Province codes

| Code | Province | Code | Province |
|---|---|---|---|
| `01` | Bangkok | `28` | Pathum Thani |
| `02` | Samut Prakan | `29` | Nonthaburi |
| `03` | Samut Sakhon | `09` | Chon Buri |
| `04` | Nakhon Pathom | `10` | Chiang Mai |
| `05` | Samut Songkhram | `13` | Phuket |
| `06` | Ratchaburi | `73` | Udon Thani |
| `07` | Kanchanaburi | `74` | Khon Kaen |
| `08` | Suphan Buri | `99` | Overseas |

#### Job type IDs

| ID | Category | ID | Category |
|---|---|---|---|
| `1` | Marketing / PR | `14` | Information Technology |
| `2` | Sales | `15` | Accounting |
| `3` | Customer Service | `16` | Human Resources |
| `4` | Finance | `17` | Manufacturing / QC |
| `5` | Administrative | `18` | Purchasing / Supply Chain |
| `7` | Engineering | `19` | Driver / Delivery |
| `10` | IT / Programming | `26` | Secretary |
| `11` | Architecture | `28` | Engineering (Mfg) |
| `12` | R\&D | `31` | Overseas |

### 🚀 Usage examples

**Bangkok IT jobs, list only:**

```json
{ "province": "01", "jobtype": "10", "maxItems": 500 }
```

**Python developer search with full detail:**

```json
{ "keyword": "python developer", "scrapeDetail": true, "maxItems": 100 }
```

**High-salary engineering roles:**

```json
{ "jobtype": "7", "salarymin": 80000, "maxItems": 200 }
```

**Hybrid work jobs only:**

```json
{ "hybridwork": true, "province": "01", "maxItems": 300 }
```

**Full scrape (all jobs, all provinces):**

```json
{ "maxPages": 0, "maxItems": 0 }
```

### 💰 Pricing

PAY\_PER\_EVENT: **$0.99 / 1,000 results**

| Mode | Est. CU cost / 1,000 results | Billed at |
|---|---|---|
| List only | ~$0.02 | $0.99 |
| List + detail | ~$0.05 | $1.49 |

No proxy cost. No Playwright. GraphQL = pure JSON, ~3 KB/request.

### 🛠 Architecture

```
Input
  └─► searchJobs(filter, page)   POST https://api.jobthai.com/v1/graphql
        └─► [optional] getJobRawData(id)   same endpoint
              └─► dataset.pushData()
                    └─► Actor.charge()  PAY_PER_EVENT
```

#### GraphQL queries used

**`searchJobs`** — paginated list, 20 jobs per page:

```graphql
query ($f: JobsSearchFilter, $o: JobOrderBy, $s: StaticDataVersion) {
  searchJobs(filter: $f, orderBy: $o, staticDataVersion: $s) {
    data { total data { id jobTitle companyName salary province { id name } ... } }
  }
}
```

**`getJobRawData`** — full detail per job:

```graphql
query ($id: Int!, $l: Language, $s: StaticDataVersion) {
  getJobRawData(id: $id, l: $l, staticDataVersion: $s) {
    data { _id title description benefit employmentType contact { ... } workLocation { latitude longitude ... } }
  }
}
```

#### How the endpoint was found

The public `www.jobthai.com` frontend is a Next.js app. Its `__NEXT_DATA__` JSON contains an Apollo state with cached `searchJobs` results. The `commons.js` Next.js chunk exposes the runtime config:

```js
externalApiGateway: "https://api.jobthai.com/v1/graphql"
```

This endpoint accepts requests from any origin — no authentication required.

### 🔧 Local development

```bash
npm install
node src/test.js   ## 25/25 live GraphQL battery
node src/main.js   ## full run (needs .actor/input.json or APIFY_INPUT env)
```

All 25 tests hit the real GraphQL API. T21/T25 allow ≤2 pagination overlaps — normal with `UPDATED_AT_DESC` ordering on a high-frequency live feed.

***

*Built by unfenced-group · jobthai.com operated by THiNKNET Co., Ltd.*

# Actor input Schema

## `keyword` (type: `string`):

Job title, skill, or free-text keyword (e.g. 'python developer', 'accountant').

## `province` (type: `string`):

'01'=Bangkok, '09'=Chon Buri, '10'=Chiang Mai, '99'=Overseas. Leave blank for all.

## `jobtype` (type: `string`):

Category ID: 4=Accounting, 10=IT, 7=Engineering, 2=Sales, 16=HR, 31=Overseas. Blank=all.

## `region` (type: `string`):

'1'=North, '2'=Northeast, '3'=Central, '4'=East, '5'=West, '6'=South/Bangkok Area.

## `salarymin` (type: `integer`):

Minimum monthly salary in THB.

## `salarymax` (type: `integer`):

Maximum monthly salary in THB.

## `hybridwork` (type: `boolean`):

Only show jobs that offer hybrid work arrangements.

## `wfh` (type: `boolean`):

Only show fully remote / work-from-home jobs.

## `onlineInterview` (type: `boolean`):

Only show jobs offering online interviews.

## `startPage` (type: `integer`):

Page number to start from (1-indexed, 20 jobs per page).

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

Maximum pages to scrape. 0 = unlimited.

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

Maximum number of job listings to return. Increase or set to 0 for unlimited (will scrape all 47,000+ jobs - use with maxPages too).

## `scrapeDetail` (type: `boolean`):

Fetch the detail page for each job: adds description, benefit, GPS coords, contact details, numberOfPositions, employmentType, and more.

## `language` (type: `string`):

'en' = English field labels. 'th' = Thai field labels.

## Actor input object example

```json
{
  "keyword": "",
  "province": "",
  "jobtype": "",
  "region": "",
  "salarymin": 0,
  "salarymax": 0,
  "hybridwork": false,
  "wfh": false,
  "onlineInterview": false,
  "startPage": 1,
  "maxPages": 0,
  "maxItems": 100,
  "scrapeDetail": false,
  "language": "en"
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("unfenced-group/jobthai-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("unfenced-group/jobthai-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call unfenced-group/jobthai-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "JobThai.com Job Scraper",
        "description": "Scrape job listings from jobthai.com - Thailand's leading job board. GraphQL API, no proxy, no Playwright. PAY_PER_EVENT.",
        "version": "1.0",
        "x-build-id": "UrP0nTDBBSmczIcp2"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/unfenced-group~jobthai-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-unfenced-group-jobthai-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/unfenced-group~jobthai-scraper/runs": {
            "post": {
                "operationId": "runs-sync-unfenced-group-jobthai-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/unfenced-group~jobthai-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-unfenced-group-jobthai-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": {
                    "keyword": {
                        "title": "Search keyword",
                        "type": "string",
                        "description": "Job title, skill, or free-text keyword (e.g. 'python developer', 'accountant').",
                        "default": ""
                    },
                    "province": {
                        "title": "Province code",
                        "type": "string",
                        "description": "'01'=Bangkok, '09'=Chon Buri, '10'=Chiang Mai, '99'=Overseas. Leave blank for all.",
                        "default": ""
                    },
                    "jobtype": {
                        "title": "Job type ID",
                        "type": "string",
                        "description": "Category ID: 4=Accounting, 10=IT, 7=Engineering, 2=Sales, 16=HR, 31=Overseas. Blank=all.",
                        "default": ""
                    },
                    "region": {
                        "title": "Region",
                        "type": "string",
                        "description": "'1'=North, '2'=Northeast, '3'=Central, '4'=East, '5'=West, '6'=South/Bangkok Area.",
                        "default": ""
                    },
                    "salarymin": {
                        "title": "Min salary (THB)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum monthly salary in THB.",
                        "default": 0
                    },
                    "salarymax": {
                        "title": "Max salary (THB)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum monthly salary in THB.",
                        "default": 0
                    },
                    "hybridwork": {
                        "title": "Hybrid work only",
                        "type": "boolean",
                        "description": "Only show jobs that offer hybrid work arrangements.",
                        "default": false
                    },
                    "wfh": {
                        "title": "Work from home only",
                        "type": "boolean",
                        "description": "Only show fully remote / work-from-home jobs.",
                        "default": false
                    },
                    "onlineInterview": {
                        "title": "Online interview only",
                        "type": "boolean",
                        "description": "Only show jobs offering online interviews.",
                        "default": false
                    },
                    "startPage": {
                        "title": "Start page",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Page number to start from (1-indexed, 20 jobs per page).",
                        "default": 1
                    },
                    "maxPages": {
                        "title": "Max pages",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum pages to scrape. 0 = unlimited.",
                        "default": 0
                    },
                    "maxItems": {
                        "title": "Max items",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of job listings to return. Increase or set to 0 for unlimited (will scrape all 47,000+ jobs - use with maxPages too).",
                        "default": 100
                    },
                    "scrapeDetail": {
                        "title": "Scrape full job detail",
                        "type": "boolean",
                        "description": "Fetch the detail page for each job: adds description, benefit, GPS coords, contact details, numberOfPositions, employmentType, and more.",
                        "default": false
                    },
                    "language": {
                        "title": "Language",
                        "enum": [
                            "en",
                            "th"
                        ],
                        "type": "string",
                        "description": "'en' = English field labels. 'th' = Thai field labels.",
                        "default": "en"
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
