{
  "openapi": "3.0.1",
  "info": {
    "title": "Mobile.de Scraper",
    "description": "Scrape mobile.de car listings with 90+ data points. Price, mileage, power, specs, full dealer contact with WhatsApp, images, equipment list. Search by make, model, price range, or paste URLs. JSON/CSV/Excel. API, MCP, webhook, AI-agent ready.",
    "version": "0.0",
    "x-build-id": "vv8YQjBzvChAvUgfi"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/scrapesmith~mobile-de-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-scrapesmith-mobile-de-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/scrapesmith~mobile-de-scraper/runs": {
      "post": {
        "operationId": "runs-sync-scrapesmith-mobile-de-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/scrapesmith~mobile-de-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-scrapesmith-mobile-de-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "startUrls": {
            "title": "Search or listing URLs",
            "type": "array",
            "description": "Paste one or more mobile.de search-result URLs (from suchen.mobile.de) or direct vehicle listing URLs. Optional — leave empty to use the filter fields below instead.",
            "default": [],
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "searchTerm": {
            "title": "Search term",
            "type": "string",
            "description": "Free-text keyword search, e.g. \"e36\", \"AMG\", \"sportback\". Narrows results on top of any other filters.",
            "default": ""
          },
          "make": {
            "title": "Make",
            "enum": [
              "",
              "Mercedes-Benz",
              "BMW",
              "Audi",
              "Volkswagen",
              "Porsche",
              "Opel",
              "Ford",
              "Skoda",
              "Seat",
              "Toyota",
              "Volvo",
              "Renault",
              "Peugeot",
              "Citroen",
              "Fiat",
              "Mini",
              "Mazda",
              "Nissan",
              "Hyundai",
              "Kia",
              "Honda",
              "Suzuki",
              "Mitsubishi",
              "Jeep",
              "Land Rover",
              "Jaguar",
              "Dacia",
              "Alfa Romeo",
              "Smart",
              "Subaru",
              "Chevrolet",
              "Chrysler",
              "Maserati",
              "Lancia",
              "Saab",
              "Rolls-Royce"
            ],
            "type": "string",
            "description": "Filter by vehicle make/brand. Pick from the list, or leave on \"Any\" and use Search term / Make ID instead for a brand not listed.",
            "default": ""
          },
          "makeId": {
            "title": "Make ID (advanced)",
            "type": "integer",
            "description": "mobile.de's internal numeric make ID. Overrides Make when set. Use this for a brand not in the Make dropdown (find the ID by inspecting a mobile.de search URL's ms= parameter)."
          },
          "modelId": {
            "title": "Model ID (advanced)",
            "type": "integer",
            "description": "mobile.de's internal numeric model ID, used together with Make ID."
          },
          "priceMin": {
            "title": "Price min (EUR)",
            "minimum": 0,
            "type": "integer",
            "description": "Minimum listing price in euros."
          },
          "priceMax": {
            "title": "Price max (EUR)",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum listing price in euros."
          },
          "mileageMin": {
            "title": "Mileage min (km)",
            "minimum": 0,
            "type": "integer",
            "description": "Minimum mileage in kilometers."
          },
          "mileageMax": {
            "title": "Mileage max (km)",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum mileage in kilometers."
          },
          "yearMin": {
            "title": "First registration year, from",
            "minimum": 1900,
            "type": "integer",
            "description": "Earliest first-registration year."
          },
          "yearMax": {
            "title": "First registration year, to",
            "minimum": 1900,
            "type": "integer",
            "description": "Latest first-registration year."
          },
          "powerKwMin": {
            "title": "Power min (kW)",
            "minimum": 0,
            "type": "integer",
            "description": "Minimum engine power in kilowatts."
          },
          "powerKwMax": {
            "title": "Power max (kW)",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum engine power in kilowatts."
          },
          "fuelType": {
            "title": "Fuel type",
            "type": "array",
            "description": "Filter by fuel type. Select multiple to combine with OR.",
            "items": {
              "type": "string",
              "enum": [
                "PETROL",
                "DIESEL",
                "ELECTRICITY",
                "HYBRID",
                "HYBRID_DIESEL",
                "LPG",
                "CNG",
                "HYDROGENIUM",
                "ETHANOL",
                "OTHER"
              ],
              "enumTitles": [
                "Petrol",
                "Diesel",
                "Electric",
                "Hybrid (Petrol)",
                "Hybrid (Diesel)",
                "LPG",
                "Natural Gas (CNG)",
                "Hydrogen",
                "Ethanol",
                "Other"
              ]
            },
            "default": []
          },
          "transmission": {
            "title": "Transmission",
            "type": "array",
            "description": "Filter by transmission type. Select multiple to combine with OR.",
            "items": {
              "type": "string",
              "enum": [
                "MANUAL_GEAR",
                "AUTOMATIC_GEAR",
                "SEMIAUTOMATIC_GEAR"
              ],
              "enumTitles": [
                "Manual",
                "Automatic",
                "Semi-automatic"
              ]
            },
            "default": []
          },
          "vehicleType": {
            "title": "Vehicle / body type",
            "type": "array",
            "description": "Filter by body type. Select multiple to combine with OR.",
            "items": {
              "type": "string",
              "enum": [
                "Cabrio",
                "EstateCar",
                "OffRoad",
                "Limousine",
                "SmallCar",
                "SportsCar",
                "Van",
                "OtherCar"
              ],
              "enumTitles": [
                "Cabriolet / Roadster",
                "Estate Car",
                "Off-road / SUV / Pickup",
                "Saloon",
                "Small Car",
                "Sports Car / Coupe",
                "Van / Minibus",
                "Other"
              ]
            },
            "default": []
          },
          "exteriorColor": {
            "title": "Exterior color",
            "type": "array",
            "description": "Filter by exterior color. Select multiple to combine with OR.",
            "items": {
              "type": "string",
              "enum": [
                "BLACK",
                "BEIGE",
                "GREY",
                "BROWN",
                "WHITE",
                "ORANGE",
                "BLUE",
                "YELLOW",
                "RED",
                "GREEN",
                "SILVER",
                "GOLD",
                "PURPLE"
              ],
              "enumTitles": [
                "Black",
                "Beige",
                "Grey",
                "Brown",
                "White",
                "Orange",
                "Blue",
                "Yellow",
                "Red",
                "Green",
                "Silver",
                "Gold",
                "Purple"
              ]
            },
            "default": []
          },
          "damagedOnly": {
            "title": "Vehicle condition",
            "enum": [
              "Any",
              "false",
              "true"
            ],
            "type": "string",
            "description": "Include or exclude damaged/accident vehicles.",
            "default": "Any"
          },
          "sellerType": {
            "title": "Seller type",
            "enum": [
              "Any",
              "Private"
            ],
            "type": "string",
            "description": "Filter by dealer vs. private seller listings.",
            "default": "Any"
          },
          "country": {
            "title": "Country",
            "enum": [
              "DE",
              "AT",
              "Any"
            ],
            "type": "string",
            "description": "Restrict results to a listing country. Defaults to Germany.",
            "default": "DE"
          },
          "zipCode": {
            "title": "ZIP code",
            "type": "string",
            "description": "German postal code to search around. Combine with Radius (km).",
            "default": ""
          },
          "radiusKm": {
            "title": "Radius (km)",
            "minimum": 0,
            "type": "integer",
            "description": "Search radius in kilometers around the ZIP code above."
          },
          "maxItems": {
            "title": "Max results",
            "minimum": 1,
            "type": "integer",
            "description": "Total cap on results across all search URLs / filters combined.",
            "default": 200
          },
          "maxItemsPerQuery": {
            "title": "Max results per search (advanced)",
            "minimum": 1,
            "type": "integer",
            "description": "Cap results per individual search URL / filter set, instead of one shared total. Leave empty to only use Max results."
          },
          "exhaustiveMode": {
            "title": "Exhaustive mode",
            "type": "boolean",
            "description": "mobile.de exposes at most ~2,000 results per exact search. When enabled, the actor automatically splits a search into price-range slices to pull past that ceiling for very broad searches.",
            "default": false
          },
          "includeFullDetails": {
            "title": "Fetch full listing details",
            "type": "boolean",
            "description": "Visit each listing's detail page for the complete spec sheet, equipment list, description and VIN-equivalent registration numbers (one extra request per result). Turn off for a faster, lighter run using search-result data only.",
            "default": true
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Datacenter proxy is used by default for reliability on large runs. Only change this if you have a specific proxy requirement.",
            "default": {
              "useApifyProxy": true
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}