# Newhome.ch Scraper (`unfenced-group/newhome-scraper`) Actor

The only Swiss scraper covering BOTH buy & rent on newhome.ch. 40k+ listings, GPS coordinates on every listing, 20+ property features. Pay only for results.

- **URL**: https://apify.com/unfenced-group/newhome-scraper.md
- **Developed by:** [Unfenced Group](https://apify.com/unfenced-group) (community)
- **Categories:** Real estate
- **Stats:** 3 total users, 1 monthly users, 92.3% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.20 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## What's an Apify Actor?

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

## How to integrate an Actor?

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

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

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

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

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

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

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

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

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

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

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


# README

## Newhome.ch Scraper

![Newhome.ch Scraper](https://api.apify.com/v2/key-value-stores/azVK3KV6uJvktgeFR/records/banner.png)

Extract property listings from newhome.ch at scale, covering both **buy and rent** across all of Switzerland. Every listing comes with GPS coordinates, structured pricing, 20+ property features, full descriptions and image galleries. No API key required.

---

### Why this scraper?

#### 🇨🇭 Built for Switzerland
A dedicated Swiss scraper, not a global tool with a country dropdown. Price handling, cantons, and location search are tuned for newhome.ch, and descriptions can be pulled in German, French, Italian or English.

#### 🏠 Buy and rent in one place
Scrape rentals, sales, or both in a single run. Filter across residential, commercial, storage, land and parking listings.

#### 📍 GPS on every listing
Latitude and longitude are returned for every property, alongside street, postal code, city, canton and canton code — ready to plot on a map.

#### 🏷️ Structured pricing
Price, net price, price per m², currency and a negotiable flag, parsed from the listing rather than scraped as free text.

#### 🛁 20+ property features
Balcony, garage, elevator, fireplace, basement, wheelchair access, fibre, car charging, Minergie and more — each returned as a clean boolean.

#### 📝 Full descriptions and media
Complete listing description in HTML, plain text and Markdown, plus every image URL, YouTube tour and 3D model link the listing publishes.

---

### Input parameters

| Parameter | Type | Default | Description |
|---|---|---|---|
| `offerType` | string | `"rent"` | `rent`, `buy`, or `both`. |
| `locations` | array | (empty) | Swiss city names to filter by, e.g. `Zürich`, `Bern`, `Lausanne`. Empty means all of Switzerland. |
| `propertyTypes` | array | (empty) | Any of `residential`, `commercial`, `storage`, `land`, `parking`. Empty means all types. |
| `minRooms` | number | (none) | Only return listings with at least this many rooms (e.g. `2.5`). |
| `maxRooms` | number | (none) | Only return listings with at most this many rooms. |
| `minPrice` | integer | (none) | Minimum price in CHF. Monthly rent for rentals, total price for sales. |
| `maxPrice` | integer | (none) | Maximum price in CHF. |
| `daysOld` | integer | `0` | Only return listings published within this many days. `0` = no filter. |
| `sortBy` | string | `"date"` | `date`, `price_asc`, `price_desc`, or `rooms_desc`. |
| `maxItems` | integer | `200` | Maximum number of listings to return. |
| `immoCodes` | array | (empty) | Fetch specific listings by their newhome immoCode IDs. When set, all other filters are ignored. |
| `language` | string | `"de"` | Description language: `de`, `fr`, `it` or `en`. |
| `proxyConfig` | object | Residential / CH | Proxy settings. Swiss residential proxy is used by default and is required to reach the source reliably. |

---

### Output schema

Every field below is present on every record. Fields the source does not publish for a given listing are returned as `null` (or `false` for feature flags) rather than omitted.

| Field | Type | Description |
|---|---|---|
| `id` | string | newhome immoCode, unique per listing. |
| `url` | string | Canonical listing URL on newhome.ch. |
| `title` | string | Listing headline. |
| `offerType` | string | `rent` or `buy`. |
| `propertyType` | string | `Residential`, `Commercial`, `Special`, `Storage`, `Land` or `Parking`. |
| `propertySubType` | integer | newhome sub-type code. |
| `secondaryPropertySubTypes` | array | Additional sub-type codes. |
| `listingNumber` | string | Agency reference number. |
| `availabilityType` | integer | Availability status code. |
| `price` | number | Headline price in CHF (monthly rent or sale price). |
| `priceNet` | number | Net price where published. |
| `priceNetM2` | number | Price per square metre. |
| `currency` | string | Always `CHF`. |
| `priceNegotiable` | boolean | Whether the price is marked negotiable. |
| `priceText` | string | Price formatted for display, e.g. `CHF 1'290'000`. |
| `street` | string | Street address where published. |
| `postalCode` | string | Postal code. |
| `city` | string | City. |
| `canton` | string | Canton name. |
| `cantonCode` | string | Two-letter canton code, e.g. `BE`. |
| `latitude` | number | Latitude. |
| `longitude` | number | Longitude. |
| `livingArea` | number | Living area in m². |
| `rooms` | number | Number of rooms. |
| `floorsInBuilding` | integer | Number of floors in the building. |
| `constructionYear` | integer | Year built. |
| `renovationYear` | integer | Year last renovated. |
| `availabilityDate` | string | Date available (YYYY-MM-DD). |
| `legalForm` | integer | Legal form code. |
| `hasView` | boolean | Has a notable view. |
| `hasBalcony` | boolean | Has a balcony. |
| `hasGarage` | boolean | Has a garage. |
| `hasParking` | boolean | Has a parking space. |
| `hasElevator` | boolean | Has an elevator. |
| `hasFireplace` | boolean | Has a fireplace. |
| `hasBasement` | boolean | Has a basement. |
| `hasAttic` | boolean | Has an attic. |
| `isWheelchairAccessible` | boolean | Wheelchair accessible. |
| `isPetsAllowed` | boolean | Pets allowed. |
| `isChildFriendly` | boolean | Child friendly. |
| `isMinergie` | boolean | Minergie-certified. |
| `hasCarCharging` | boolean | Has an EV charging station. |
| `hasFiber` | boolean | Fibre internet available. |
| `hasCableTV` | boolean | Cable TV available. |
| `hasHobbyRoom` | boolean | Has a hobby room. |
| `hasStorageRoom` | boolean | Has a storage room. |
| `isHousingAssociationAllowed` | boolean | Housing association permitted. |
| `hasKitchenSharedUse` | boolean | Kitchen for shared use. |
| `hasBuildingLandDevelopment` | boolean | Building land is developed. |
| `hasElectricity` | boolean | Electricity connection available. |
| `hasGas` | boolean | Gas connection available. |
| `hasWater` | boolean | Water connection available. |
| `hasRailConnection` | boolean | Rail connection nearby. |
| `companyName` | string | Listing agency name. |
| `companyUrl` | string | Agency website. |
| `listingWebsiteUrl` | string | External listing URL. |
| `contactProviderId` | integer | newhome provider ID. |
| `contactLogoUrl` | string | Agency logo URL. |
| `contactPhoneOffice` | string | Agency office phone. |
| `isChiffre` | boolean | Blind (chiffre) listing. |
| `hasTopPromotion` | boolean | Top-promoted listing. |
| `hasHighlightPromotion` | boolean | Highlighted listing. |
| `hasSpecialPromotion` | boolean | Specially promoted listing. |
| `imageUrls` | array | Listing image URLs. |
| `youtubeUrls` | array | Video tour links. |
| `model3DUrls` | array | 3D model / virtual tour links. |
| `descriptionHtml` | string | Full description, HTML. |
| `descriptionText` | string | Full description, plain text. |
| `descriptionMarkdown` | string | Full description, Markdown. |
| `publishDate` | string | Publish date (YYYY-MM-DD). |
| `publishDateISO` | string | Publish date, ISO 8601. |
| `contentHash` | string | Stable hash for change detection. |
| `isRepost` | boolean | Whether this listing was seen before. |
| `originalPublishDate` | string | First-seen publish date for reposts. |
| `originalUrl` | string | First-seen URL for reposts. |
| `source` | string | Always `newhome.ch`. |
| `scrapedAt` | string | Scrape timestamp, ISO 8601. |

#### Example record

```json
{
  "id": "5938854",
  "url": "https://www.newhome.ch/res/5938854",
  "title": "Architekturschönheit mit Parkanlage",
  "offerType": "rent",
  "propertyType": "Residential",
  "listingNumber": "25-119831",
  "price": null,
  "currency": "CHF",
  "priceNegotiable": false,
  "postalCode": "3005",
  "city": "Bern",
  "canton": "Bern",
  "cantonCode": "BE",
  "latitude": 46.940366,
  "longitude": 7.4489326,
  "hasBalcony": false,
  "hasGarage": false,
  "hasElevator": false,
  "companyName": null,
  "contactPhoneOffice": "+41 31 326 00 73",
  "imageUrls": [
    "https://www.newhome.ch/res/5938854/ort-bern/haus/villa-145791220-d.jpg",
    "https://www.newhome.ch/res/5938854/ort-bern/haus/villa-145791221-d.jpg"
  ],
  "youtubeUrls": [{ "url": "https://www.youtube.com/embed/jrPIxtHiLe0" }],
  "descriptionText": "Exklusiv zur Vermietung: Stadtvilla mit Charme und Prestige...",
  "publishDate": "2025-10-14",
  "source": "newhome.ch",
  "scrapedAt": "2026-07-02T10:28:12.453Z"
}
````

***

### Examples

**1. All rentals in a city**

```json
{ "offerType": "rent", "locations": ["Zürich"], "maxItems": 200 }
```

**2. Apartments to buy in a price range**

```json
{ "offerType": "buy", "locations": ["Lausanne"], "propertyTypes": ["residential"], "minPrice": 500000, "maxPrice": 1200000, "sortBy": "price_asc" }
```

**3. Fresh listings only, both buy and rent**

```json
{ "offerType": "both", "locations": ["Bern", "Basel"], "daysOld": 3, "sortBy": "date" }
```

**4. Specific listings by ID**

```json
{ "immoCodes": ["5938854", "5475664"], "language": "en" }
```

***

### 💰 Pricing

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

| Results | Cost |
|---|---|
| 100 | ~$0.15 |
| 1,000 | ~$1.50 |
| 10,000 | ~$15.00 |
| 100,000 | ~$150.00 |

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

Subscription tiers lower the rate further, down to $0.90 per 1,000 at the highest tier. Use the **Max results** cap in the input to control your spend exactly.

***

### Performance

| Run size | Typical time |
|---|---|
| 100 results | under 1 minute |
| 1,000 results | 3–6 minutes |
| 10,000 results | 30–50 minutes |

***

### Known limitations

- Rental and sale prices are sometimes withheld by the agency and returned as `null`.
- Room count, living area and construction year depend on what the agency fills in; they are often absent on land and parking listings.
- Blind (chiffre) listings expose limited address and contact detail by design.
- Very large all-of-Switzerland runs are best split by canton or city to keep each run comfortably within its time budget.

***

### Technical details

- **Source:** newhome.ch — Swiss buy and rent property listings
- **Coverage:** nationwide, filterable by city, canton, property type, price and rooms
- **Retry:** automatic retry on network errors with exponential backoff

***

### 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

## `offerType` (type: `string`):

Type of listings to scrape.

## `locations` (type: `array`):

Swiss city names to filter by, e.g. Zürich, Bern, Basel, Genf, Lausanne. Leave empty for all of Switzerland (~40,000 listings).

## `propertyTypes` (type: `array`):

Which property types to include. Leave empty to scrape all types.

## `minRooms` (type: `number`):

Only return listings with at least this many rooms (e.g. 2.5).

## `maxRooms` (type: `number`):

Only return listings with at most this many rooms.

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

Only return listings at or above this price (CHF). Monthly rent for rentals, total price for sales.

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

Only return listings at or below this price (CHF).

## `daysOld` (type: `integer`):

Only return listings published within this many days. 0 = no filter.

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

How to order the returned listings.

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

Maximum number of listings to return.

## `immoCodes` (type: `array`):

Fetch specific listings by their newhome immoCode IDs (e.g. 5475664). When provided, all other filters are ignored.

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

Language for listing descriptions.

## `proxyConfig` (type: `object`):

Proxy settings. Apify RESIDENTIAL in Switzerland is required to reach newhome.ch reliably and is used by default. Leave as-is unless you have a specific reason to change it.

## Actor input object example

```json
{
  "offerType": "rent",
  "locations": [],
  "propertyTypes": [],
  "sortBy": "date",
  "maxItems": 100,
  "immoCodes": [],
  "language": "de",
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "CH"
  }
}
```

# 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 = {
    "maxItems": 100,
    "proxyConfig": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "CH"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("unfenced-group/newhome-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 = {
    "maxItems": 100,
    "proxyConfig": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "CH",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("unfenced-group/newhome-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 '{
  "maxItems": 100,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "CH"
  }
}' |
apify call unfenced-group/newhome-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Newhome.ch Scraper",
        "description": "The only Swiss scraper covering BOTH buy & rent on newhome.ch. 40k+ listings, GPS coordinates on every listing, 20+ property features. Pay only for results.",
        "version": "0.0",
        "x-build-id": "Qf3RAtfRQjfRWq81m"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/unfenced-group~newhome-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-unfenced-group-newhome-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~newhome-scraper/runs": {
            "post": {
                "operationId": "runs-sync-unfenced-group-newhome-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~newhome-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-unfenced-group-newhome-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": {
                    "offerType": {
                        "title": "Offer type",
                        "enum": [
                            "rent",
                            "buy",
                            "both"
                        ],
                        "type": "string",
                        "description": "Type of listings to scrape.",
                        "default": "rent"
                    },
                    "locations": {
                        "title": "Locations (cities)",
                        "type": "array",
                        "description": "Swiss city names to filter by, e.g. Zürich, Bern, Basel, Genf, Lausanne. Leave empty for all of Switzerland (~40,000 listings).",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "propertyTypes": {
                        "title": "Property types",
                        "type": "array",
                        "description": "Which property types to include. Leave empty to scrape all types.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "residential",
                                "commercial",
                                "storage",
                                "land",
                                "parking"
                            ],
                            "enumTitles": [
                                "Residential (apartments & houses)",
                                "Commercial (offices & retail)",
                                "Storage",
                                "Land / building plots",
                                "Parking spaces & garages"
                            ]
                        },
                        "default": []
                    },
                    "minRooms": {
                        "title": "Min rooms",
                        "type": "number",
                        "description": "Only return listings with at least this many rooms (e.g. 2.5)."
                    },
                    "maxRooms": {
                        "title": "Max rooms",
                        "type": "number",
                        "description": "Only return listings with at most this many rooms."
                    },
                    "minPrice": {
                        "title": "Min price (CHF)",
                        "type": "integer",
                        "description": "Only return listings at or above this price (CHF). Monthly rent for rentals, total price for sales."
                    },
                    "maxPrice": {
                        "title": "Max price (CHF)",
                        "type": "integer",
                        "description": "Only return listings at or below this price (CHF)."
                    },
                    "daysOld": {
                        "title": "Max age (days)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Only return listings published within this many days. 0 = no filter."
                    },
                    "sortBy": {
                        "title": "Sort results by",
                        "enum": [
                            "date",
                            "price_asc",
                            "price_desc",
                            "rooms_desc"
                        ],
                        "type": "string",
                        "description": "How to order the returned listings.",
                        "default": "date"
                    },
                    "maxItems": {
                        "title": "Max results",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of listings to return.",
                        "default": 100
                    },
                    "immoCodes": {
                        "title": "Direct immoCode IDs",
                        "type": "array",
                        "description": "Fetch specific listings by their newhome immoCode IDs (e.g. 5475664). When provided, all other filters are ignored.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "language": {
                        "title": "Language",
                        "enum": [
                            "de",
                            "fr",
                            "it",
                            "en"
                        ],
                        "type": "string",
                        "description": "Language for listing descriptions.",
                        "default": "de"
                    },
                    "proxyConfig": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxy settings. Apify RESIDENTIAL in Switzerland is required to reach newhome.ch reliably and is used by default. Leave as-is unless you have a specific reason to change it.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ],
                            "apifyProxyCountry": "CH"
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
