# Spitogatos.gr Scraper: Greek Real Estate Listings (`dltik/spitogatos-scraper`) Actor

Scrape Spitogatos.gr, Greece's largest property marketplace. Sale & rent listings across all of Greece: price, price/m², area, rooms, floor, build year, GPS, energy class, agent/owner name & phone, photos. Filter by area, transaction, type, price, surface. $5/1K listings.

- **URL**: https://apify.com/dltik/spitogatos-scraper.md
- **Developed by:** [Walid](https://apify.com/dltik) (community)
- **Categories:** Real estate, Business, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 listing scrapeds

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

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

## What's an Apify Actor?

Actors are 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

## Spitogatos.gr Scraper — Greek Real Estate Listings

> ⭐ **Bookmark this actor** (button, top-right) — it's the #1 signal that keeps it maintained and visible. One click.

Scrape property listings from **Spitogatos.gr**, Greece's largest real-estate marketplace, for **sale and rent** across the whole country. This Spitogatos scraper returns clean, structured data for every listing — price, price per m², area, rooms, floor, build year, energy class, GPS coordinates, agent/owner name and phone, and photos — ready for CSV, Excel, JSON or API.

Built for real-estate agencies, investors, proptech and market-research teams that need Greek property data at scale without maintaining a scraper.

### What Spitogatos.gr Scraper does

- **Both markets**: for-sale (πωλήσεις) and for-rent (ενοικιάσεις) listings.
- **All property classes**: homes (apartments & houses), commercial, land, parking.
- **Nationwide**: search any area, city or neighborhood — Athens, Thessaloniki, the islands, anywhere Spitogatos covers.
- **Rich fields per listing**: title, price, **price per m²**, living area, rooms, bathrooms, floor, **year built**, **energy class**, region/city/neighborhood, **latitude/longitude**, agent/owner name and **phone number**, all photo URLs, and the canonical listing URL.
- **Two ways to target data**: paste search or listing URLs straight from the site, or use structured filters (transaction, category, location, price, area, rooms).
- **Optional deep detail**: turn on *Fetch full detail per listing* to also pull the full description, street address, complete photo set and agent phone.
- **Optional AI analysis** (premium): translate the Greek description to an English summary + highlights, infer condition/view/furnished/Airbnb potential, and — with an investor profile — score each listing (deal score, estimated yield, buy/watch/skip).

### How to use it

You can drive the scraper two ways.

#### 1. Paste URLs (easiest)

Build the exact search you want on spitogatos.gr, copy the URL, and paste it into **Start URLs**. Both search pages and single-property pages work:

````

https://www.spitogatos.gr/en/for\_sale-homes/athens-center
https://www.spitogatos.gr/en/to\_rent-homes/thessaloniki
https://www.spitogatos.gr/en/property/1112975761

````

#### 2. Structured filters

Leave Start URLs empty and set:

| Field | Example |
|---|---|
| Transaction | `buy` (sale) / `rent` |
| Property category | `homes`, `commercial`, `land`, `parking` |
| Location(s) | `Athens - Center`, `Glyfada`, `Thessaloniki` |
| Min/Max price (€) | `100000` – `300000` |
| Min/Max area (m²) | `60` – `120` |
| Min rooms | `2` |
| Max results | `100` |

Location names are resolved to Spitogatos' internal area IDs automatically. If a name doesn't resolve, paste the search URL into Start URLs instead, or supply **Area IDs** directly.

### Example input

```json
{
  "transaction": "buy",
  "propertyType": "homes",
  "locationQuery": ["Athens - Center"],
  "priceMax": 400000,
  "areaMin": 60,
  "maxResults": 100,
  "fetchDetails": true,
  "proxyConfig": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
````

### Example output

```json
{
  "source": "spitogatos",
  "source_id": "12975761",
  "url": "https://www.spitogatos.gr/en/property/1112975761",
  "transaction": "buy",
  "property_type": "apartment",
  "title": "Apartment 120m² in Kolonaki",
  "price": 456000,
  "price_currency": "EUR",
  "price_per_m2": 3800,
  "surface": 120,
  "rooms": 3,
  "bathrooms": 2,
  "floor": "2",
  "year_built": 2005,
  "region": "Attica",
  "city": "Athens",
  "neighborhood": "Kolonaki",
  "address": "…",
  "latitude": 37.9795,
  "longitude": 23.7448,
  "energy_class": "A",
  "contact_name": "…",
  "contact_phone": "+30…",
  "photo_count": 24,
  "main_photo_url": "https://…",
  "photos": ["https://…"]
}
```

### Proxy — please read

Spitogatos.gr is protected by **Imperva** bot management (the *"Pardon Our Interruption"* challenge). The actor clears it automatically with a real browser step, but that only works from a **RESIDENTIAL** IP — datacenter IPs are blocked and return **zero listings**. Use a residential proxy, ideally country **GR** (or EU). The default input already selects `apifyProxyGroups: ["RESIDENTIAL"]`. You can also plug your own residential/mobile pool via **Custom proxy URL**. The challenge is solved once per run, then all data is pulled over the fast internal API, so runs stay quick.

### Pricing

Pay-per-result: **$0.005 per listing** ($5 / 1,000 listings). You are charged only for listings actually delivered. The optional detail fetch (description, address, phone, all photos) is included in the same per-listing price — no surprise extra charge. Start with a small `maxResults` (e.g. 20) to validate the output before scaling up.

Optional **AI analysis** is a separate **$0.01 per analyzed listing**, charged on top of `listing-scraped` only when `analyzeListings` is on (paid Apify plans).

### AI analysis (premium)

Enable `analyzeListings` to add an `ai` object to every record. Without a profile it translates and structures the Greek listing; add an `investorProfile` (e.g. *"Golden-visa buyer, 300k budget, Airbnb income in central Athens"*) to also rank listings:

```json
"ai": {
  "summary_en": "Fully renovated 58m² flat with Acropolis view, furnished, near metro.",
  "highlights": ["Acropolis view", "Renovated", "Furnished", "Near metro"],
  "condition": "renovated",
  "view": "Acropolis view",
  "furnished": true,
  "airbnb_potential": "high",
  "deal_score": 78,
  "estimated_gross_yield_pct": 4.5,
  "flags": ["priced slightly above area avg"],
  "recommended_action": "buy",
  "fit_reason": "Central, Airbnb-ready, fits golden-visa goal."
}
```

Tip: enable *Fetch full detail* too, so the AI reads the full description.

### FAQ

**Is scraping Spitogatos legal?** The actor collects publicly available listing data. You are responsible for using the data in line with Spitogatos' terms and applicable law (including GDPR for any personal/agent contact data).

**Why do I get 0 results?** Almost always a proxy issue — use RESIDENTIAL (country GR) or a Custom proxy URL. Datacenter IPs are blocked by Imperva. You can also paste exact search URLs into Start URLs.

**Can I get the agent's phone number?** Yes — the phone comes from the listing's publisher and is included; enable *Fetch full detail per listing* to guarantee it on every record.

**Which languages?** Field values come straight from Spitogatos (Greek for free-text like description/address); all structured fields (price, area, GPS, energy class, etc.) are language-independent.

**Can I schedule it?** Yes — use Apify Schedules to run daily/weekly and monitor new listings in an area.

***

⭐ If this saved you time, **bookmark the actor** — it's the single biggest thing that helps others find it.

# Actor input Schema

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

Paste one or more Spitogatos.gr search-result URLs (e.g. https://www.spitogatos.gr/en/for\_sale-homes/athens-center) or single property URLs. This is the most reliable way to target exactly what you see in the browser — build the search on the site, copy the URL, paste it here. When set, the structured filters below are ignored. Leave empty to use the filters instead.

## `transaction` (type: `string`):

buy = for sale (πωλήσεις), rent = for rent (ενοικιάσεις). Used only when Start URLs is empty.

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

Which kind of property to search. Used only when Start URLs is empty.

## `locationQuery` (type: `array`):

Area / city / neighborhood names as they appear on Spitogatos (e.g. \['Athens - Center','Thessaloniki','Glyfada']). Each name is resolved to Spitogatos' internal area ID and searched. Used only when Start URLs is empty. Tip: if a name doesn't resolve, paste the search URL into Start URLs instead, or use Area IDs below.

## `areaIDs` (type: `array`):

Spitogatos internal geography IDs (integers), e.g. \[100, 104]. Skips name resolution — use this when you already know the IDs (from the site's network calls) for an exact match. Used only when Start URLs is empty.

## `priceMin` (type: `integer`):

Minimum listing price in euros.

## `priceMax` (type: `integer`):

Maximum listing price in euros.

## `areaMin` (type: `integer`):

Minimum living area in m².

## `areaMax` (type: `integer`):

Maximum living area in m².

## `roomsMin` (type: `integer`):

Minimum number of rooms (bedrooms).

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

Open each listing's detail page to collect the full description, all photos, agent phone, GPS and amenities. This adds one extra request per listing (slower + more bandwidth) — leave off if the search-page fields are enough.

## `analyzeListings` (type: `boolean`):

Have an AI read each listing and add an 'ai' object: English summary + highlights (the Greek description translated/condensed), condition, view, furnished, and Airbnb potential. With an Investor profile below it also scores each listing (deal\_score, estimated yield, buy/watch/skip). Paid Apify plan only — charged as a separate per-listing event ON TOP of listing-scraped. Tip: enable Fetch full detail too, so the AI has the full description to work from.

## `investorProfile` (type: `string`):

Free text describing your goal so the AI can score & rank listings, e.g. 'Golden-visa buyer, budget 300k, wants Airbnb income in central Athens' or 'Long-term rental, 8%+ gross yield, Thessaloniki'. Leave empty for translation/summary only.

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

Stop after this many listings (across all locations / start URLs combined). Each listing is charged at the per-event price — start small (e.g. 20) to validate the output before scaling up. Aliases accepted: 'limit', 'max', 'maxResultsPerSource'.

## `customProxyUrl` (type: `string`):

Optional external residential/mobile proxy URL (http://user:pass@host:port). Overrides the Apify proxy. Spitogatos is protected by Imperva bot management — a clean residential IP (ideally Greek/EU) is required to pass. Sticky-session providers (a session-<token> in the credentials) are auto-rotated on a block. Example: http://user:pass\_country-GR\_session-abc\_lifetime-1440@proxies.example.com:1000

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

Apify proxy. Spitogatos.gr is behind Imperva bot protection, so RESIDENTIAL (ideally apifyProxyCountry='GR') is required to get real data — datacenter IPs get the 'Pardon Our Interruption' block. Ignored when customProxyUrl is set.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.spitogatos.gr/en/for_sale-homes/athens-center"
    }
  ],
  "transaction": "buy",
  "propertyType": "homes",
  "locationQuery": [
    "Athens - Center"
  ],
  "areaIDs": [],
  "fetchDetails": false,
  "analyzeListings": false,
  "maxResults": 50,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

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

Property listings scraped from Spitogatos.gr.

# 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 = {
    "startUrls": [
        {
            "url": "https://www.spitogatos.gr/en/for_sale-homes/athens-center"
        }
    ],
    "locationQuery": [
        "Athens - Center"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("dltik/spitogatos-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 = {
    "startUrls": [{ "url": "https://www.spitogatos.gr/en/for_sale-homes/athens-center" }],
    "locationQuery": ["Athens - Center"],
}

# Run the Actor and wait for it to finish
run = client.actor("dltik/spitogatos-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 '{
  "startUrls": [
    {
      "url": "https://www.spitogatos.gr/en/for_sale-homes/athens-center"
    }
  ],
  "locationQuery": [
    "Athens - Center"
  ]
}' |
apify call dltik/spitogatos-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Spitogatos.gr Scraper: Greek Real Estate Listings",
        "description": "Scrape Spitogatos.gr, Greece's largest property marketplace. Sale & rent listings across all of Greece: price, price/m², area, rooms, floor, build year, GPS, energy class, agent/owner name & phone, photos. Filter by area, transaction, type, price, surface. $5/1K listings.",
        "version": "1.0",
        "x-build-id": "pMRJGbLkZdv9kU6fh"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/dltik~spitogatos-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-dltik-spitogatos-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/dltik~spitogatos-scraper/runs": {
            "post": {
                "operationId": "runs-sync-dltik-spitogatos-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/dltik~spitogatos-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-dltik-spitogatos-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": {
                    "startUrls": {
                        "title": "Start URLs (search or listing pages)",
                        "type": "array",
                        "description": "Paste one or more Spitogatos.gr search-result URLs (e.g. https://www.spitogatos.gr/en/for_sale-homes/athens-center) or single property URLs. This is the most reliable way to target exactly what you see in the browser — build the search on the site, copy the URL, paste it here. When set, the structured filters below are ignored. Leave empty to use the filters instead.",
                        "default": [],
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "transaction": {
                        "title": "Transaction",
                        "enum": [
                            "buy",
                            "rent"
                        ],
                        "type": "string",
                        "description": "buy = for sale (πωλήσεις), rent = for rent (ενοικιάσεις). Used only when Start URLs is empty.",
                        "default": "buy"
                    },
                    "propertyType": {
                        "title": "Property category",
                        "enum": [
                            "homes",
                            "commercial",
                            "land",
                            "parking"
                        ],
                        "type": "string",
                        "description": "Which kind of property to search. Used only when Start URLs is empty.",
                        "default": "homes"
                    },
                    "locationQuery": {
                        "title": "Location(s)",
                        "type": "array",
                        "description": "Area / city / neighborhood names as they appear on Spitogatos (e.g. ['Athens - Center','Thessaloniki','Glyfada']). Each name is resolved to Spitogatos' internal area ID and searched. Used only when Start URLs is empty. Tip: if a name doesn't resolve, paste the search URL into Start URLs instead, or use Area IDs below.",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "areaIDs": {
                        "title": "Area IDs (advanced — overrides Location)",
                        "type": "array",
                        "description": "Spitogatos internal geography IDs (integers), e.g. [100, 104]. Skips name resolution — use this when you already know the IDs (from the site's network calls) for an exact match. Used only when Start URLs is empty.",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "priceMin": {
                        "title": "Min price (€)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum listing price in euros."
                    },
                    "priceMax": {
                        "title": "Max price (€)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum listing price in euros."
                    },
                    "areaMin": {
                        "title": "Min area (m²)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum living area in m²."
                    },
                    "areaMax": {
                        "title": "Max area (m²)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum living area in m²."
                    },
                    "roomsMin": {
                        "title": "Min rooms/bedrooms",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Minimum number of rooms (bedrooms)."
                    },
                    "fetchDetails": {
                        "title": "Fetch full detail per listing",
                        "type": "boolean",
                        "description": "Open each listing's detail page to collect the full description, all photos, agent phone, GPS and amenities. This adds one extra request per listing (slower + more bandwidth) — leave off if the search-page fields are enough.",
                        "default": false
                    },
                    "analyzeListings": {
                        "title": "AI analysis (premium)",
                        "type": "boolean",
                        "description": "Have an AI read each listing and add an 'ai' object: English summary + highlights (the Greek description translated/condensed), condition, view, furnished, and Airbnb potential. With an Investor profile below it also scores each listing (deal_score, estimated yield, buy/watch/skip). Paid Apify plan only — charged as a separate per-listing event ON TOP of listing-scraped. Tip: enable Fetch full detail too, so the AI has the full description to work from.",
                        "default": false
                    },
                    "investorProfile": {
                        "title": "Investor profile (optional — unlocks AI scoring)",
                        "type": "string",
                        "description": "Free text describing your goal so the AI can score & rank listings, e.g. 'Golden-visa buyer, budget 300k, wants Airbnb income in central Athens' or 'Long-term rental, 8%+ gross yield, Thessaloniki'. Leave empty for translation/summary only."
                    },
                    "maxResults": {
                        "title": "Max results",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Stop after this many listings (across all locations / start URLs combined). Each listing is charged at the per-event price — start small (e.g. 20) to validate the output before scaling up. Aliases accepted: 'limit', 'max', 'maxResultsPerSource'.",
                        "default": 50
                    },
                    "customProxyUrl": {
                        "title": "Custom proxy URL (optional — overrides Apify proxy)",
                        "type": "string",
                        "description": "Optional external residential/mobile proxy URL (http://user:pass@host:port). Overrides the Apify proxy. Spitogatos is protected by Imperva bot management — a clean residential IP (ideally Greek/EU) is required to pass. Sticky-session providers (a session-<token> in the credentials) are auto-rotated on a block. Example: http://user:pass_country-GR_session-abc_lifetime-1440@proxies.example.com:1000"
                    },
                    "proxyConfig": {
                        "title": "Proxy (Residential strongly recommended)",
                        "type": "object",
                        "description": "Apify proxy. Spitogatos.gr is behind Imperva bot protection, so RESIDENTIAL (ideally apifyProxyCountry='GR') is required to get real data — datacenter IPs get the 'Pardon Our Interruption' block. Ignored when customProxyUrl is set.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
