# Dubizzle Property Scraper (`one-api/dubizzle-property-scraper`) Actor

Scrape Dubizzle.com UAE property listings in real time. Search by location, coordinates, polygon, or URL with full filters; pull property details (photos, agent, agency, amenities, DLD history); look up agents and list their portfolio.

- **URL**: https://apify.com/one-api/dubizzle-property-scraper.md
- **Developed by:** [ONE API](https://apify.com/one-api) (community)
- **Categories:** Lead generation, Real estate
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.00 / 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

## Dubizzle Property Scraper

Scrape **Dubizzle.com** UAE & Pakistan property listings — search by city, neighbourhood, location ID, coordinates, polygon, or any Dubizzle URL; pull full property details with photos, agent & agency info, amenities, and Dubai Land Department (DLD) transaction history; look up agents by slug and list every property they have — all from one Actor. Backed by [realtyapi.io](https://realtyapi.io)'s real-time Dubizzle API.

⭐️ Found this useful? Please leave 5 stars! Issues / requests: 📬 **oneapi.project@gmail.com**

---

### What you can do

| Section | What it does | Input format |
|---|---|---|
| 🏠 **Property Details** | Full details for one listing (photos, agent, amenities, DLD history, similar) | Dubizzle URL, short URL, or `listing_id:category_id` |
| 🔎 **Search by Location** | Paginated property search with full filter set | location ID (e.g. `1614`) or location name (`Dubai Marina`) |
| 🌍 **Search by Coordinates** | Radius search around a point | `lat,lng` or `lat,lng,radius_km` |
| 🗺️ **Search by Polygon** | Search inside an arbitrary polygon | `lat1,lng1\|lat2,lng2\|lat3,lng3\|...` (≥ 3 vertices) |
| 🔗 **Search by URL** | Drop a Dubizzle search-results URL — filters auto-extracted | full search URL |
| 🔍 **Location Autocomplete** | Look up location IDs by name | partial query (`dubai marina`) |
| 👤 **Agent Details** | Full agent profile + agency | agent slug (e.g. `mark-jansen-12345`) or profile URL |
| 📋 **Agent Listings** | Every listing posted by an agent | agent numeric Dubizzle ID |

You can fill any combination of sections in a single run — leave the others empty.

---

### Output

Each listing / agent / location is pushed as **one dataset row**, flattened to friendly columns plus a `Raw` column with the original JSON.

| Mode | Listing ID | Status | Price (AED) | Beds | Baths | Sqft | Type | City | Neighborhood | Agency |
|---|---|---|---|---|---|---|---|---|---|---|
| `search/byid` | 8955838462 | active | 2300000 | 2 | 3 | 1240 | Apartment | Dubai | Dubai Marina | Foo Real Estate |
| `details/byurl` | 8955838462 | verified | 2300000 | 2 | 3 | 1240 | Apartment | Dubai | Marina Gate | Foo Real Estate |
| `autocomplete` | — | location | — | — | — | — | neighborhood | Dubai | Dubai Marina | — |
| `agent/listings` | 8955838462 | active | 2300000 | 2 | 3 | 1240 | Apartment | Dubai | Dubai Marina | Foo Real Estate |

Plus: `Reference`, `Title`, `Purpose`, `Currency`, `Rent Frequency`, `Completion Status`, `Furnishing`, `Verified`, `Featured`, `Address`, `Latitude`, `Longitude`, `Posted On`, `Updated At`, `Photo` (cover URL), `Photo Count`, `Has Video`, `Agent ID`, `Agent Name`, `Agent Slug`, `Phone`, `Email`, `Listing URL`.

For nested fields (full photo arrays, amenities, building info, RERA / DLD details, video URLs, similar listings), the full upstream JSON is in the `Raw` column.

---

### Sample input

```json
{
    "property_inputs": [
        "https://dubai.dubizzle.com/property-for-sale/residential/apartment/2025/2/22/luxurious-2-bedroom-apartment-emaar-bea-2/"
    ],
    "search_inputs": ["Dubai Marina", "1614"],
    "coord_inputs": ["25.0772,55.1376,3"],
    "search_url_inputs": [
        "https://dubai.dubizzle.com/property-for-sale/residential/apartment/?neighborhoods__id__in=1614"
    ],

    "searchType": "For_Sale",
    "category": "Residential",
    "propertyType": "Apartment",
    "priceRange": "min:1000000,max:5000000",
    "bedrooms": "2",
    "areaRange": "min:1000",
    "pages": 2,

    "autocomplete_inputs": ["dubai marina"],
    "agent_slug_inputs": ["mark-jansen-12345"],
    "agent_id_inputs": ["123456"]
}
````

***

### Search filters (apply to every `search_*` row)

- **searchType** — `For_Sale` (default) or `For_Rent`.
- **category** — `Residential` (default) or `Commercial`.
- **propertyType** — `Apartment`, `Villa`, `Townhouse`, `Penthouse`, `Studio`, `Office`, `Shop`, `Warehouse`, `Land`, ... (comma-separated to combine).
- **completionStatus** — `Ready`, `Off_Plan`, or empty (any).
- **priceRange** — `min:X` | `max:Y` | `min:X,max:Y` in AED.
- **areaRange** — `min:X` | `max:Y` | `min:X,max:Y` in sqft.
- **bedrooms / bathrooms** — exact integer match (use `studio` or `0` for studios).
- **furnishing** — `Furnished`, `Unfurnished`, `Partly_Furnished`, or empty.
- **rentFrequency** — `Yearly`, `Monthly`, `Weekly`, `Daily` (used only when `searchType=For_Rent`).
- **isVerified, hasVideo, has360** — booleans, true = restrict to listings with that flag/asset.
- **sortOrder** — `Featured` (default), `Price_Low_to_High`, `Price_High_to_Low`.
- **resultCount** — 1–35 per page (Dubizzle's max).
- **pages** — pages to fetch per query (1–50).

***

### Pricing

**Pay per result** — $3 per 1,000 items pushed. Failed inputs return a row with `Status: ERROR: ...` and are billed the same as a successful row.

To cap spend, set `Max paid dataset items` on the run page.

***

### Tips

- **Need just one property?** Drop the Dubizzle URL into `property_inputs`. Faster if you already have `listing_id:category_id` — paste it instead.
- **Don't know the location ID?** Run `autocomplete_inputs` first with the area name (e.g. `dubai marina`) — the top result's ID is what you want.
- **Pull every listing in a city?** Use `search_inputs: ["Dubai"]` with `pages: 5` for ~175 listings.
- **Find listings near a point?** Use `coord_inputs: ["25.0772,55.1376,3"]` (lat, lng, 3-km radius).
- **Resolve a Dubizzle search URL?** Drop it into `search_url_inputs` — the backend extracts every embedded filter.
- **List one agent's entire portfolio?** Use `agent_id_inputs: ["<dbz_id>"]` (numeric ID, not slug).

# Actor input Schema

## `property_inputs` (type: `array`):

Fetches full property detail (photos, agent, agency, amenities, DLD history, similar listings). Each row accepts:
• Full Dubizzle listing URL (e.g. `https://dubai.dubizzle.com/property-for-sale/...`)
• Dubizzle short URL (`https://dbz.ae/abc123`)
• `listing_id:category_id` (e.g. `8955838462:31`) — fastest when you already know both

## `search_inputs` (type: `array`):

Auto-detects each entry:
• Numeric → location ID (e.g. `1614` for Dubai Marina)
• Text → location name; we autocomplete and use the top hit

Filters below apply to every search. Each LISTING is pushed as one row.

## `coord_inputs` (type: `array`):

Radius defaults to 5 km if omitted. Filters below apply.

## `polygon_inputs` (type: `array`):

Define an arbitrary area as a list of `lat,lng` vertices separated by `|`. Minimum 3 points. Last vertex auto-closes to first.

## `search_url_inputs` (type: `array`):

Paste a Dubizzle search-results page URL — we extract every embedded filter (location, purpose, beds, price, etc.) automatically.

## `searchType` (type: `string`):

For\_Sale (default) or For\_Rent.

## `category` (type: `string`):

Top-level category. Defaults to Residential.

## `propertyType` (type: `string`):

Sub-type filter. Comma-separated to combine multiple. Examples: `Apartment`, `Villa`, `Townhouse`, `Penthouse`, `Studio`, `Office`, `Shop`, `Warehouse`, `Land`.

## `completionStatus` (type: `string`):

Ready (completed) / Off\_Plan (under construction) / empty (any).

## `priceRange` (type: `string`):

`min:500000`, `max:5000000`, or `min:500000,max:5000000`.

## `areaRange` (type: `string`):

`min:800`, `max:3000`, `min:800,max:3000`.

## `bedrooms` (type: `string`):

Exact bed count (e.g. `2`, `5`). Use `studio` or `0` for studios. Empty = any.

## `bathrooms` (type: `string`):

Exact bath count (e.g. `2`). Empty = any.

## `furnishing` (type: `string`):

Furnishing filter. Empty = any.

## `rentFrequency` (type: `string`):

Used when Purpose = For Rent. Yearly is most common in the UAE.

## `isVerified` (type: `boolean`):

Restrict to verified / TruCheck listings.

## `hasVideo` (type: `boolean`):

Only listings with a video tour.

## `has360` (type: `boolean`):

Only listings with a 360° panorama.

## `sortOrder` (type: `string`):

Featured (default), Price low → high, or Price high → low.

## `resultCount` (type: `integer`):

1–35 (Dubizzle default).

## `pages` (type: `integer`):

Each page = up to `resultCount` listings.

## `autocomplete_inputs` (type: `array`):

Dubizzle location lookup: cities, neighbourhoods, sub-communities. Use the resulting `id` as `search_inputs`.

## `agent_slug_inputs` (type: `array`):

Agent slug from a Dubizzle profile URL (e.g. `mark-jansen-12345`). Returns profile + agency, bio, languages, total-listings count.

## `agent_id_inputs` (type: `array`):

Numeric Dubizzle agent ID (e.g. `123456`). Lists every property they have, page by page. Honours the search filters above.

## Actor input object example

```json
{
  "property_inputs": [
    "17426583:31"
  ],
  "search_inputs": [
    "Dubai Marina"
  ],
  "searchType": "For_Sale",
  "category": "Residential",
  "propertyType": "",
  "completionStatus": "",
  "priceRange": "",
  "areaRange": "",
  "bedrooms": "",
  "bathrooms": "",
  "furnishing": "",
  "rentFrequency": "",
  "isVerified": false,
  "hasVideo": false,
  "has360": false,
  "sortOrder": "Featured",
  "resultCount": 35,
  "pages": 1
}
```

# 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 = {
    "property_inputs": [
        "17426583:31"
    ],
    "search_inputs": [
        "Dubai Marina"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("one-api/dubizzle-property-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 = {
    "property_inputs": ["17426583:31"],
    "search_inputs": ["Dubai Marina"],
}

# Run the Actor and wait for it to finish
run = client.actor("one-api/dubizzle-property-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 '{
  "property_inputs": [
    "17426583:31"
  ],
  "search_inputs": [
    "Dubai Marina"
  ]
}' |
apify call one-api/dubizzle-property-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Dubizzle Property Scraper",
        "description": "Scrape Dubizzle.com UAE property listings in real time. Search by location, coordinates, polygon, or URL with full filters; pull property details (photos, agent, agency, amenities, DLD history); look up agents and list their portfolio.",
        "version": "1.0",
        "x-build-id": "OlnjylTMni4Xi4Bjb"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/one-api~dubizzle-property-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-one-api-dubizzle-property-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/one-api~dubizzle-property-scraper/runs": {
            "post": {
                "operationId": "runs-sync-one-api-dubizzle-property-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/one-api~dubizzle-property-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-one-api-dubizzle-property-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": {
                    "property_inputs": {
                        "title": "Property URL or `listing_id:category_id` (one per line)",
                        "type": "array",
                        "description": "Fetches full property detail (photos, agent, agency, amenities, DLD history, similar listings). Each row accepts:\n• Full Dubizzle listing URL (e.g. `https://dubai.dubizzle.com/property-for-sale/...`)\n• Dubizzle short URL (`https://dbz.ae/abc123`)\n• `listing_id:category_id` (e.g. `8955838462:31`) — fastest when you already know both",
                        "items": {
                            "type": "string"
                        }
                    },
                    "search_inputs": {
                        "title": "Location name or location ID (one per line)",
                        "type": "array",
                        "description": "Auto-detects each entry:\n• Numeric → location ID (e.g. `1614` for Dubai Marina)\n• Text → location name; we autocomplete and use the top hit\n\nFilters below apply to every search. Each LISTING is pushed as one row.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "coord_inputs": {
                        "title": "`lat,lng` or `lat,lng,radius_km` (one per line)",
                        "type": "array",
                        "description": "Radius defaults to 5 km if omitted. Filters below apply.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "polygon_inputs": {
                        "title": "Polygon vertices `lat1,lng1|lat2,lng2|...` (one polygon per line)",
                        "type": "array",
                        "description": "Define an arbitrary area as a list of `lat,lng` vertices separated by `|`. Minimum 3 points. Last vertex auto-closes to first.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "search_url_inputs": {
                        "title": "Dubizzle search results URL (one per line)",
                        "type": "array",
                        "description": "Paste a Dubizzle search-results page URL — we extract every embedded filter (location, purpose, beds, price, etc.) automatically.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "searchType": {
                        "title": "Purpose",
                        "enum": [
                            "For_Sale",
                            "For_Rent"
                        ],
                        "type": "string",
                        "description": "For_Sale (default) or For_Rent.",
                        "default": "For_Sale"
                    },
                    "category": {
                        "title": "Category",
                        "enum": [
                            "Residential",
                            "Commercial"
                        ],
                        "type": "string",
                        "description": "Top-level category. Defaults to Residential.",
                        "default": "Residential"
                    },
                    "propertyType": {
                        "title": "Property Type",
                        "type": "string",
                        "description": "Sub-type filter. Comma-separated to combine multiple. Examples: `Apartment`, `Villa`, `Townhouse`, `Penthouse`, `Studio`, `Office`, `Shop`, `Warehouse`, `Land`.",
                        "default": ""
                    },
                    "completionStatus": {
                        "title": "Completion Status",
                        "enum": [
                            "",
                            "Ready",
                            "Off_Plan"
                        ],
                        "type": "string",
                        "description": "Ready (completed) / Off_Plan (under construction) / empty (any).",
                        "default": ""
                    },
                    "priceRange": {
                        "title": "Price Range (AED)",
                        "type": "string",
                        "description": "`min:500000`, `max:5000000`, or `min:500000,max:5000000`.",
                        "default": ""
                    },
                    "areaRange": {
                        "title": "Area Range (sqft)",
                        "type": "string",
                        "description": "`min:800`, `max:3000`, `min:800,max:3000`.",
                        "default": ""
                    },
                    "bedrooms": {
                        "title": "Beds (exact)",
                        "type": "string",
                        "description": "Exact bed count (e.g. `2`, `5`). Use `studio` or `0` for studios. Empty = any.",
                        "default": ""
                    },
                    "bathrooms": {
                        "title": "Baths (exact)",
                        "type": "string",
                        "description": "Exact bath count (e.g. `2`). Empty = any.",
                        "default": ""
                    },
                    "furnishing": {
                        "title": "Furnishing",
                        "enum": [
                            "",
                            "Furnished",
                            "Unfurnished",
                            "Partly_Furnished"
                        ],
                        "type": "string",
                        "description": "Furnishing filter. Empty = any.",
                        "default": ""
                    },
                    "rentFrequency": {
                        "title": "Rent Frequency (rent only)",
                        "enum": [
                            "",
                            "Yearly",
                            "Monthly",
                            "Weekly",
                            "Daily"
                        ],
                        "type": "string",
                        "description": "Used when Purpose = For Rent. Yearly is most common in the UAE.",
                        "default": ""
                    },
                    "isVerified": {
                        "title": "Verified Listings Only",
                        "type": "boolean",
                        "description": "Restrict to verified / TruCheck listings.",
                        "default": false
                    },
                    "hasVideo": {
                        "title": "Has Video Tour",
                        "type": "boolean",
                        "description": "Only listings with a video tour.",
                        "default": false
                    },
                    "has360": {
                        "title": "Has 360° Tour",
                        "type": "boolean",
                        "description": "Only listings with a 360° panorama.",
                        "default": false
                    },
                    "sortOrder": {
                        "title": "Sort Order",
                        "enum": [
                            "Featured",
                            "Price_Low_to_High",
                            "Price_High_to_Low"
                        ],
                        "type": "string",
                        "description": "Featured (default), Price low → high, or Price high → low.",
                        "default": "Featured"
                    },
                    "resultCount": {
                        "title": "Listings per page",
                        "minimum": 1,
                        "maximum": 35,
                        "type": "integer",
                        "description": "1–35 (Dubizzle default).",
                        "default": 35
                    },
                    "pages": {
                        "title": "Pages to fetch per search",
                        "minimum": 1,
                        "maximum": 50,
                        "type": "integer",
                        "description": "Each page = up to `resultCount` listings.",
                        "default": 1
                    },
                    "autocomplete_inputs": {
                        "title": "Autocomplete query (one per line)",
                        "type": "array",
                        "description": "Dubizzle location lookup: cities, neighbourhoods, sub-communities. Use the resulting `id` as `search_inputs`.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "agent_slug_inputs": {
                        "title": "Agent slug (one per line)",
                        "type": "array",
                        "description": "Agent slug from a Dubizzle profile URL (e.g. `mark-jansen-12345`). Returns profile + agency, bio, languages, total-listings count.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "agent_id_inputs": {
                        "title": "Agent dbz numeric ID (one per line)",
                        "type": "array",
                        "description": "Numeric Dubizzle agent ID (e.g. `123456`). Lists every property they have, page by page. Honours the search filters above.",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
