# Surplex Scraper — Europe Industrial Auctions​‌​ (`rastriq/surplex-auction-scraper`) Actor

Convert surplex.com auction activity into commercial intelligence: live bids, lot metadata and full attributes across industrial assets. Surface motivated sellers, benchmark realised prices and trigger sales outreach aligned to active auction windows.

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

## Pricing

from $1.90 / 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 Surplex?

Surplex is Europe's leading online auction platform for industrial machinery and equipment, running 400+ auctions per year across 25+ countries. This Actor extracts structured data from all active auction lots.

#### Output fields

Each lot includes:

- **Lot details**: title, category, brand, model, year of manufacture, condition, serial number
- **Auction data**: auction ID, bidding status, bid count, closing date
- **Pricing**: current price, starting price, currency
- **Location**: country, city, delivery terms
- **Seller info**: company name, contact email
- **Media**: image URLs (up to 20 per lot)
- **Metadata**: platform ID, slug, publication date

#### Key features

- **Two access modes**: Public catalog (no login, ~22 fields) or Authenticated (post-auction data + private documents)
- **Two detail levels**: Summary only (fast, ~12 fields from listing pages) or Full detail (~22 fields with per-lot data)
- **Full category coverage**: 8 root categories including Construction, Metalworking, Woodworking, Logistics, Food & Pharma, Plastics, Tools, and Retail & Office
- **Proxy support**: Residential proxies recommended for reliable access

#### Use cases

- **Equipment valuation**: Track realized auction prices to benchmark machinery values
- **Procurement intelligence**: Monitor auctions for specific machinery types across Europe
- **Market analysis**: Analyze supply volume, pricing trends, and geographic distribution of industrial equipment
- **Sales outreach**: Identify motivated sellers during active auction windows

#### Input configuration

| Parameter | Description | Default |
|-----------|-------------|---------|
| Access Mode | Public catalog or Authenticated | Public catalog |
| Detail Level | Summary only or Full detail | Full detail |
| Max Items | Limit total items (0 = unlimited) | 0 |
| Filter Category | Filter by category name | All |
| Filter Country | Filter by country code | All |
| Start URLs | Override with specific auction/lot URLs | Auto-discover |

#### Tips

- Start with **Public catalog + Full detail** mode — it covers most use cases without authentication
- Use **residential proxies** for best reliability
- The actor auto-discovers all active auctions via Surplex's category tree
- Run on schedule to track new lots as auctions open

#### Cost estimate

Average run scrapes ~2,000–5,000 lots in 15–30 minutes using 512 MB RAM (~$0.10–$0.25 on Apify platform).

### Related Scrapers by Rastriq

- [Cyclica Scraper](https://apify.com/rastriq/cyclica-scraper)
- [Dozr Scraper](https://apify.com/rastriq/dozr-scraper)
- [Euroauctions Scraper](https://apify.com/rastriq/euroauctions-scraper)
- [Ironplanet Eu Scraper](https://apify.com/rastriq/ironplanet-eu-scraper)
- [Machineryzone Scraper](https://apify.com/rastriq/machineryzone-scraper)
- [Machineseeker Scraper](https://apify.com/rastriq/machineseeker-scraper)
- [Mascus Scraper](https://apify.com/rastriq/mascus-scraper)
- [Rbauction Scraper](https://apify.com/rastriq/rbauction-scraper)
- [Ritchiespecs Scraper](https://apify.com/rastriq/ritchiespecs-scraper)
- [Rockanddirt Scraper](https://apify.com/rastriq/rockanddirt-scraper)
- [Supralift Scraper](https://apify.com/rastriq/supralift-scraper)
- [Truck1 Scraper](https://apify.com/rastriq/truck1-scraper)

# Actor input Schema

## `runMode` (type: `string`):

Sample: fast test run, ~40s, 100 Construction & Earthmoving lots. Full: complete marketplace, all categories, respects maxItems if set (0 = unlimited). Custom: ignores presets, use all input fields directly.
## `biddingStatus` (type: `string`):

Which auctions to scrape.<br><b>Open</b>: live auctions with active bidding (for price tracking).<br><b>Closed</b>: finished auctions with final prices (for market analysis).<br><b>Upcoming</b>: future auctions not yet open (for scouting).
## `maxItems` (type: `integer`):

Max lots to collect (0 = unlimited). Overridden by runMode if set.
## `cat_metalworking` (type: `boolean`):

CNC machines, lathes, milling, grinding, presses, lasers
## `cat_woodworking` (type: `boolean`):

Saws, planers, CNC routers, panel saws, edge banders
## `cat_construction` (type: `boolean`):

Excavators, wheel loaders, cranes, concrete mixers, dozers
## `cat_transport` (type: `boolean`):

Forklifts, trucks, trailers, pallet trucks, reach stackers
## `cat_agricultural` (type: `boolean`):

Tractors, harvesters, mowers, seeders, sprayers
## `cat_tools` (type: `boolean`):

Hand tools, power tools, workshop equipment
## `cat_more_industrial` (type: `boolean`):

Food processing, packaging, printing, plastics, recycling
## `cat_retail_office` (type: `boolean`):

Shop fittings, shelving, office furniture, electronics
## `brand_caterpillar` (type: `boolean`):

Construction & mining equipment
## `brand_komatsu` (type: `boolean`):

Construction & mining equipment
## `brand_liebherr` (type: `boolean`):

Cranes, excavators, concrete tech
## `brand_volvo` (type: `boolean`):

Construction equipment & trucks
## `brand_jcb` (type: `boolean`):

Backhoe loaders, excavators, telehandlers
## `brand_hitachi` (type: `boolean`):

Excavators, wheel loaders
## `brand_john_deere` (type: `boolean`):

Agricultural & construction equipment
## `brand_kubota` (type: `boolean`):

Compact excavators, tractors, utility vehicles
## `brand_linde` (type: `boolean`):

Forklifts & warehouse equipment
## `brand_still` (type: `boolean`):

Forklifts & warehouse equipment
## `brand_jungheinrich` (type: `boolean`):

Forklifts & warehouse equipment
## `brand_toyota` (type: `boolean`):

Forklifts & industrial equipment
## `brand_mazak` (type: `boolean`):

CNC lathes & machining centers
## `brand_jlg` (type: `boolean`):

Aerial work platforms, boom lifts
## `brand_genie` (type: `boolean`):

Aerial work platforms, scissor lifts
## `extraBrands` (type: `array`):

Type additional brand names (case-insensitive). The Actor matches them against Surplex's brand catalog automatically.<br><br><b>Popular brands by sector:</b><br><b>Metalworking:</b> DMG MORI, TRUMPF, Okuma, Haas, Amada, Bystronic, Reishauer, ABB, KUKA<br><b>Construction:</b> Bobcat, Bomag, Mecalac, Atlas, Case, Takeuchi, Doosan, Terex, Wacker Neuson<br><b>Transport:</b> Mercedes-Benz, MAN, Iveco, Renault, Ford, Volkswagen, Hyster<br><b>Agricultural:</b> Claas, Fendt, New Holland, Massey Ferguson, Husqvarna<br><b>Tools:</b> Bosch, Hilti, Makita, DeWalt<br><b>Aerial platforms:</b> Haulotte, Skyjack, Manitou
## `country_de` (type: `boolean`):

Largest Surplex market
## `country_nl` (type: `boolean`):

Second largest market
## `country_it` (type: `boolean`):

Southern European hub
## `country_be` (type: `boolean`):

Central European hub
## `country_fr` (type: `boolean`):

French market
## `country_ro` (type: `boolean`):

Eastern European market
## `country_pl` (type: `boolean`):

Eastern European market
## `country_cz` (type: `boolean`):

Central European market
## `country_at` (type: `boolean`):

Austrian market
## `country_hr` (type: `boolean`):

Croatian market
## `country_es` (type: `boolean`):

Spanish market
## `country_pt` (type: `boolean`):

Portuguese market
## `country_ch` (type: `boolean`):

Swiss market
## `includeBidHistory` (type: `boolean`):

Download the full bidding history per lot (buyer number, amount, timestamp). Useful for closed auctions analysis. Makes the run slower.
## `datasetName` (type: `string`):

Optional named dataset for accumulating data across runs (e.g. for time-series tracking of open auctions).
## `proxyConfiguration` (type: `object`):

Residential proxy recommended for large runs (1000+ lots).
## `outputSchema` (type: `string`):

Select 'ftp28' to output canonical Spanish field names required for FTP-28 pipeline integration.

## Actor input object example

```json
{
  "runMode": "sample",
  "biddingStatus": "BIDDING_OPEN",
  "maxItems": 0,
  "cat_metalworking": false,
  "cat_woodworking": false,
  "cat_construction": true,
  "cat_transport": false,
  "cat_agricultural": false,
  "cat_tools": false,
  "cat_more_industrial": false,
  "cat_retail_office": false,
  "brand_caterpillar": false,
  "brand_komatsu": false,
  "brand_liebherr": false,
  "brand_volvo": false,
  "brand_jcb": false,
  "brand_hitachi": false,
  "brand_john_deere": false,
  "brand_kubota": false,
  "brand_linde": false,
  "brand_still": false,
  "brand_jungheinrich": false,
  "brand_toyota": false,
  "brand_mazak": false,
  "brand_jlg": false,
  "brand_genie": false,
  "extraBrands": [],
  "country_de": false,
  "country_nl": false,
  "country_it": false,
  "country_be": false,
  "country_fr": false,
  "country_ro": false,
  "country_pl": false,
  "country_cz": false,
  "country_at": false,
  "country_hr": false,
  "country_es": false,
  "country_pt": false,
  "country_ch": false,
  "includeBidHistory": true,
  "datasetName": "surplex-data",
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "outputSchema": "english"
}
````

# Actor output Schema

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

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "runMode": "sample",
    "maxItems": 0,
    "cat_construction": true,
    "datasetName": "surplex-data",
    "proxyConfiguration": {
        "useApifyProxy": true
    },
    "outputSchema": "english"
};

// Run the Actor and wait for it to finish
const run = await client.actor("rastriq/surplex-auction-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 = {
    "runMode": "sample",
    "maxItems": 0,
    "cat_construction": True,
    "datasetName": "surplex-data",
    "proxyConfiguration": { "useApifyProxy": True },
    "outputSchema": "english",
}

# Run the Actor and wait for it to finish
run = client.actor("rastriq/surplex-auction-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 '{
  "runMode": "sample",
  "maxItems": 0,
  "cat_construction": true,
  "datasetName": "surplex-data",
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "outputSchema": "english"
}' |
apify call rastriq/surplex-auction-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Surplex Scraper — Europe Industrial Auctions​‌​",
        "description": "Convert surplex.com auction activity into commercial intelligence: live bids, lot metadata and full attributes across industrial assets. Surface motivated sellers, benchmark realised prices and trigger sales outreach aligned to active auction windows.",
        "version": "1.3",
        "x-build-id": "hQlsRfBfmN5ev6RHQ"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/rastriq~surplex-auction-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-rastriq-surplex-auction-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~surplex-auction-scraper/runs": {
            "post": {
                "operationId": "runs-sync-rastriq-surplex-auction-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~surplex-auction-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-rastriq-surplex-auction-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": [
                    "biddingStatus"
                ],
                "properties": {
                    "runMode": {
                        "title": "🚀 Run mode",
                        "enum": [
                            "sample",
                            "full",
                            "custom"
                        ],
                        "type": "string",
                        "description": "Sample: fast test run, ~40s, 100 Construction & Earthmoving lots. Full: complete marketplace, all categories, respects maxItems if set (0 = unlimited). Custom: ignores presets, use all input fields directly.",
                        "default": "sample"
                    },
                    "biddingStatus": {
                        "title": "Auction status",
                        "enum": [
                            "BIDDING_OPEN",
                            "BIDDING_CLOSED",
                            "BIDDING_NOT_YET_OPENED"
                        ],
                        "type": "string",
                        "description": "Which auctions to scrape.<br><b>Open</b>: live auctions with active bidding (for price tracking).<br><b>Closed</b>: finished auctions with final prices (for market analysis).<br><b>Upcoming</b>: future auctions not yet open (for scouting).",
                        "default": "BIDDING_OPEN"
                    },
                    "maxItems": {
                        "title": "Max lots",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Max lots to collect (0 = unlimited). Overridden by runMode if set.",
                        "default": 0
                    },
                    "cat_metalworking": {
                        "title": "Metalworking",
                        "type": "boolean",
                        "description": "CNC machines, lathes, milling, grinding, presses, lasers",
                        "default": false
                    },
                    "cat_woodworking": {
                        "title": "Woodworking",
                        "type": "boolean",
                        "description": "Saws, planers, CNC routers, panel saws, edge banders",
                        "default": false
                    },
                    "cat_construction": {
                        "title": "Construction & Earthmoving",
                        "type": "boolean",
                        "description": "Excavators, wheel loaders, cranes, concrete mixers, dozers",
                        "default": false
                    },
                    "cat_transport": {
                        "title": "Transport & Logistics",
                        "type": "boolean",
                        "description": "Forklifts, trucks, trailers, pallet trucks, reach stackers",
                        "default": false
                    },
                    "cat_agricultural": {
                        "title": "Agricultural",
                        "type": "boolean",
                        "description": "Tractors, harvesters, mowers, seeders, sprayers",
                        "default": false
                    },
                    "cat_tools": {
                        "title": "Tools",
                        "type": "boolean",
                        "description": "Hand tools, power tools, workshop equipment",
                        "default": false
                    },
                    "cat_more_industrial": {
                        "title": "More industrial categories",
                        "type": "boolean",
                        "description": "Food processing, packaging, printing, plastics, recycling",
                        "default": false
                    },
                    "cat_retail_office": {
                        "title": "Retail & Office",
                        "type": "boolean",
                        "description": "Shop fittings, shelving, office furniture, electronics",
                        "default": false
                    },
                    "brand_caterpillar": {
                        "title": "Caterpillar",
                        "type": "boolean",
                        "description": "Construction & mining equipment",
                        "default": false
                    },
                    "brand_komatsu": {
                        "title": "Komatsu",
                        "type": "boolean",
                        "description": "Construction & mining equipment",
                        "default": false
                    },
                    "brand_liebherr": {
                        "title": "Liebherr",
                        "type": "boolean",
                        "description": "Cranes, excavators, concrete tech",
                        "default": false
                    },
                    "brand_volvo": {
                        "title": "Volvo",
                        "type": "boolean",
                        "description": "Construction equipment & trucks",
                        "default": false
                    },
                    "brand_jcb": {
                        "title": "JCB",
                        "type": "boolean",
                        "description": "Backhoe loaders, excavators, telehandlers",
                        "default": false
                    },
                    "brand_hitachi": {
                        "title": "Hitachi",
                        "type": "boolean",
                        "description": "Excavators, wheel loaders",
                        "default": false
                    },
                    "brand_john_deere": {
                        "title": "John Deere",
                        "type": "boolean",
                        "description": "Agricultural & construction equipment",
                        "default": false
                    },
                    "brand_kubota": {
                        "title": "Kubota",
                        "type": "boolean",
                        "description": "Compact excavators, tractors, utility vehicles",
                        "default": false
                    },
                    "brand_linde": {
                        "title": "Linde",
                        "type": "boolean",
                        "description": "Forklifts & warehouse equipment",
                        "default": false
                    },
                    "brand_still": {
                        "title": "STILL",
                        "type": "boolean",
                        "description": "Forklifts & warehouse equipment",
                        "default": false
                    },
                    "brand_jungheinrich": {
                        "title": "Jungheinrich",
                        "type": "boolean",
                        "description": "Forklifts & warehouse equipment",
                        "default": false
                    },
                    "brand_toyota": {
                        "title": "Toyota",
                        "type": "boolean",
                        "description": "Forklifts & industrial equipment",
                        "default": false
                    },
                    "brand_mazak": {
                        "title": "Mazak",
                        "type": "boolean",
                        "description": "CNC lathes & machining centers",
                        "default": false
                    },
                    "brand_jlg": {
                        "title": "JLG",
                        "type": "boolean",
                        "description": "Aerial work platforms, boom lifts",
                        "default": false
                    },
                    "brand_genie": {
                        "title": "Genie",
                        "type": "boolean",
                        "description": "Aerial work platforms, scissor lifts",
                        "default": false
                    },
                    "extraBrands": {
                        "title": "Additional brands",
                        "type": "array",
                        "description": "Type additional brand names (case-insensitive). The Actor matches them against Surplex's brand catalog automatically.<br><br><b>Popular brands by sector:</b><br><b>Metalworking:</b> DMG MORI, TRUMPF, Okuma, Haas, Amada, Bystronic, Reishauer, ABB, KUKA<br><b>Construction:</b> Bobcat, Bomag, Mecalac, Atlas, Case, Takeuchi, Doosan, Terex, Wacker Neuson<br><b>Transport:</b> Mercedes-Benz, MAN, Iveco, Renault, Ford, Volkswagen, Hyster<br><b>Agricultural:</b> Claas, Fendt, New Holland, Massey Ferguson, Husqvarna<br><b>Tools:</b> Bosch, Hilti, Makita, DeWalt<br><b>Aerial platforms:</b> Haulotte, Skyjack, Manitou",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "country_de": {
                        "title": "Germany (DE)",
                        "type": "boolean",
                        "description": "Largest Surplex market",
                        "default": false
                    },
                    "country_nl": {
                        "title": "Netherlands (NL)",
                        "type": "boolean",
                        "description": "Second largest market",
                        "default": false
                    },
                    "country_it": {
                        "title": "Italy (IT)",
                        "type": "boolean",
                        "description": "Southern European hub",
                        "default": false
                    },
                    "country_be": {
                        "title": "Belgium (BE)",
                        "type": "boolean",
                        "description": "Central European hub",
                        "default": false
                    },
                    "country_fr": {
                        "title": "France (FR)",
                        "type": "boolean",
                        "description": "French market",
                        "default": false
                    },
                    "country_ro": {
                        "title": "Romania (RO)",
                        "type": "boolean",
                        "description": "Eastern European market",
                        "default": false
                    },
                    "country_pl": {
                        "title": "Poland (PL)",
                        "type": "boolean",
                        "description": "Eastern European market",
                        "default": false
                    },
                    "country_cz": {
                        "title": "Czech Republic (CZ)",
                        "type": "boolean",
                        "description": "Central European market",
                        "default": false
                    },
                    "country_at": {
                        "title": "Austria (AT)",
                        "type": "boolean",
                        "description": "Austrian market",
                        "default": false
                    },
                    "country_hr": {
                        "title": "Croatia (HR)",
                        "type": "boolean",
                        "description": "Croatian market",
                        "default": false
                    },
                    "country_es": {
                        "title": "Spain (ES)",
                        "type": "boolean",
                        "description": "Spanish market",
                        "default": false
                    },
                    "country_pt": {
                        "title": "Portugal (PT)",
                        "type": "boolean",
                        "description": "Portuguese market",
                        "default": false
                    },
                    "country_ch": {
                        "title": "Switzerland (CH)",
                        "type": "boolean",
                        "description": "Swiss market",
                        "default": false
                    },
                    "includeBidHistory": {
                        "title": "Include bid history",
                        "type": "boolean",
                        "description": "Download the full bidding history per lot (buyer number, amount, timestamp). Useful for closed auctions analysis. Makes the run slower.",
                        "default": true
                    },
                    "datasetName": {
                        "title": "Named dataset",
                        "type": "string",
                        "description": "Optional named dataset for accumulating data across runs (e.g. for time-series tracking of open auctions)."
                    },
                    "proxyConfiguration": {
                        "title": "Proxy",
                        "type": "object",
                        "description": "Residential proxy recommended for large runs (1000+ lots)."
                    },
                    "outputSchema": {
                        "title": "Output schema",
                        "enum": [
                            "english",
                            "ftp28"
                        ],
                        "type": "string",
                        "description": "Select 'ftp28' to output canonical Spanish field names required for FTP-28 pipeline integration.",
                        "default": "english"
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
