# Carousell Scraper - Listings, Prices & Seller Leads (`scrapesage/carousell-scraper`) Actor

Scrape Carousell listings, prices, conditions, photos, meet-up locations and seller leads across Singapore, Malaysia, the Philippines and Hong Kong. Pure HTTP, no browser, so runs are fast and never time out. Includes GPS coordinates, seller verification and a 0-100 lead score.

- **URL**: https://apify.com/scrapesage/carousell-scraper.md
- **Developed by:** [Scrape Sage](https://apify.com/scrapesage) (community)
- **Categories:** E-commerce, Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.00 / 1,000 listing 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 web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

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

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

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

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

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

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

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

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

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

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

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


# README

## Carousell Scraper - Listings, Prices & Seller Leads

Scrape **Carousell** listings, prices, conditions, photos, meet-up locations and seller leads across **Singapore, Malaysia, the Philippines and Hong Kong** - fast, over plain HTTP, with no browser and no login.

Carousell is Southeast Asia's largest consumer marketplace. This actor turns any category, listing or seller profile into a clean, richly-populated dataset.

---

### Why this scraper

Most Carousell scrapers drive a headless browser per page. That is why they time out - measurably: across the public Carousell actors on the Store, one leader logs **308 FAILED + 780 ABORTED runs out of 4,306**. This actor takes a different route.

Carousell server-renders its **entire application state** into the page. We parse that state directly, so:

- **No browser.** ~1-2 s per page instead of 15-30 s. No Chromium, no memory spikes.
- **No timeouts by construction.** The run reads its own `ACTOR_TIMEOUT_AT` deadline, stops starting work ~60 s before the platform would kill it, pushes what it has and exits **Succeeded** with a status message. A run can never end TIMED-OUT.
- **Never throws.** A transient rate-limit ends the run Succeeded with 0 items and an explanatory message - it does not fail, and pay-per-event means you are not charged for it.
- **Richer records.** The state blob carries fields the rendered page never shows: exact meet-up **GPS coordinates**, postal codes, seller verification flags, follower counts and the positive/neutral/negative review split.

We parse JSON, not CSS classes. Carousell's class names are obfuscated build hashes that rotate on every deploy - class-based scrapers rot within weeks.

---

### What you get

**Listing records** - title, numeric + formatted price, condition, full description, likes, buyer-protection badge, images, category, seller handle, and an always-present `listedAt` timestamp.

**Enriched listing details** (`fetchDetails`) - 50+ fields including brand, availability, offers/comments counts, full category path, **meet-up address with postal code**, **latitude/longitude**, deal methods, and the complete seller profile.

**Seller leads** (`includeSellerLeads`) - one de-duplicated record per seller: verification flags (email / mobile / ID / Facebook), followers, feedback score, positive-rate, tenure in years, response rate, and a **0-100 `leadScore`** ranking commercial reachability.

#### Deep pagination, solved

Carousell returns only **48 results per URL** - there is no `?page=` parameter and no infinite-scroll endpoint (verified: 12 scrolls, 0 requests fired). This actor partitions the inventory by **price band and sort order**, subdividing any saturated band recursively, then de-duplicates by listing ID.

> Measured: **481 unique listings from a single starting point in 12 requests.**

#### Category browsing (and why not keyword search)

Carousell's `robots.txt` disallows `/search/`, and the site enforces it - the search route returns an unresolved shell with no results to non-approved clients. Category pages are SEO-critical, explicitly crawlable, and always resolve. So this actor **browses categories** - the lane Carousell sanctions - and applies your keyword filter itself, *while crawling*, so filtering never starves your item limit.

If you point it at a category that is only a navigation hub (or a slug that does not exist in that region), it automatically falls back to that region's working subcategories rather than returning an empty run.

---

### Input

| Field | Description |
|---|---|
| `region` | `sg`, `my`, `ph`, `hk`. The proxy is auto-pinned to the matching country. |
| `categoryUrls` | Category pages to scrape - full URL or bare slug. **Slugs are region-specific** (see below). |
| `keywords` | Optional. Keep only listings whose title/description matches. Filtering happens during the crawl. |
| `startUrls` | Any Carousell URL - category, listing (`/p/...`) or seller profile (`/u/...`). |
| `sellerUsernames` | Pull public listings from specific sellers. |
| `maxItems` | Record cap. `0` = no limit (still exits safely before timeout). |
| `fetchDetails` | Open each listing for the full 50+ field record. |
| `includeSellerLeads` | Emit de-duplicated seller lead records. |
| `deepPagination` | Price-band + sort partitioning. On by default. |
| `sortBy`, `minPrice`, `maxPrice` | Standard filters. |

**Verified category slugs** (ids differ per region - a Singapore slug will not work on Philippines):

| Region | Working slugs |
|---|---|
| Singapore | `computers-tech-213`, `womens-fashion-4`, `men-s-fashion-3`, `luxury-20`, `video-gaming-264`, `furniture-home-living-13`, `toys-collectibles-12` |
| Malaysia | `women-s-fashion-4`, `hobbies-toys-6245`, `cars-32`, `property-102` |
| Philippines | `luxury-20`, `womens-fashion-4`, `toys-board-games-12` |
| Hong Kong | `luxury-20`, `womens-fashion-4`, `furniture-home-living-13`, `toys-collectibles-12` |

Run it with **no input at all** and it browses a sample category so you always see real data.

```json
{
  "region": "sg",
  "categoryUrls": ["luxury-20"],
  "maxItems": 100,
  "fetchDetails": true,
  "includeSellerLeads": true
}
````

### Output (abridged)

```json
{
  "type": "listingDetail",
  "listingId": "1451172552",
  "title": "HP Pavilion x360 Convertible Laptop",
  "price": 340,
  "priceFormatted": "S$340",
  "currency": "SGD",
  "condition": "Lightly used",
  "brand": "HP",
  "categoryPath": ["Computers Tech", "Laptops Notebooks"],
  "locationAddress": "439B Bukit Batok West Avenue 8, 652439",
  "latitude": 1.357249,
  "longitude": 103.739253,
  "dealMethods": ["meetup"],
  "sellerUsername": "collectors88",
  "sellerFeedbackScore": 5,
  "sellerFollowers": 14,
  "sellerIsVerified": true
}
```

### Use cases

- **Price intelligence** - track second-hand pricing for any category across four markets.
- **Resale arbitrage** - spot underpriced listings the moment they appear, filtered by condition and price band.
- **Seller lead generation** - build a ranked list of high-volume, verified Carousell sellers with `leadScore`.
- **Market research** - measure supply, condition mix and price distribution by category.
- **Geographic analysis** - map listing density using real meet-up coordinates.

### Use with AI assistants (MCP)

This actor works as a tool for AI assistants through the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp). Point your assistant at it and ask for Carousell data in natural language.

### Agent-ready: autonomous payments (x402 & Skyfire)

This actor is **agent-ready** - AI agents can discover it, run it, and **pay for it autonomously**, with no Apify account and no human in the loop. It uses [pay-per-event](https://docs.apify.com/platform/actors/publishing/monetize/pay-per-event) pricing and [limited permissions](https://docs.apify.com/platform/actors/development/permissions), so it qualifies for Apify's agentic-payment standards:

- **[x402](https://docs.apify.com/platform/integrations/x402)** - an open, HTTP-native payment protocol. Agents pay per run in USDC on the Base network directly through the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp) - no account, no API key.
- **[Skyfire](https://docs.apify.com/platform/integrations/skyfire)** - agent-to-service payments for fully autonomous AI-agent workflows.

Building an AI agent, MCP tool, or autonomous data pipeline? This scraper is ready to plug in and pay as it goes.

### Pricing

Pay-per-event - you pay only for records you receive:

| Event | Price |
|---|---|
| Listing scraped | $0.003 |
| Listing detail enriched | $0.006 |
| Seller lead | $0.008 |

### Notes

Only **public** Carousell data is collected - the same information any visitor sees without logging in. No accounts, no private messages, no personal data behind authentication. Taiwan (`carousell.tw`) is not supported: that site server-renders no listings, so it is deliberately excluded rather than shipped as a region that returns nothing. Please use the output in line with Carousell's terms and applicable law.

# Actor input Schema

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

Which Carousell marketplace to scrape. The proxy is automatically pinned to the matching country.

## `categoryUrls` (type: `array`):

Category pages to scrape. Paste a full URL (https://www.carousell.sg/categories/computers-tech-213/) or just the slug (computers-tech-213). NOTE: slugs are region-specific. Verified working - Singapore: computers-tech-213, womens-fashion-4, luxury-20, video-gaming-264, furniture-home-living-13, men-s-fashion-3, toys-collectibles-12. Malaysia: women-s-fashion-4, hobbies-toys-6245, cars-32, property-102. Philippines: luxury-20, womens-fashion-4, toys-board-games-12. Hong Kong: luxury-20, womens-fashion-4, furniture-home-living-13, toys-collectibles-12. If a slug returns nothing, the scraper automatically falls back to that region's verified categories. Each category is deep-paginated by price band and sort order.

## `keywords` (type: `array`):

Keep only listings whose title or description contains one of these words, e.g. "iphone 15". Filtering runs while crawling, so the scraper keeps paginating until your item limit is met. Leave empty to keep every listing. If you give keywords but no category, five popular categories are scanned.

## `startUrls` (type: `array`):

Any Carousell URL - a category page, a single listing (/p/...), or a seller profile (/u/...). Categories are deep-paginated; listings are scraped in full detail.

## `sellerUsernames` (type: `array`):

Carousell usernames (without @) to pull public listings from, e.g. "collectors88".

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

Maximum records to return. Set 0 for no limit (the run still stops safely before its timeout).

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

Open each listing to add the full description, brand, exact meet-up address + GPS coordinates, deal methods, offer/comment counts, category path and full seller profile. Slower, and billed per enriched listing.

## `includeSellerLeads` (type: `boolean`):

Emit one de-duplicated seller record per seller found, with verification flags, followers, positive/negative review split, tenure, response rate and a 0-100 leadScore. Requires "Fetch full listing details".

## `deepPagination` (type: `boolean`):

Carousell returns only 48 results per URL. When enabled, the scraper partitions the inventory by price band and sort order to reach far more unique listings (measured: 481 from one starting point). Disable for a single fast page.

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

Result ordering. Leave empty for Carousell's default.

## `minPrice` (type: `integer`):

Minimum price in the region's local currency. Leave empty for no minimum.

## `maxPrice` (type: `integer`):

Maximum price in the region's local currency. Leave empty for no maximum.

## `requestDelayMs` (type: `integer`):

Politeness delay between requests. Raise it for very large runs.

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

Defaults to Apify residential proxies pinned to the selected region's country, which is what Carousell requires - datacenter IPs are refused. You may supply your own proxy URLs instead.

## Actor input object example

```json
{
  "region": "sg",
  "categoryUrls": [
    "computers-tech-213"
  ],
  "maxItems": 100,
  "fetchDetails": false,
  "includeSellerLeads": false,
  "deepPagination": true,
  "requestDelayMs": 700,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `listings` (type: `string`):

All scraped records: listings, enriched listing details and seller leads.

## `sellerLeads` (type: `string`):

De-duplicated sellers with verification, reputation and lead score.

# 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 = {
    "region": "sg",
    "categoryUrls": [
        "computers-tech-213"
    ],
    "maxItems": 100,
    "fetchDetails": false,
    "includeSellerLeads": false,
    "deepPagination": true,
    "requestDelayMs": 700,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapesage/carousell-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 = {
    "region": "sg",
    "categoryUrls": ["computers-tech-213"],
    "maxItems": 100,
    "fetchDetails": False,
    "includeSellerLeads": False,
    "deepPagination": True,
    "requestDelayMs": 700,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("scrapesage/carousell-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 '{
  "region": "sg",
  "categoryUrls": [
    "computers-tech-213"
  ],
  "maxItems": 100,
  "fetchDetails": false,
  "includeSellerLeads": false,
  "deepPagination": true,
  "requestDelayMs": 700,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call scrapesage/carousell-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Carousell Scraper - Listings, Prices & Seller Leads",
        "description": "Scrape Carousell listings, prices, conditions, photos, meet-up locations and seller leads across Singapore, Malaysia, the Philippines and Hong Kong. Pure HTTP, no browser, so runs are fast and never time out. Includes GPS coordinates, seller verification and a 0-100 lead score.",
        "version": "0.1",
        "x-build-id": "fHh51DIINjvrsOuyG"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scrapesage~carousell-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scrapesage-carousell-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/scrapesage~carousell-scraper/runs": {
            "post": {
                "operationId": "runs-sync-scrapesage-carousell-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/scrapesage~carousell-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-scrapesage-carousell-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": {
                    "region": {
                        "title": "Carousell region",
                        "enum": [
                            "sg",
                            "my",
                            "ph",
                            "hk"
                        ],
                        "type": "string",
                        "description": "Which Carousell marketplace to scrape. The proxy is automatically pinned to the matching country.",
                        "default": "sg"
                    },
                    "categoryUrls": {
                        "title": "Categories to browse",
                        "type": "array",
                        "description": "Category pages to scrape. Paste a full URL (https://www.carousell.sg/categories/computers-tech-213/) or just the slug (computers-tech-213). NOTE: slugs are region-specific. Verified working - Singapore: computers-tech-213, womens-fashion-4, luxury-20, video-gaming-264, furniture-home-living-13, men-s-fashion-3, toys-collectibles-12. Malaysia: women-s-fashion-4, hobbies-toys-6245, cars-32, property-102. Philippines: luxury-20, womens-fashion-4, toys-board-games-12. Hong Kong: luxury-20, womens-fashion-4, furniture-home-living-13, toys-collectibles-12. If a slug returns nothing, the scraper automatically falls back to that region's verified categories. Each category is deep-paginated by price band and sort order.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "keywords": {
                        "title": "Keyword filter (optional)",
                        "type": "array",
                        "description": "Keep only listings whose title or description contains one of these words, e.g. \"iphone 15\". Filtering runs while crawling, so the scraper keeps paginating until your item limit is met. Leave empty to keep every listing. If you give keywords but no category, five popular categories are scanned.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Any Carousell URL - a category page, a single listing (/p/...), or a seller profile (/u/...). Categories are deep-paginated; listings are scraped in full detail.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "sellerUsernames": {
                        "title": "Seller usernames",
                        "type": "array",
                        "description": "Carousell usernames (without @) to pull public listings from, e.g. \"collectors88\".",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxItems": {
                        "title": "Max items",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum records to return. Set 0 for no limit (the run still stops safely before its timeout).",
                        "default": 100
                    },
                    "fetchDetails": {
                        "title": "Fetch full listing details",
                        "type": "boolean",
                        "description": "Open each listing to add the full description, brand, exact meet-up address + GPS coordinates, deal methods, offer/comment counts, category path and full seller profile. Slower, and billed per enriched listing.",
                        "default": false
                    },
                    "includeSellerLeads": {
                        "title": "Include seller leads",
                        "type": "boolean",
                        "description": "Emit one de-duplicated seller record per seller found, with verification flags, followers, positive/negative review split, tenure, response rate and a 0-100 leadScore. Requires \"Fetch full listing details\".",
                        "default": false
                    },
                    "deepPagination": {
                        "title": "Deep pagination",
                        "type": "boolean",
                        "description": "Carousell returns only 48 results per URL. When enabled, the scraper partitions the inventory by price band and sort order to reach far more unique listings (measured: 481 from one starting point). Disable for a single fast page.",
                        "default": true
                    },
                    "sortBy": {
                        "title": "Sort order",
                        "enum": [
                            "1",
                            "3",
                            "4"
                        ],
                        "type": "string",
                        "description": "Result ordering. Leave empty for Carousell's default."
                    },
                    "minPrice": {
                        "title": "Min price",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum price in the region's local currency. Leave empty for no minimum."
                    },
                    "maxPrice": {
                        "title": "Max price",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum price in the region's local currency. Leave empty for no maximum."
                    },
                    "requestDelayMs": {
                        "title": "Delay between requests (ms)",
                        "minimum": 0,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Politeness delay between requests. Raise it for very large runs.",
                        "default": 700
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Defaults to Apify residential proxies pinned to the selected region's country, which is what Carousell requires - datacenter IPs are refused. You may supply your own proxy URLs instead.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
