# Subito.it Property Scraper (`logiover/subito-it-property-scraper`) Actor

Scrape real estate listings from Subito.it — Italy's #1 classifieds portal. Extract apartments, villas, land, garages, lofts, commercial space, rooms and vacation homes (sale, rent or holiday rent) by region, province or city, with price (EUR), surface area (m²), rooms (locali) bathrooms and address

- **URL**: https://apify.com/logiover/subito-it-property-scraper.md
- **Developed by:** [Logiover](https://apify.com/logiover) (community)
- **Categories:** Real estate, Automation, Developer tools
- **Stats:** 3 total users, 2 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.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.
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

Examples:
- `/annunci-italia/vendita/appartamenti/` — all Italy, apartments for sale
- `/annunci-lazio/vendita/appartamenti/roma/roma/` — Rome city apartments for sale
- `/annunci-lombardia/affitto/appartamenti/milano/?q=trilocale` — Milan-province three-room rentals
- `/annunci-italia/affitto-vacanze/case-vacanza/` — vacation homes nationwide

Filter params (`priceMin/Max`, `areaMin/Max`, `roomsMin/Max`, `advertiserType`) are applied **post-fetch** in memory — they don't go into the URL because Subito doesn't expose price/area as URL query parameters; the values are validated against each parsed listing.

---

### Output

One Apify dataset record per listing. Headline fields:

| Field | Description |
|---|---|
| `adId` | Subito numeric listing ID |
| `detailUrl` | Full URL (`/{categoryShort}/{slug}-{id}.htm`) |
| `title` / `shortDescription` | Listing subject and body excerpt |
| `transactionType` | `sale` / `rent` / `vacation_rent` |
| `propertyType` | `apartment` / `villa` / `land` / `garage` / `loft` / `commercial` / `room` / `vacation_home` |
| `advertType` | `private` / `agency` |
| `price` / `priceCurrency` / `pricePerSqm` | EUR price, currency, computed €/m² |
| `areaSqm` / `terrainAreaSqm` | Surface and plot area |
| `rooms` / `roomsLabel` / `bathrooms` / `floor` | When present in features |
| `buildingType` / `heatingType` / `yearBuilt` / `energyClass` | When present in features |
| `country` / `region` / `province` / `provinceCode` / `city` / `microLocation` | Address chain |
| `street` / `fullAddress` | Composed address |
| `latitude` / `longitude` | GPS when present |
| `mainImageUrl` / `imageUrls` / `imageCount` | All images from `images.sbito.it` CDN |
| `advertiserId` / `advertiserName` / `advertiserUrl` / `advertiserType` | Seller info |
| `isFeatured` / `isUrgent` / `labels` | Vetrina / Urgente badges |
| `datePosted` | Listing post date |
| `searchTransaction` / `searchPropertyType` / `searchRegion` / `searchProvince` / `searchCity` / `searchKeyword` / `searchUrl` | Echo of input params |
| `scrapedAt` | ISO-8601 scrape timestamp |

Two dataset views are pre-configured: **Overview** (compact) and **Full Detail**.

> **Detail-only fields** — feature flags (`hasElevator`, `hasParking`, `hasGarage`, `hasTerrace`, `hasBalcony`, `isFurnished`) and `totalFloors` are populated from the per-listing detail page, not the search results. The list-endpoint scraper leaves them as `null` — open a feature request for detail-page enrichment.

---

### Important notes

- **Real estate is one of four Subito verticals** (Motori, Market, Immobili, Lavoro). This actor only handles Immobili. Pasting a search URL from another vertical and pointing the actor at it won't work.
- **EUR is the only currency** Subito uses today.
- **Rooms = locali** in Italian convention. Subito reports integer locali counts (1, 2, 3, …); studios appear as `rooms: 1`.
- **Pagination** is `?o=N`. Each page typically yields ~30 listings. The actor stops when a page returns 0 listings or when the first ID matches the previous page (loop detector).
- **Anti-bot is light** vs Njuskalo or Idealista — datacenter proxies usually work. Switch to **RESIDENTIAL country=IT** if you start seeing 403s or stripped pages.
- **Nationwide queries** use `regionSlug=italia`. For broad searches (e.g. all of Italy), expect the cap (`maxListings`) to bind well before the catalog is exhausted; narrow with `priceMin/Max` and `areaMin/Max` to slice the inventory.

---

### Common location slugs

**Regions** — `italia` (nationwide), `lombardia`, `lazio`, `campania`, `sicilia`, `veneto`, `emilia-romagna`, `piemonte`, `puglia`, `toscana`, `calabria`, `sardegna`, `liguria`, `marche`, `abruzzo`, `friuli-venezia-giulia`, `trentino-alto-adige`, `umbria`, `basilicata`, `molise`, `valle-d-aosta`

**Major provinces** — `roma`, `milano`, `napoli`, `torino`, `palermo`, `genova`, `bologna`, `firenze`, `bari`, `catania`, `venezia`, `verona`, `padova`, `trieste`, `brescia`, `cagliari`

**Major cities** — same slug as the province for capital cities (`roma`, `milano`, `napoli`, `torino`, `bologna`, …)

To find more, browse subito.it, drill down by clicking the region → province → city in the breadcrumb, and copy the slug from the URL.

---

### Troubleshooting

| Symptom | Likely cause | Fix |
|---|---|---|
| `[HTTP] 403` | Datacenter proxy fingerprinted | Switch `proxyConfiguration` to `RESIDENTIAL` country=IT |
| `[404] URL not recognized` | Wrong region/province/city slug | Verify the slug from a real Subito URL |
| `[PARSE] __NEXT_DATA__ not found` | Subito changed page structure | Open an issue — actor needs an updated parser |
| Only sponsored / Vetrina cards saved | Not the actor's behavior — these are normal | Sort is by recency by default; sponsored cards mix in |
| `latitude` / `longitude` always null | Not all listings have geocoded coordinates | Expected; private listings often skip GPS |
| Throughput slower than expected | Inter-page delay too long | Drop `requestDelay` to 800-1000 ms |
| Filter `roomsMin: 2` keeps `rooms: null` records | Filter only applies when `rooms != null` | Expected — listings without `rooms` data bypass the filter |

---

### License

Apache-2.0

# Actor input Schema

## `regionSlug` (type: `string`):

Italian region slug. `italia` = nationwide.
## `provinceSlug` (type: `string`):

Italian province slug appended after the region (e.g. `roma`, `milano`, `napoli`, `torino`). Leave empty for region-wide.
## `citySlug` (type: `string`):

Italian city slug appended after the province (e.g. `roma`, `milano`, `firenze`). Requires `provinceSlug` to be set. Leave empty for province-wide.
## `transaction` (type: `string`):

Sale (`vendita`), long-term rent (`affitto`) or holiday rent (`affitto-vacanze`).
## `propertyType` (type: `string`):

Subito category. Note: `room` is rent-only; `vacation_home` is vacation-only.
## `keyword` (type: `string`):

Free-text query (`q` parameter). Optional.
## `priceMin` (type: `integer`):

Minimum price in EUR. 0 = no minimum (filter applied post-fetch).
## `priceMax` (type: `integer`):

Maximum price in EUR. 0 = no maximum.
## `areaMin` (type: `integer`):

Minimum surface area. 0 = no minimum.
## `areaMax` (type: `integer`):

Maximum surface area. 0 = no maximum.
## `roomsMin` (type: `integer`):

Minimum number of rooms (locali). 0 = no minimum.
## `roomsMax` (type: `integer`):

Maximum number of rooms. 0 = no maximum.
## `advertiserType` (type: `string`):

Filter by advertiser type after parsing.
## `maxListings` (type: `integer`):

Total cap (0 = unlimited).
## `maxPagesPerTask` (type: `integer`):

Pagination depth. Subito serves ~30 listings per page.
## `requestDelay` (type: `integer`):

Delay between sequential page requests.
## `maxRetries` (type: `integer`):

Retries per request on errors.
## `proxyConfiguration` (type: `object`):

Apify Proxy is recommended. Datacenter usually works; fall back to RESIDENTIAL country=IT if blocked.

## Actor input object example

```json
{
  "regionSlug": "italia",
  "provinceSlug": "",
  "citySlug": "",
  "transaction": "sale",
  "propertyType": "apartment",
  "keyword": "",
  "priceMin": 0,
  "priceMax": 0,
  "areaMin": 0,
  "areaMax": 0,
  "roomsMin": 0,
  "roomsMax": 0,
  "advertiserType": "all",
  "maxListings": 200,
  "maxPagesPerTask": 10,
  "requestDelay": 1500,
  "maxRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IT"
  }
}
````

# Actor output Schema

## `adId` (type: `string`):

Subito numeric listing ID

## `detailUrl` (type: `string`):

Full URL to the listing page

## `title` (type: `string`):

Listing title

## `shortDescription` (type: `string`):

Description snippet

## `transactionType` (type: `string`):

sale / rent / vacation\_rent

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

apartment / villa / land / ...

## `advertType` (type: `string`):

private / agency

## `price` (type: `string`):

Total price in EUR

## `priceCurrency` (type: `string`):

EUR

## `pricePerSqm` (type: `string`):

Price per square meter

## `areaSqm` (type: `string`):

Surface area

## `terrainAreaSqm` (type: `string`):

Plot area (land/villas)

## `rooms` (type: `string`):

Number of rooms (locali)

## `roomsLabel` (type: `string`):

Italian rooms label

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

Number of bathrooms

## `floor` (type: `string`):

Floor number/label

## `totalFloors` (type: `string`):

Total floors in building

## `buildingType` (type: `string`):

Building/property condition

## `heatingType` (type: `string`):

Heating system

## `yearBuilt` (type: `string`):

Construction year

## `energyClass` (type: `string`):

Italian energy efficiency class

## `country` (type: `string`):

Country (Italia)

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

Italian regione

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

Italian provincia

## `provinceCode` (type: `string`):

2-letter province code (RM, MI, ...)

## `city` (type: `string`):

Comune

## `microLocation` (type: `string`):

Neighborhood / zone

## `street` (type: `string`):

Street name

## `fullAddress` (type: `string`):

Composed address

## `latitude` (type: `string`):

GPS latitude

## `longitude` (type: `string`):

GPS longitude

## `mainImageUrl` (type: `string`):

Cover photo

## `imageUrls` (type: `string`):

All listing images

## `imageCount` (type: `string`):

Total images

## `advertiserId` (type: `string`):

User/agency ID

## `advertiserName` (type: `string`):

Advertiser display name

## `advertiserUrl` (type: `string`):

Advertiser profile page

## `advertiserType` (type: `string`):

private / agency

## `hasElevator` (type: `string`):

Building has elevator

## `hasParking` (type: `string`):

Has parking spot

## `hasGarage` (type: `string`):

Has garage

## `hasTerrace` (type: `string`):

Has terrace

## `hasBalcony` (type: `string`):

Has balcony

## `isFurnished` (type: `string`):

Furnished property

## `isFeatured` (type: `string`):

Vetrina / sponsored listing flag

## `isUrgent` (type: `string`):

Urgent listing flag

## `datePosted` (type: `string`):

Listing post date

## `labels` (type: `string`):

Listing badges (Vetrina, Urgente, ...)

## `searchTransaction` (type: `string`):

Transaction used in search

## `searchPropertyType` (type: `string`):

Property type used in search

## `searchRegion` (type: `string`):

Region used in search

## `searchProvince` (type: `string`):

Province used in search

## `searchCity` (type: `string`):

City used in search

## `searchKeyword` (type: `string`):

Keyword used in search

## `searchUrl` (type: `string`):

Full search URL

## `scrapedAt` (type: `string`):

ISO timestamp

# 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 = {
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "IT"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("logiover/subito-it-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 = { "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "IT",
    } }

# Run the Actor and wait for it to finish
run = client.actor("logiover/subito-it-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 '{
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IT"
  }
}' |
apify call logiover/subito-it-property-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Subito.it Property Scraper",
        "description": "Scrape real estate listings from Subito.it — Italy's #1 classifieds portal. Extract apartments, villas, land, garages, lofts, commercial space, rooms and vacation homes (sale, rent or holiday rent) by region, province or city, with price (EUR), surface area (m²), rooms (locali) bathrooms and address",
        "version": "0.0",
        "x-build-id": "IXVjWOmYeQGAyMSDi"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/logiover~subito-it-property-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-logiover-subito-it-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/logiover~subito-it-property-scraper/runs": {
            "post": {
                "operationId": "runs-sync-logiover-subito-it-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/logiover~subito-it-property-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-logiover-subito-it-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",
                "required": [
                    "proxyConfiguration"
                ],
                "properties": {
                    "regionSlug": {
                        "title": "Region (Regione)",
                        "enum": [
                            "italia",
                            "abruzzo",
                            "basilicata",
                            "calabria",
                            "campania",
                            "emilia-romagna",
                            "friuli-venezia-giulia",
                            "lazio",
                            "liguria",
                            "lombardia",
                            "marche",
                            "molise",
                            "piemonte",
                            "puglia",
                            "sardegna",
                            "sicilia",
                            "toscana",
                            "trentino-alto-adige",
                            "umbria",
                            "valle-d-aosta",
                            "veneto"
                        ],
                        "type": "string",
                        "description": "Italian region slug. `italia` = nationwide.",
                        "default": "italia"
                    },
                    "provinceSlug": {
                        "title": "Province slug (optional)",
                        "type": "string",
                        "description": "Italian province slug appended after the region (e.g. `roma`, `milano`, `napoli`, `torino`). Leave empty for region-wide.",
                        "default": ""
                    },
                    "citySlug": {
                        "title": "City slug (optional)",
                        "type": "string",
                        "description": "Italian city slug appended after the province (e.g. `roma`, `milano`, `firenze`). Requires `provinceSlug` to be set. Leave empty for province-wide.",
                        "default": ""
                    },
                    "transaction": {
                        "title": "Transaction Type",
                        "enum": [
                            "sale",
                            "rent",
                            "vacation"
                        ],
                        "type": "string",
                        "description": "Sale (`vendita`), long-term rent (`affitto`) or holiday rent (`affitto-vacanze`).",
                        "default": "sale"
                    },
                    "propertyType": {
                        "title": "Property Type",
                        "enum": [
                            "apartment",
                            "villa",
                            "land",
                            "garage",
                            "loft",
                            "commercial",
                            "room",
                            "vacation_home"
                        ],
                        "type": "string",
                        "description": "Subito category. Note: `room` is rent-only; `vacation_home` is vacation-only.",
                        "default": "apartment"
                    },
                    "keyword": {
                        "title": "Keyword",
                        "type": "string",
                        "description": "Free-text query (`q` parameter). Optional.",
                        "default": ""
                    },
                    "priceMin": {
                        "title": "Min Price (EUR)",
                        "minimum": 0,
                        "maximum": 100000000,
                        "type": "integer",
                        "description": "Minimum price in EUR. 0 = no minimum (filter applied post-fetch).",
                        "default": 0
                    },
                    "priceMax": {
                        "title": "Max Price (EUR)",
                        "minimum": 0,
                        "maximum": 100000000,
                        "type": "integer",
                        "description": "Maximum price in EUR. 0 = no maximum.",
                        "default": 0
                    },
                    "areaMin": {
                        "title": "Min Area (m²)",
                        "minimum": 0,
                        "maximum": 1000000,
                        "type": "integer",
                        "description": "Minimum surface area. 0 = no minimum.",
                        "default": 0
                    },
                    "areaMax": {
                        "title": "Max Area (m²)",
                        "minimum": 0,
                        "maximum": 1000000,
                        "type": "integer",
                        "description": "Maximum surface area. 0 = no maximum.",
                        "default": 0
                    },
                    "roomsMin": {
                        "title": "Min Rooms (Locali)",
                        "minimum": 0,
                        "maximum": 20,
                        "type": "integer",
                        "description": "Minimum number of rooms (locali). 0 = no minimum.",
                        "default": 0
                    },
                    "roomsMax": {
                        "title": "Max Rooms (Locali)",
                        "minimum": 0,
                        "maximum": 20,
                        "type": "integer",
                        "description": "Maximum number of rooms. 0 = no maximum.",
                        "default": 0
                    },
                    "advertiserType": {
                        "title": "Advertiser Type",
                        "enum": [
                            "all",
                            "private",
                            "agency"
                        ],
                        "type": "string",
                        "description": "Filter by advertiser type after parsing.",
                        "default": "all"
                    },
                    "maxListings": {
                        "title": "Max Listings",
                        "minimum": 0,
                        "maximum": 1000000,
                        "type": "integer",
                        "description": "Total cap (0 = unlimited).",
                        "default": 200
                    },
                    "maxPagesPerTask": {
                        "title": "Max Pages",
                        "minimum": 1,
                        "maximum": 200,
                        "type": "integer",
                        "description": "Pagination depth. Subito serves ~30 listings per page.",
                        "default": 10
                    },
                    "requestDelay": {
                        "title": "Request Delay (ms)",
                        "minimum": 0,
                        "maximum": 60000,
                        "type": "integer",
                        "description": "Delay between sequential page requests.",
                        "default": 1500
                    },
                    "maxRetries": {
                        "title": "Max Retries",
                        "minimum": 0,
                        "maximum": 10,
                        "type": "integer",
                        "description": "Retries per request on errors.",
                        "default": 3
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Apify Proxy is recommended. Datacenter usually works; fall back to RESIDENTIAL country=IT if blocked."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
