{
  "openapi": "3.0.1",
  "info": {
    "title": "AutoScout24 Scraper $0.8💰 Cars + Dealer Data",
    "description": "From 💰$0.8/1K. Scrape car listings from AutoScout24 across 8 European markets, with full vehicle specs, pricing, price-rating labels and dealer contacts. Get back clean JSON with 80+ fields per vehicle. \nUseful for car dealers, market analysts, valuation pipelines, lead generation and many more.",
    "version": "0.1",
    "x-build-id": "i3xATCLJMbV7oscXG"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/corvuslab~autoscout24-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-corvuslab-autoscout24-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/corvuslab~autoscout24-scraper/runs": {
      "post": {
        "operationId": "runs-sync-corvuslab-autoscout24-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/corvuslab~autoscout24-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-corvuslab-autoscout24-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": {
          "make": {
            "title": "🏭 Make",
            "type": "string",
            "description": "Car manufacturer, e.g. `BMW`, `Mercedes-Benz`, `volkswagen`. Matching is case- and dash-insensitive."
          },
          "model": {
            "title": "🚗 Model",
            "type": "string",
            "description": "Model or model line, e.g. `320`, `3-series`, `golf`, `c-class`. Requires **Make**. Matching is case- and dash-insensitive; unknown values fail fast with the list of valid models."
          },
          "countries": {
            "title": "🌍 Countries",
            "type": "array",
            "description": "Markets to search. Each country is searched separately and the results are merged and de-duplicated, so N countries lift the 4,000-listing cap to N × 4,000.",
            "items": {
              "type": "string",
              "enum": [
                "DE",
                "AT",
                "BE",
                "FR",
                "IT",
                "NL",
                "ES",
                "LU"
              ],
              "enumTitles": [
                "Germany",
                "Austria",
                "Belgium",
                "France",
                "Italy",
                "Netherlands",
                "Spain",
                "Luxembourg"
              ]
            },
            "default": [
              "DE"
            ]
          },
          "condition": {
            "title": "✨ Condition",
            "enum": [
              "all",
              "new",
              "used"
            ],
            "type": "string",
            "description": "Limit results by vehicle condition. `all` includes both new and used listings.",
            "default": "all"
          },
          "priceFrom": {
            "title": "💰 Price from (EUR)",
            "minimum": 0,
            "type": "integer",
            "description": "Minimum price in EUR."
          },
          "priceTo": {
            "title": "💰 Price to (EUR)",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum price in EUR."
          },
          "yearFrom": {
            "title": "📅 First registration from",
            "minimum": 1900,
            "maximum": 2030,
            "type": "integer",
            "description": "Earliest first-registration year, e.g. 2018."
          },
          "yearTo": {
            "title": "📅 First registration to",
            "minimum": 1900,
            "maximum": 2030,
            "type": "integer",
            "description": "Latest first-registration year, e.g. 2024."
          },
          "mileageFrom": {
            "title": "🛣️ Mileage from (km)",
            "minimum": 0,
            "type": "integer",
            "description": "Minimum mileage in kilometres."
          },
          "mileageTo": {
            "title": "🛣️ Mileage to (km)",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum mileage in kilometres."
          },
          "fuelTypes": {
            "title": "⛽ Fuel types",
            "type": "array",
            "description": "Filter by fuel type. Leave empty for any.",
            "items": {
              "type": "string",
              "enum": [
                "petrol",
                "diesel",
                "electric",
                "hybrid-petrol",
                "hybrid-diesel",
                "lpg",
                "cng",
                "hydrogen",
                "ethanol",
                "other"
              ],
              "enumTitles": [
                "Petrol / Gasoline",
                "Diesel",
                "Electric",
                "Hybrid (electric/petrol)",
                "Hybrid (electric/diesel)",
                "LPG",
                "CNG",
                "Hydrogen",
                "Ethanol",
                "Other"
              ]
            }
          },
          "transmission": {
            "title": "⚙️ Transmission",
            "enum": [
              "automatic",
              "manual",
              "semi-automatic"
            ],
            "type": "string",
            "description": "Filter by transmission type."
          },
          "bodyTypes": {
            "title": "🚙 Body types",
            "type": "array",
            "description": "Filter by body type. Leave empty for any.",
            "items": {
              "type": "string",
              "enum": [
                "compact",
                "convertible",
                "coupe",
                "suv",
                "station-wagon",
                "sedan",
                "van",
                "transporter",
                "other"
              ],
              "enumTitles": [
                "Compact",
                "Convertible",
                "Coupe",
                "SUV / Off-Road / Pick-Up",
                "Station Wagon",
                "Sedan",
                "Van",
                "Transporter",
                "Other"
              ]
            }
          },
          "sellerType": {
            "title": "👤 Seller type",
            "enum": [
              "any",
              "dealer",
              "private"
            ],
            "type": "string",
            "description": "Restrict to dealer or private listings.",
            "default": "any"
          },
          "sortBy": {
            "title": "🔀 Sort by",
            "enum": [
              "standard",
              "newest",
              "price",
              "mileage",
              "year",
              "power"
            ],
            "type": "string",
            "description": "Result ordering. `newest` is the right choice for monitoring — the freshest listings arrive on page 1.",
            "default": "standard"
          },
          "sortDescending": {
            "title": "🔽 Sort descending",
            "type": "boolean",
            "description": "Reverse the sort order. Ignored for `Best results` and `Newest offers first`.",
            "default": false
          },
          "searchUrls": {
            "title": "🔗 Search URLs",
            "type": "array",
            "description": "Paste AutoScout24 search URLs (e.g. from your browser after applying filters). When set, every filter above is ignored and these URLs are paginated instead.",
            "items": {
              "type": "string"
            }
          },
          "maxResults": {
            "title": "💯 Max results",
            "minimum": 0,
            "maximum": 50000,
            "type": "integer",
            "description": "Maximum total listings to return. `0` means unlimited. AutoScout24 itself never serves more than 4,000 listings per search, so narrow your filters or add countries to go beyond that.",
            "default": 100
          },
          "includeDetails": {
            "title": "📋 Include listing details",
            "type": "boolean",
            "description": "Fetch each listing's detail page to add description, full equipment list, power, colour, doors/seats, GPS coordinates, emission class, consumption and owner history. Slower and needs one extra request per listing, but roughly triples the number of populated fields.",
            "default": true
          },
          "descriptionFormat": {
            "title": "📝 Description format",
            "enum": [
              "all",
              "text",
              "html",
              "markdown"
            ],
            "type": "string",
            "description": "How the seller's description is rendered. `all` fills `description` (plain text), `descriptionHtml` and `descriptionMarkdown`.",
            "default": "all"
          },
          "descriptionMaxLength": {
            "title": "✂️ Description max length",
            "minimum": 0,
            "type": "integer",
            "description": "Truncate every description variant to N characters. `0` disables truncation.",
            "default": 0
          },
          "compact": {
            "title": "📦 Compact records",
            "type": "boolean",
            "description": "Emit only the core identification, price and location fields. Handy for AI agents and MCP clients that pay per token.",
            "default": false
          },
          "excludeEmptyFields": {
            "title": "🧹 Exclude empty fields",
            "type": "boolean",
            "description": "Drop `null` and empty fields from each record instead of always returning the full field set.",
            "default": false
          },
          "incrementalMode": {
            "title": "♻️ Incremental mode",
            "type": "boolean",
            "description": "Remember listings between runs and emit only what changed — `NEW`, `UPDATED`, `REAPPEARED` and `EXPIRED`. Unchanged listings are skipped entirely, which cuts both scraping time and per-result cost on recurring monitoring runs. The first run builds the baseline and emits everything.",
            "default": false
          },
          "stateKey": {
            "title": "🔑 State key",
            "type": "string",
            "description": "Stable name for the tracked search. Leave empty to derive it from the search filters. Set it explicitly if you tweak filters but want to keep the same history."
          },
          "skipReposts": {
            "title": "🚫 Skip reposts",
            "type": "boolean",
            "description": "Detect vehicles that were deleted and re-listed under a new listing ID, and drop them instead of reporting them as `NEW`. Requires incremental mode.",
            "default": false
          },
          "webhookUrl": {
            "title": "🪝 Webhook URL",
            "type": "string",
            "description": "Receives a JSON `POST` with `{ metadata, items }` when the run finishes."
          },
          "webhookHeaders": {
            "title": "🧾 Webhook headers",
            "type": "object",
            "description": "Extra HTTP headers for the webhook, e.g. `{ \"Authorization\": \"Bearer …\" }`."
          },
          "slackWebhookUrl": {
            "title": "💼 Slack webhook URL",
            "type": "string",
            "description": "Slack incoming-webhook URL."
          },
          "discordWebhookUrl": {
            "title": "🎮 Discord webhook URL",
            "type": "string",
            "description": "Discord incoming-webhook URL."
          },
          "telegramToken": {
            "title": "✈️ Telegram bot token",
            "type": "string",
            "description": "Bot token from @BotFather."
          },
          "telegramChatId": {
            "title": "💬 Telegram chat ID",
            "type": "string",
            "description": "Target chat or channel ID, e.g. `-100123456789`."
          },
          "notificationLimit": {
            "title": "📊 Listings per notification",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "How many listings to include in a chat notification.",
            "default": 5
          },
          "notifyOnlyChanges": {
            "title": "🔄 Notify only on changes",
            "type": "boolean",
            "description": "With incremental mode on, only notify when there is at least one `NEW` or `UPDATED` listing.",
            "default": false
          },
          "proxyConfiguration": {
            "title": "🛡️ Proxy Configuration",
            "type": "object",
            "description": "Proxy used for all requests. Residential recommended — AutoScout24 challenges datacenter IPs on detail pages, which silently returns empty detail fields."
          },
          "maxConcurrency": {
            "title": "🚦 Max concurrency",
            "minimum": 1,
            "maximum": 30,
            "type": "integer",
            "description": "Parallel detail-page requests. Lower this if you see blocks or empty detail fields.",
            "default": 8
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}