automobile.it Scraper
Pricing
from $3.00 / 1,000 results
automobile.it Scraper
Scrape used cars from automobile.it with structured filters (make, model, region, city, price, fuel). Returns price, mileage, year, location, and listing URL.
automobile.it Scraper
Pricing
from $3.00 / 1,000 results
Scrape used cars from automobile.it with structured filters (make, model, region, city, price, fuel). Returns price, mileage, year, location, and listing URL.
You can access the automobile.it Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโll need an Apify account and your API token, found in Integrations settings in Apify Console.
{ "openapi": "3.0.1", "info": { "version": "0.1", "x-build-id": "MJOprZvVGHeFowXOb" }, "servers": [ { "url": "https://api.apify.com/v2" } ], "paths": { "/acts/dadhalfdev~automobile-it-scraper/run-sync-get-dataset-items": { "post": { "operationId": "run-sync-get-dataset-items-dadhalfdev-automobile-it-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/dadhalfdev~automobile-it-scraper/runs": { "post": { "operationId": "runs-sync-dadhalfdev-automobile-it-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/dadhalfdev~automobile-it-scraper/run-sync": { "post": { "operationId": "run-sync-dadhalfdev-automobile-it-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": [ "max_cars" ], "properties": { "input_url": { "title": "Input URL", "type": "string", "description": "Paste an automobile.it search results URL (e.g. https://www.automobile.it/bmw-serie_3) to use instead of the filters below โ overrides all structured filters when set. Leave empty to use the filters below (better for AI agents)." }, "make": { "title": "Make", "enum": [ "", "abarth", "ac", "aixam", "alfa_romeo", "alpina_bmw", "alpine", "ariel", "asia_motors", "aston_martin", "audi", "austin_rover", "autobianchi", "bedford", "bellier", "bentley", "bertone", "biro_", "bmw", "bremach", "bugatti", "buick", "byd", "cadillac", "casalini", "caterham", "chatenet", "chevrolet", "chrysler", "cirelli", "citroen", "corvette", "cupra", "dacia", "daewoo", "daf", "daihatsu", "daimler", "dallara", "de_tomaso", "dfsk", "dodge", "dr", "ds", "ducati_energia", "effedi", "eli", "emc", "estrima", "evo", "ferrari", "fiat", "fisker", "ford", "forthing", "foton", "gac_gonow", "gem", "giotti_victoria", "great_wall_motor", "haval", "heibao_italia", "honda", "hummer", "hyundai", "ich_x", "ineos", "infiniti", "innocenti", "iso", "isuzu", "iveco", "jaguar", "jdm", "jeep", "katay", "kgm", "kia", "lada", "lamborghini", "lancia", "land_rover", "lexus", "ligier", "lotus", "lynk_co", "mahindra", "man", "maserati", "maxus", "maybach", "mazda", "mclaren", "mega", "melex", "mercedes_benz", "mg", "microcar", "microlino", "militem", "minauto", "mini", "mitsubishi", "mitsubishi_fuso", "morgan", "mustang", "nissan", "omai", "opel", "p_g_o_", "pagani", "panther", "peugeot", "piaggio", "polestar", "pontiac", "porsche", "puma_italia", "renault", "renault_trucks", "rolls_royce", "romanital", "rover", "saab", "santana", "seat", "seres", "silence", "skoda", "smart", "sportequipe", "ssangyong", "subaru", "suzuki", "talbot", "tata", "tesla", "today_sunshine", "toyota", "tvr", "uaz", "umm", "volkswagen", "volvo", "xev", "xindayang", "zd", "altre_marche" ], "type": "string", "description": "Car brand as on automobile.it (fetched from automobile.it's live makes API). Leave empty to search all brands. Ignored when input_url is set.", "default": "" }, "model": { "title": "Model", "type": "string", "description": "Optional model (e.g. Panda, Golf, Serie 3). Free text โ only used when `make` is also set; ignored otherwise. Ignored when input_url is set." }, "region": { "title": "Region", "enum": [ "", "Abruzzo", "Basilicata", "Calabria", "Campania", "Emilia Romagna", "Friuli Venezia Giulia", "Lazio", "Liguria", "Lombardia", "Marche", "Molise", "Piemonte", "Puglia", "Sardegna", "Sicilia", "Toscana", "Trentino Alto Adige", "Umbria", "Valle d'Aosta", "Veneto" ], "type": "string", "description": "Italian region. Empty = nationwide. City takes priority over region when both are set. Ignored when input_url is set.", "default": "" }, "city": { "title": "City", "type": "string", "description": "Optional city (e.g. Milano, Roma, Torino). Prefer this over region for tighter geo filters. Ignored when input_url is set." }, "channel": { "title": "Channel", "enum": [ "", "usate", "km0", "nuove", "noleggio" ], "type": "string", "description": "Listing channel. Default is used cars. Ignored when input_url is set.", "default": "usate" }, "body_type": { "title": "Body type", "enum": [ "", "berlina", "city_car", "station_wagon", "monovolume", "suv", "cabrio", "auto_sportiva", "altro" ], "type": "string", "description": "Vehicle body style. Ignored when input_url is set.", "default": "" }, "price_min": { "title": "Min price (โฌ)", "minimum": 0, "type": "integer", "description": "Minimum price in euros. Ignored when input_url is set." }, "price_max": { "title": "Max price (โฌ)", "minimum": 0, "type": "integer", "description": "Maximum price in euros. Ignored when input_url is set." }, "mileage_min": { "title": "Min mileage (km)", "minimum": 0, "type": "integer", "description": "Minimum mileage in km. Ignored when input_url is set." }, "mileage_max": { "title": "Max mileage (km)", "minimum": 0, "type": "integer", "description": "Maximum mileage in km. Ignored when input_url is set." }, "year_min": { "title": "Min year", "minimum": 1900, "maximum": 2100, "type": "integer", "description": "Minimum first-registration year. Ignored when input_url is set." }, "year_max": { "title": "Max year", "minimum": 1900, "maximum": 2100, "type": "integer", "description": "Maximum first-registration year. Ignored when input_url is set." }, "energy": { "title": "Fuel / energy", "enum": [ "", "benzina", "diesel", "gpl", "metano", "elettrica", "ibrida_benzina", "ibrida_diesel", "idrogeno", "etanolo" ], "type": "string", "description": "Fuel type. Ignored when input_url is set.", "default": "" }, "gearbox": { "title": "Gearbox", "enum": [ "", "manuale", "automatico", "semiautomatico" ], "type": "string", "description": "Transmission. Ignored when input_url is set.", "default": "" }, "sort_by": { "title": "Sort by", "enum": [ "Most Relevant", "Lowest Price", "Highest Price", "Most Recent", "Oldest First", "Lowest KM", "Newest Year" ], "type": "string", "description": "How to order the results.", "default": "Most Relevant" }, "max_cars": { "title": "Max cars", "minimum": 1, "maximum": 2000, "type": "integer", "description": "Maximum listings to return per run (1โ2000).", "default": 50 }, "enrich_details": { "title": "Enrich details", "type": "boolean", "description": "If true, open each ad page for description, colour, doors, seats, accessories, dealer phone/address (slower).", "default": false }, "listing_urls": { "title": "Listing URLs", "type": "array", "description": "Optional direct ad URLs (https://www.automobile.it/.../ID). If set without search filters, only these URLs are scraped.", "items": { "type": "string" } } } }, "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 } } } } } } } } }}OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for automobile.it Scraper from the options below:
If youโd like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients: