# Glints Job Scraper 🌏 (`unfenced-group/glints-scraper`) Actor

💰 $1.99/1k jobs — Southeast Asia's only dedicated Glints.com scraper. Covers ID 🇮🇩 SG 🇸🇬 MY 🇲🇾 VN 🇻🇳 TW 🇹🇼. 92 job categories × 5 countries ≈ 46k results/run.

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

## Pricing

from $0.99 / 1,000 results

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

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

## What's an Apify Actor?

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

## How to integrate an Actor?

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

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

## Glints Job Scraper 🌏

![Glints Job Scraper 🌏](https://api.apify.com/v2/key-value-stores/lJlifu6C8YQfZMPKE/records/glints-scraper)


**💰 $1.99 per 1,000 jobs** — Southeast Asia's **only dedicated Glints.com scraper**. No API key required. No proxy. No browser.

Covers all 5 Glints markets: **Indonesia 🇮🇩 · Singapore 🇸🇬 · Malaysia 🇲🇾 · Vietnam 🇻🇳 · Taiwan 🇹🇼**

---

### Why this scraper?

#### 🌏 5-market coverage in one run
Indonesia, Singapore, Malaysia, Vietnam, and Taiwan — all configurable per run. Mix or match countries freely.

#### ⚡ Fast & lightweight
Up to ~23,000 unique job listings per run without a browser. Runs complete in minutes on 256 MB memory.

#### 💼 Rich structured data
Every job includes salary ranges, required skills (with must-have flags), geo-coordinates, company verification status, and hierarchical job categories.

#### 🔁 Scheduler-ready incremental mode
Run daily and collect only newly posted jobs. State persists between runs — zero duplicate spend.

#### 🎯 12 filter dimensions
Keyword, job type, work arrangement, education level, salary range, country, last-updated window, and more — all combinable.

#### 📋 Full job descriptions (optional)
Enable `fetchDetails` to retrieve complete plain-text descriptions, benefits, and external apply links.

---

### Input parameters

| Field | Type | Default | Description |
|-------|------|---------|-------------|
| `countries` | `string[]` | All 5 | Markets to scrape: `ID` `SG` `MY` `VN` `TW` |
| `keyword` | `string` | — | Keyword search (e.g. `software engineer`) |
| `jobTypes` | `string[]` | — | `FULL_TIME` `PART_TIME` `CONTRACT` `INTERNSHIP` `PROJECT_BASED` |
| `workArrangements` | `string[]` | — | `REMOTE` `HYBRID` `ONSITE` |
| `educationLevels` | `string[]` | — | `HIGH_SCHOOL` `DIPLOMA` `BACHELOR_DEGREE` `MASTER_DEGREE` `DOCTORATE` |
| `lastUpdated` | `string` | — | `PAST_24_HOURS` `PAST_WEEK` `PAST_MONTH` `ANY_TIME` |
| `sortBy` | `string` | `LATEST` | `LATEST` or `RELEVANT` |
| `minSalary` | `number` | — | Minimum salary (requires `salaryCurrency`) |
| `salaryCurrency` | `string` | — | `IDR` `SGD` `MYR` `VND` `TWD` |
| `fetchDetails` | `boolean` | `false` | Fetch full description, benefits, and apply URL |
| `incrementalMode` | `boolean` | `false` | Skip jobs seen in previous runs |
| `stateStoreName` | `string` | `glints-scraper-state` | KV store name for incremental state |
| `maxResults` | `number` | `0` (unlimited) | Stop after N results |
| `requestsPerSecond` | `number` | `3` | Request rate (1–10) |
| `debug` | `boolean` | `false` | Verbose run logging |

---

### Output schema

#### Always present

| Field | Type | Description |
|-------|------|-------------|
| `id` | `string` | Unique Glints job UUID |
| `title` | `string` | Job title |
| `url` | `string` | Direct link to the job posting |
| `status` | `string` | `OPEN` or `CLOSED` |
| `type` | `string\|null` | `FULL_TIME` `PART_TIME` `CONTRACT` `INTERNSHIP` `PROJECT_BASED` |
| `workArrangement` | `string\|null` | `REMOTE` `HYBRID` `ONSITE` |
| `createdAt` | `string` | ISO 8601 posting date |
| `updatedAt` | `string` | ISO 8601 last update |
| `isHot` | `boolean` | Whether listing is featured/promoted |
| `shouldShowSalary` | `boolean\|null` | Whether salary is publicly shown |
| `educationLevel` | `string\|null` | Minimum education requirement |
| `minYearsOfExperience` | `number\|null` | Minimum years of experience |
| `maxYearsOfExperience` | `number\|null` | Maximum years of experience |
| `source` | `string` | `NATIVE` or `EXTERNAL` |
| `jobSource` | `string` | `EMPLOYER` or `AGENCY` |
| `company.id` | `string` | Company UUID |
| `company.name` | `string` | Company display name (brand name if set) |
| `company.logoUrl` | `string\|null` | Full CDN URL to company logo |
| `company.status` | `string` | Verification status |
| `company.isVIP` | `boolean` | VIP/premium employer flag |
| `company.isVerified` | `boolean` | Whether company is verified |
| `company.industry` | `string\|null` | Industry name |
| `company.verificationTier` | `string\|null` | Verification tier (e.g. `LEGAL_DOCUMENTS`) |
| `location.city` | `string\|null` | City name |
| `location.citySubDivision` | `string\|null` | District/sub-division |
| `location.formattedLocation` | `string\|null` | Full formatted location string |
| `location.country` | `string\|null` | Country name |
| `location.countryCode` | `string\|null` | ISO country code |
| `location.latitude` | `number\|null` | Geographic latitude |
| `location.longitude` | `number\|null` | Geographic longitude |
| `salary` | `object\|null` | `null` when salary not disclosed |
| `salary.minAmount` | `number\|null` | Minimum salary amount |
| `salary.maxAmount` | `number\|null` | Maximum salary amount |
| `salary.currency` | `string\|null` | Currency code (`IDR` `SGD` `MYR` etc.) |
| `salary.salaryType` | `string\|null` | Pay type (`BASIC` etc.) |
| `salary.salaryMode` | `string\|null` | Pay frequency (`MONTH` `YEAR` etc.) |
| `skills` | `array` | `[{ name, mustHave }]` — required skills |
| `category.id` | `string\|null` | Category UUID |
| `category.name` | `string\|null` | Category name (L2) |
| `category.level` | `number\|null` | Hierarchy level |
| `category.parentName` | `string\|null` | Parent L1 category name |
| `category.parentId` | `string\|null` | Parent L1 category UUID |

#### Only with `fetchDetails: true`

| Field | Type | Description |
|-------|------|-------------|
| `description` | `string\|null` | Full job description in plain text |
| `benefits` | `string[]\|null` | List of offered benefits |
| `externalApplyURL` | `string\|null` | External ATS link if applicable |
| `acceptsForeignApplications` | `boolean\|null` | Whether non-residents can apply |
| `expiryDate` | `string\|null` | Listing expiry date (ISO 8601) |
| `isCoverLetterMandatory` | `boolean\|null` | Whether a cover letter is required |

> All `fetchDetails` fields are `null` when `fetchDetails: false`.

---

### Examples

**Software jobs in Singapore (remote)**
```json
{
  "countries": ["SG"],
  "keyword": "software engineer",
  "workArrangements": ["REMOTE"],
  "jobTypes": ["FULL_TIME"]
}
````

**Full Indonesia + Malaysia sweep**

```json
{
  "countries": ["ID", "MY"],
  "sortBy": "LATEST",
  "maxResults": 10000
}
```

**Daily incremental feed (schedulers)**

```json
{
  "lastUpdated": "PAST_24_HOURS",
  "incrementalMode": true,
  "sortBy": "LATEST"
}
```

**High-paying SG roles with full details**

```json
{
  "countries": ["SG"],
  "jobTypes": ["FULL_TIME"],
  "minSalary": 5000,
  "salaryCurrency": "SGD",
  "fetchDetails": true
}
```

***

### 💰 Pricing

**$1.99 per 1,000 results** — you only pay for successfully retrieved listings. Failed retries are never charged.

| Results | Cost |
|---------|------|
| 100 | ~$0.20 |
| 1,000 | ~$1.99 |
| 10,000 | ~$19.90 |
| 100,000 | ~$199.00 |

> Flat-rate alternatives typically charge $29–$49/month regardless of usage.

Use the **Max results** cap to control your spend exactly.

***

### Performance

| Run type | Results | Time |
|----------|---------|------|
| Keyword, 1 country | up to 100 | ~10s |
| Full sweep, 1 country | up to 4,600 | ~5 min |
| Full sweep, all 5 countries | up to 23,000 | ~25 min |
| With `fetchDetails: true`, 1,000 results | 1,000 | ~10 min |

***

### Known limitations

- Maximum 100 results per category/keyword per country without authentication (Glints platform limit)
- Salary data is only available when the employer has opted to show it (`shouldShowSalary: true`)
- Vietnam and Taiwan markets have significantly fewer listings than Indonesia and Singapore
- `fetchDetails` roughly doubles run time

***

### Technical details

- **Source:** glints.com — Southeast Asia's leading talent platform
- **Memory:** 256 MB
- **Deduplication:** by job UUID within each run
- **Incremental state:** KeyValueStore `glints-scraper-state`, persists between runs
- **Retry:** Automatic retry on network errors with exponential backoff, 3 attempts per request

***

### Additional services

Need a custom actor, additional filters, scheduled runs, or integration support?.nl]\(mailto:info@unfencedgroup.nl) — we build on request.

***

***

### Need a custom scraper?

**[Unfenced Group](https://www.unfencedgroup.nl)** builds Apify actors for any website — for free.

If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.

**Get in touch:** [www.unfencedgroup.nl](https://www.unfencedgroup.nl)

# Actor input Schema

## `countries` (type: `array`):

Country codes to scrape. ID=Indonesia, SG=Singapore, MY=Malaysia, VN=Vietnam, TW=Taiwan

## `searchQuery` (type: `string`):

Job title keyword (e.g. 'software engineer'). Switches from full category sweep to keyword mode. Faster but returns fewer results.

## `jobTypes` (type: `array`):

Filter by employment type. Options: FULL\_TIME, PART\_TIME, CONTRACT, INTERNSHIP, PROJECT\_BASED

## `workArrangements` (type: `array`):

Filter by work location. Options: REMOTE, HYBRID, ONSITE

## `educationLevels` (type: `array`):

Filter by minimum education. Options: HIGH\_SCHOOL, DIPLOMA, BACHELOR\_DEGREE, MASTER\_DEGREE, DOCTORATE

## `lastUpdated` (type: `string`):

Only include jobs updated within this period. Options: PAST\_24\_HOURS, PAST\_WEEK, PAST\_MONTH, ANY\_TIME

## `sortBy` (type: `string`):

Result ordering. Options: LATEST (newest first), RELEVANT (best match first)

## `minSalary` (type: `integer`):

Minimum salary filter. Must be used together with salaryCurrency.

## `salaryCurrency` (type: `string`):

Currency code for salary filter. Options: IDR, SGD, MYR, VND, TWD

## `fetchDetails` (type: `boolean`):

Fetch full description, benefits list, and external apply URL for each job. Increases CU usage but provides richer data.

## `incrementalMode` (type: `boolean`):

Only output jobs not seen in a previous run. Ideal for scheduled runs – saves costs by skipping known listings. State persists between runs in a Key-Value Store.

## `stateStoreName` (type: `string`):

Name of the Key-Value Store used to persist incremental state. Default: glints-scraper-state

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

Stop after collecting this many jobs. 0 = no limit (full sweep).

## `requestsPerSecond` (type: `integer`):

Rate limit for API requests. Higher = faster but more likely to trigger throttling. Recommended: 3–5.

## `debug` (type: `boolean`):

Enable verbose logging. Useful for troubleshooting – logs each category and page fetched.

## Actor input object example

```json
{
  "countries": [
    "ID",
    "SG",
    "MY",
    "VN",
    "TW"
  ],
  "sortBy": "LATEST",
  "fetchDetails": false,
  "incrementalMode": false,
  "stateStoreName": "glints-scraper-state",
  "maxResults": 0,
  "requestsPerSecond": 3,
  "debug": false
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

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

## JavaScript example

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

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

// Prepare Actor input
const input = {
    "countries": [
        "ID",
        "SG",
        "MY",
        "VN",
        "TW"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("unfenced-group/glints-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 = { "countries": [
        "ID",
        "SG",
        "MY",
        "VN",
        "TW",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("unfenced-group/glints-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 '{
  "countries": [
    "ID",
    "SG",
    "MY",
    "VN",
    "TW"
  ]
}' |
apify call unfenced-group/glints-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Glints Job Scraper 🌏",
        "description": "💰 $1.99/1k jobs — Southeast Asia's only dedicated Glints.com scraper. Covers ID 🇮🇩 SG 🇸🇬 MY 🇲🇾 VN 🇻🇳 TW 🇹🇼. 92 job categories × 5 countries ≈ 46k results/run.",
        "version": "1.0",
        "x-build-id": "jsnhNxPaLXA5lSbGT"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/unfenced-group~glints-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-unfenced-group-glints-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~glints-scraper/runs": {
            "post": {
                "operationId": "runs-sync-unfenced-group-glints-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~glints-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-unfenced-group-glints-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": {
                    "countries": {
                        "title": "Countries",
                        "type": "array",
                        "description": "Country codes to scrape. ID=Indonesia, SG=Singapore, MY=Malaysia, VN=Vietnam, TW=Taiwan",
                        "default": [
                            "ID",
                            "SG",
                            "MY",
                            "VN",
                            "TW"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "searchQuery": {
                        "title": "Keyword",
                        "type": "string",
                        "description": "Job title keyword (e.g. 'software engineer'). Switches from full category sweep to keyword mode. Faster but returns fewer results."
                    },
                    "jobTypes": {
                        "title": "Job Types",
                        "type": "array",
                        "description": "Filter by employment type. Options: FULL_TIME, PART_TIME, CONTRACT, INTERNSHIP, PROJECT_BASED",
                        "items": {
                            "type": "string"
                        }
                    },
                    "workArrangements": {
                        "title": "Work Arrangements",
                        "type": "array",
                        "description": "Filter by work location. Options: REMOTE, HYBRID, ONSITE",
                        "items": {
                            "type": "string"
                        }
                    },
                    "educationLevels": {
                        "title": "Education Levels",
                        "type": "array",
                        "description": "Filter by minimum education. Options: HIGH_SCHOOL, DIPLOMA, BACHELOR_DEGREE, MASTER_DEGREE, DOCTORATE",
                        "items": {
                            "type": "string"
                        }
                    },
                    "lastUpdated": {
                        "title": "Last Updated",
                        "type": "string",
                        "description": "Only include jobs updated within this period. Options: PAST_24_HOURS, PAST_WEEK, PAST_MONTH, ANY_TIME"
                    },
                    "sortBy": {
                        "title": "Sort By",
                        "type": "string",
                        "description": "Result ordering. Options: LATEST (newest first), RELEVANT (best match first)",
                        "default": "LATEST"
                    },
                    "minSalary": {
                        "title": "Minimum Salary",
                        "type": "integer",
                        "description": "Minimum salary filter. Must be used together with salaryCurrency."
                    },
                    "salaryCurrency": {
                        "title": "Salary Currency",
                        "type": "string",
                        "description": "Currency code for salary filter. Options: IDR, SGD, MYR, VND, TWD"
                    },
                    "fetchDetails": {
                        "title": "Fetch Full Job Details",
                        "type": "boolean",
                        "description": "Fetch full description, benefits list, and external apply URL for each job. Increases CU usage but provides richer data.",
                        "default": false
                    },
                    "incrementalMode": {
                        "title": "Incremental Mode",
                        "type": "boolean",
                        "description": "Only output jobs not seen in a previous run. Ideal for scheduled runs – saves costs by skipping known listings. State persists between runs in a Key-Value Store.",
                        "default": false
                    },
                    "stateStoreName": {
                        "title": "State Store Name",
                        "type": "string",
                        "description": "Name of the Key-Value Store used to persist incremental state. Default: glints-scraper-state",
                        "default": "glints-scraper-state"
                    },
                    "maxResults": {
                        "title": "Max Results",
                        "type": "integer",
                        "description": "Stop after collecting this many jobs. 0 = no limit (full sweep).",
                        "default": 0
                    },
                    "requestsPerSecond": {
                        "title": "Requests Per Second",
                        "minimum": 1,
                        "maximum": 10,
                        "type": "integer",
                        "description": "Rate limit for API requests. Higher = faster but more likely to trigger throttling. Recommended: 3–5.",
                        "default": 3
                    },
                    "debug": {
                        "title": "Debug Mode",
                        "type": "boolean",
                        "description": "Enable verbose logging. Useful for troubleshooting – logs each category and page fetched.",
                        "default": false
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
