# Mascus Scraper — Global Heavy Equipment Marketplace (`rastriq/mascus-scraper`) Actor

Scrape used machinery listings from Mascus, the world's largest marketplace for heavy equipment. Extract price, make, model, year, hours, location, dealer info, and specs across construction, agriculture, forestry, and material handling categories. Covers 50+ countries.

- **URL**: https://apify.com/rastriq/mascus-scraper.md
- **Developed by:** [Rastriq — Structured data from the world](https://apify.com/rastriq) (community)
- **Categories:** E-commerce, Other
- **Stats:** 5 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.50 / 1,000 results

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

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

## What's an Apify Actor?

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

## How to integrate an Actor?

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

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

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

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

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

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

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

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

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

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

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


# README

### What data can you scrape from Mascus — Global Heavy Equipment Marketplace?

- Discovers every leaf subcategory in the catalogs you select and crawls them end to end.
- Extracts ~40 fields per listing directly from the page's structured data — fast and low-cost.
- Normalizes output to a stable 30-column schema, ready for spreadsheets, BI tools or a database.
- Deduplicates listings across subcategories by item ID and resumes from a checkpoint.

---

### Output: Mascus — Global Heavy Equipment Marketplace data structure

| Field | Label | Format |
|-------|-------|--------|
| `url` | Url | link |
| `marca` | Marca | text |
| `modelo` | Modelo | text |
| `anio` | Anio | number |
| `valor` | Valor | number |
| `moneda` | Moneda | text |
| `estado` | Estado | text |
| `categoria` | Categoria | text |
| `ubicacion` | Ubicacion | text |
| `pais` | Pais | text |
| `compania` | Compania | text |
| `precio_eur` | Precio Eur | number |
| `tiempo_uso` | Tiempo Uso | number |
| `fecha_publicacion` | Fecha Publicacion | date |
| `item_id` | Item Id | text |
| `source` | Source | text |

#### Example output (one record)

```json
{
  "source": "mascus",
  "item_id": "10293847",
  "category": "construction",
  "subcategory": "crawler-excavators",
  "manufacturer": "Caterpillar",
  "model": "320 GC",
  "year": 2019,
  "condition": "used",
  "hours": 4200,
  "price": 89500,
  "priceEURO": 89500,
  "moneda": "EUR",
  "country": "Germany",
  "seller": "Demo Heavy Machinery GmbH",
  "url": "https://www.mascus.com/...",
  "snapshot_at": "2026-06-03T08:00:00Z"
}
````

***

### 🚀 Quick start

1. Click **Start** with the default input to test with a small sample.
2. Open the **Output** tab to preview results.
3. Export as CSV / Excel / JSON, or connect via API.

***

### How to scrape Mascus — Global Heavy Equipment Marketplace — input options

| Field | Description | Default |
|-------|-------------|---------|
| **Maximo de resultados (recomendado para pruebas)** | Detiene el actor cuando se han enviado N anuncios al dataset, sin importar cuantas subcategorias o paginas queden. Pa... | `0` |
| **Construction - maquinaria de construccion** | Excavadoras, gruas, compactadoras, hormigoneras... (~240K listings) | true |
| **Agriculture - maquinaria agricola** | Tractores, cosechadoras, remolques agricolas... (~78K listings) | true |
| **Forestry - maquinaria forestal** | Harvesters, forwarders, astilladoras... (~25K listings) | true |
| **Material Handling - elevacion y manutencion** | Carretillas elevadoras, transpaletas, plataformas... (~28K listings) | true |
| **Groundcare - jardineria y espacios verdes** | Cortacesped, tractores de jardin, motoazadas... (~9K listings) | true |
| **Transport - camiones y vehiculos** | Camiones, furgonetas, semirremolques. Desactivado por defecto. | false |
| **Subcategorias especificas (modo preciso)** | Opcional. MAXIMA PRECEDENCIA: si se rellena, bypasea el discovery automatico y extrae exactamente estas subcategorias... | `[]` |
| **Catalogos personalizados (avanzado)** | Opcional. REGLA DE PRECEDENCIA: si se rellena, los checkboxes son ignorados. Slugs validos: construction, agriculture... | `[]` |
| **Orden de resultados** | Orden de clasificacion de los resultados. Verificado en produccion. | `relevance` |
| **Filtrar por marca (opcional)** | Opcional. Lista de marcas a filtrar. Acepta nombres en cualquier formato: el actor los convierte a slugs Mascus (minu... | `[]` |
| **Anuncios de los ultimos N dias (opcional)** | Opcional. Si se indica, solo extrae anuncios publicados en los ultimos N dias. Ejemplo: 30 = ultimo mes, 7 = ultima s... | — |
| **Filtrar por continente (opcional)** | Opcional. Lista con el continente a filtrar. ATENCION: Mascus solo acepta un continente a la vez; si introduces vario... | `[]` |
| **Forzar reinicio desde cero** | Si esta activo, borra el checkpoint del run anterior y empieza desde el principio. Usar si cambias los catalogos o fi... | false |
| **Paginas maximas por subcategoria** | 40 items por pagina. Usa 1-2 para tests rapidos, 9999 para extraccion completa. | `9999` |
| **Pausa entre paginas (segundos)** | Pausa base entre peticiones. Se anade un margen aleatorio de 1s automaticamente. | `2.0` |
| **Proxy configuration** | Optional. Residential proxies recommended for best results. | Apify auto |

***

### 🔍 How it works

This Actor uses **HTTPX async** to extract data from Mascus — Global Heavy Equipment Marketplace. It navigates search results or catalog pages, extracts structured data from each listing, and normalizes the output into a consistent schema.

***

### How much does it cost to scrape Mascus — Global Heavy Equipment Marketplace?

This Actor uses **Pay-Per-Event** pricing — you pay only for results delivered, not for compute time.

| Plan | What you get |
|------|-------------|
| **Free tier** | $5/month of platform credits — enough for thousands of results |
| **Paid plans** | Scale to tens of thousands of results per run |

***

### 🔄 Integrations & scheduling

- **Schedule** daily/weekly runs from the Apify Console for automated data collection.
- Push results to **Google Sheets, Slack, Zapier, Make, webhooks** or any database.
- Fetch datasets via the **Apify REST API** or the official JavaScript/Python clients.

***

### Is it legal to scrape Mascus — Global Heavy Equipment Marketplace?

This Actor collects only **publicly available** data. It does not log in, bypass paywalls, or access private information. You are responsible for using the extracted data in compliance with the site's Terms of Service and applicable data protection laws (including GDPR where relevant).

***

### ❓ FAQ

**Can I access the data via API?**
Yes. Every run stores its dataset on Apify. Fetch it via REST API or use the official JavaScript/Python clients.

**What export formats are supported?**
JSON, CSV, Excel (XLSX), XML, and HTML table. You can also push data directly to Google Sheets or any webhook endpoint.

**Do I need proxies?**
Residential proxies are recommended for best results. The default proxy configuration is pre-set.

### Related Actors from Rastriq

- [Machinerytrader Scraper](https://apify.com/rastriq/machinerytrader-discovery)
- [Machineryzone Scraper](https://apify.com/rastriq/machineryzone-scraper)
- [Machineseeker Scraper](https://apify.com/rastriq/machineseeker-scraper)
- [Supralift Scraper](https://apify.com/rastriq/supralift-scraper)

# Actor input Schema

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

Detiene el actor cuando se han enviado N anuncios al dataset, sin importar cuantas subcategorias o paginas queden. Para una primera prueba rapida (~1 min) usa 50. Deja 0 (o vacio) para extraer TODO sin limite -- comportamiento original. Recomendado en la primera ejecucion.

## `cat_construction` (type: `boolean`):

Excavadoras, gruas, compactadoras, hormigoneras... (~240K listings)

## `cat_agriculture` (type: `boolean`):

Tractores, cosechadoras, remolques agricolas... (~78K listings)

## `cat_forestry` (type: `boolean`):

Harvesters, forwarders, astilladoras... (~25K listings)

## `cat_material_handling` (type: `boolean`):

Carretillas elevadoras, transpaletas, plataformas... (~28K listings)

## `cat_groundcare` (type: `boolean`):

Cortacesped, tractores de jardin, motoazadas... (~9K listings)

## `cat_transport` (type: `boolean`):

Camiones, furgonetas, semirremolques. Desactivado por defecto.

## `subcategories` (type: `array`):

Opcional. MAXIMA PRECEDENCIA: si se rellena, bypasea el discovery automatico y extrae exactamente estas subcategorias. Formato: {catalog}/{slug}. Ejemplos: construction/crawler-excavators, construction/wheel-loaders, construction/cranes, material-handling/forklift-trucks, construction/telescopic-handlers, construction/aerial-platforms, construction/dumpers, construction/backhoe-loaders, construction/skid-steer-loaders, construction/graders, construction/crawler-dozers.

## `catalogs` (type: `array`):

Opcional. REGLA DE PRECEDENCIA: si se rellena, los checkboxes son ignorados. Slugs validos: construction, agriculture, forestry, material-handling, groundcare, transport.

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

Orden de clasificacion de los resultados. Verificado en produccion.

## `brands` (type: `array`):

Opcional. Lista de marcas a filtrar. Acepta nombres en cualquier formato: el actor los convierte a slugs Mascus (minusculas, espacios a guion\_bajo). Ejemplos: Fendt, John Deere, Deutz-Fahr, Komatsu, CAT. Sin valor: extrae todas las marcas. Param URL: brands=X (confirmado en produccion).

## `lastCreatedDays` (type: `integer`):

Opcional. Si se indica, solo extrae anuncios publicados en los ultimos N dias. Ejemplo: 30 = ultimo mes, 7 = ultima semana. Sin valor: extrae todos los anuncios. Param URL: lastcreateddays=N (confirmado en produccion).

## `continents` (type: `array`):

Opcional. Lista con el continente a filtrar. ATENCION: Mascus solo acepta un continente a la vez; si introduces varios, solo se usa el primero. Valores validos: Europe (150), Americas (019), Asia (142), Oceania (009), Africa (002). Tambien acepta los codigos UN M49 directamente. Param URL: continentcodes=N (confirmado en produccion).

## `forceRestart` (type: `boolean`):

Si esta activo, borra el checkpoint del run anterior y empieza desde el principio. Usar si cambias los catalogos o filtros entre sesiones.

## `maxPages` (type: `integer`):

40 items por pagina. Usa 1-2 para tests rapidos, 9999 para extraccion completa.

## `delaySeconds` (type: `number`):

Pausa base entre peticiones. Se anade un margen aleatorio de 1s automaticamente.

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

Proxy de Apify recomendado. El actor rota IP automaticamente por subcategoria para evitar bloqueos.

## Actor input object example

```json
{
  "maxResults": 50,
  "cat_construction": true,
  "cat_agriculture": true,
  "cat_forestry": true,
  "cat_material_handling": true,
  "cat_groundcare": true,
  "cat_transport": false,
  "subcategories": [],
  "catalogs": [],
  "sortOrder": "relevance",
  "brands": [],
  "continents": [],
  "forceRestart": false,
  "maxPages": 9999,
  "delaySeconds": 2,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `anio` (type: `string`):

Anio

## `carga` (type: `string`):

Carga

## `categoria` (type: `string`):

Categoria

## `compania` (type: `string`):

Compania

## `correo` (type: `string`):

Correo

## `enlace_subasta` (type: `string`):

Enlace subasta

## `es_alquiler` (type: `string`):

Es alquiler

## `es_subasta` (type: `string`):

Es subasta

## `estado` (type: `string`):

Estado

## `fabric_motor` (type: `string`):

Fabric motor

## `fec_entrega` (type: `string`):

Fec entrega

## `fecha_publicacion` (type: `string`):

Fecha publicacion

## `imagenes` (type: `string`):

Imagenes

## `item_id` (type: `string`):

Item id

## `marca` (type: `string`):

Marca

## `modelo` (type: `string`):

Modelo

## `moneda` (type: `string`):

Moneda

## `num_imagenes` (type: `string`):

Num imagenes

## `num_serie` (type: `string`):

Num serie

## `pais` (type: `string`):

Pais

## `pais_empresa` (type: `string`):

Pais empresa

## `pais_fab` (type: `string`):

Pais fab

## `peso` (type: `string`):

Peso

## `pot_motor` (type: `string`):

Pot motor

## `precio_eur` (type: `string`):

Precio eur

## `ref_anunciante` (type: `string`):

Ref anunciante

## `ref_anuncio` (type: `string`):

Ref anuncio

## `renta_dia` (type: `string`):

Renta dia

## `snapshot_at` (type: `string`):

Snapshot at

## `source` (type: `string`):

Source

## `telefono` (type: `string`):

Telefono

## `tiempo_uso` (type: `string`):

Tiempo uso

## `tipo` (type: `string`):

Tipo

## `tipo_motor` (type: `string`):

Tipo motor

## `ubicacion` (type: `string`):

Ubicacion

## `url` (type: `string`):

Url

## `valor` (type: `string`):

Valor

# 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 = {
    "maxResults": 50,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("rastriq/mascus-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 = {
    "maxResults": 50,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("rastriq/mascus-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 '{
  "maxResults": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call rastriq/mascus-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Mascus Scraper — Global Heavy Equipment Marketplace",
        "description": "Scrape used machinery listings from Mascus, the world's largest marketplace for heavy equipment. Extract price, make, model, year, hours, location, dealer info, and specs across construction, agriculture, forestry, and material handling categories. Covers 50+ countries.",
        "version": "0.8",
        "x-build-id": "USopCZBUwyRgIvf3f"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/rastriq~mascus-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-rastriq-mascus-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/rastriq~mascus-scraper/runs": {
            "post": {
                "operationId": "runs-sync-rastriq-mascus-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/rastriq~mascus-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-rastriq-mascus-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": {
                    "maxResults": {
                        "title": "Maximo de resultados (recomendado para pruebas)",
                        "minimum": 0,
                        "maximum": 1000000,
                        "type": "integer",
                        "description": "Detiene el actor cuando se han enviado N anuncios al dataset, sin importar cuantas subcategorias o paginas queden. Para una primera prueba rapida (~1 min) usa 50. Deja 0 (o vacio) para extraer TODO sin limite -- comportamiento original. Recomendado en la primera ejecucion.",
                        "default": 0
                    },
                    "cat_construction": {
                        "title": "Construction - maquinaria de construccion",
                        "type": "boolean",
                        "description": "Excavadoras, gruas, compactadoras, hormigoneras... (~240K listings)",
                        "default": true
                    },
                    "cat_agriculture": {
                        "title": "Agriculture - maquinaria agricola",
                        "type": "boolean",
                        "description": "Tractores, cosechadoras, remolques agricolas... (~78K listings)",
                        "default": true
                    },
                    "cat_forestry": {
                        "title": "Forestry - maquinaria forestal",
                        "type": "boolean",
                        "description": "Harvesters, forwarders, astilladoras... (~25K listings)",
                        "default": true
                    },
                    "cat_material_handling": {
                        "title": "Material Handling - elevacion y manutencion",
                        "type": "boolean",
                        "description": "Carretillas elevadoras, transpaletas, plataformas... (~28K listings)",
                        "default": true
                    },
                    "cat_groundcare": {
                        "title": "Groundcare - jardineria y espacios verdes",
                        "type": "boolean",
                        "description": "Cortacesped, tractores de jardin, motoazadas... (~9K listings)",
                        "default": true
                    },
                    "cat_transport": {
                        "title": "Transport - camiones y vehiculos",
                        "type": "boolean",
                        "description": "Camiones, furgonetas, semirremolques. Desactivado por defecto.",
                        "default": false
                    },
                    "subcategories": {
                        "title": "Subcategorias especificas (modo preciso)",
                        "type": "array",
                        "description": "Opcional. MAXIMA PRECEDENCIA: si se rellena, bypasea el discovery automatico y extrae exactamente estas subcategorias. Formato: {catalog}/{slug}. Ejemplos: construction/crawler-excavators, construction/wheel-loaders, construction/cranes, material-handling/forklift-trucks, construction/telescopic-handlers, construction/aerial-platforms, construction/dumpers, construction/backhoe-loaders, construction/skid-steer-loaders, construction/graders, construction/crawler-dozers.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "catalogs": {
                        "title": "Catalogos personalizados (avanzado)",
                        "type": "array",
                        "description": "Opcional. REGLA DE PRECEDENCIA: si se rellena, los checkboxes son ignorados. Slugs validos: construction, agriculture, forestry, material-handling, groundcare, transport.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "sortOrder": {
                        "title": "Orden de resultados",
                        "enum": [
                            "relevance",
                            "newest",
                            "priceasc",
                            "pricedesc"
                        ],
                        "type": "string",
                        "description": "Orden de clasificacion de los resultados. Verificado en produccion.",
                        "default": "relevance"
                    },
                    "brands": {
                        "title": "Filtrar por marca (opcional)",
                        "type": "array",
                        "description": "Opcional. Lista de marcas a filtrar. Acepta nombres en cualquier formato: el actor los convierte a slugs Mascus (minusculas, espacios a guion_bajo). Ejemplos: Fendt, John Deere, Deutz-Fahr, Komatsu, CAT. Sin valor: extrae todas las marcas. Param URL: brands=X (confirmado en produccion).",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "lastCreatedDays": {
                        "title": "Anuncios de los ultimos N dias (opcional)",
                        "minimum": 1,
                        "maximum": 9999,
                        "type": "integer",
                        "description": "Opcional. Si se indica, solo extrae anuncios publicados en los ultimos N dias. Ejemplo: 30 = ultimo mes, 7 = ultima semana. Sin valor: extrae todos los anuncios. Param URL: lastcreateddays=N (confirmado en produccion)."
                    },
                    "continents": {
                        "title": "Filtrar por continente (opcional)",
                        "type": "array",
                        "description": "Opcional. Lista con el continente a filtrar. ATENCION: Mascus solo acepta un continente a la vez; si introduces varios, solo se usa el primero. Valores validos: Europe (150), Americas (019), Asia (142), Oceania (009), Africa (002). Tambien acepta los codigos UN M49 directamente. Param URL: continentcodes=N (confirmado en produccion).",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "forceRestart": {
                        "title": "Forzar reinicio desde cero",
                        "type": "boolean",
                        "description": "Si esta activo, borra el checkpoint del run anterior y empieza desde el principio. Usar si cambias los catalogos o filtros entre sesiones.",
                        "default": false
                    },
                    "maxPages": {
                        "title": "Paginas maximas por subcategoria",
                        "minimum": 1,
                        "maximum": 9999,
                        "type": "integer",
                        "description": "40 items por pagina. Usa 1-2 para tests rapidos, 9999 para extraccion completa.",
                        "default": 9999
                    },
                    "delaySeconds": {
                        "title": "Pausa entre paginas (segundos)",
                        "minimum": 0.5,
                        "maximum": 10,
                        "type": "number",
                        "description": "Pausa base entre peticiones. Se anade un margen aleatorio de 1s automaticamente.",
                        "default": 2
                    },
                    "proxyConfiguration": {
                        "title": "Configuracion de proxy",
                        "type": "object",
                        "description": "Proxy de Apify recomendado. El actor rota IP automaticamente por subcategoria para evitar bloqueos."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
