automobile.it Scraper — Italian Car Listings & Prices
Pricing
from $1.20 / 1,000 result scrapeds
automobile.it Scraper — Italian Car Listings & Prices
Scrape car listings from automobile.it, Italy's largest online car marketplace. Extract prices, mileage, year, fuel type, transmission, seller info, and images by make and model. No login or cookies required.
Pricing
from $1.20 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
automobile.it Scraper
Scrape car listings from automobile.it — Italy's largest online car marketplace, part of the Adevinta group (alongside subito.it and mobile.de), with over 260,000 active listings. No login or cookies required.
Why use this actor?
Car dealers, price comparison sites, importers, and automotive market researchers need reliable Italian used-car data. This actor extracts structured listing data from automobile.it including price, mileage, registration year, fuel type, power, transmission, seller info, and photos — ready for pricing analysis, inventory monitoring, or lead generation.
automobile.it is a Next.js SSR application. This actor extracts data directly from the embedded __NEXT_DATA__ JSON, which means fast and reliable scraping without a browser — just pure HTTP requests with CheerioCrawler.
How to scrape Automobile.it data
- Go to the automobile.it Scraper page on Apify Store.
- Click "Try for free" to open the actor in Apify Console.
- Optionally set a make (e.g.
fiat,volkswagen,alfa romeo) and model (e.g.panda,golf) to filter the catalogue. Leave both empty to browse the full unfiltered catalogue. - Set your maximum results.
- Click "Start" and wait for the run to complete.
- Download your data as JSON, CSV, or Excel from the Dataset tab.
You can also call this actor via the Apify API to integrate automobile.it car data into your own applications and workflows.
Input
| Field | Type | Required | Description |
|---|---|---|---|
make | String | No | Car make, e.g. fiat, volkswagen, alfa romeo, mercedes benz. Leave empty to browse the full catalogue. |
model | String | No | Model within the selected make, e.g. panda for Fiat. Only applied when make is also set. |
maxResults | Integer | No | Maximum number of car listings to return (default: 100) |
proxyConfiguration | Object | No | Proxy settings. automobile.it has no bot-detection challenge, so Apify's automatic proxy is sufficient — residential proxies are not needed. |
Make and model filtering
Make/model filtering works by building the same URL path automobile.it's own site navigation uses:
- No make:
https://www.automobile.it/annunci(full catalogue) - Make only:
https://www.automobile.it/fiat - Make + model:
https://www.automobile.it/fiat-panda
The make/model slug is derived from the input text (lowercased, diacritics stripped, spaces turned into underscores), matching automobile.it's own naming — e.g. Alfa Romeo becomes alfa_romeo, Mercedes Benz becomes mercedes_benz.
Pagination is also path-based (/fiat-panda/page-2, etc.), which the actor follows automatically until it reaches maxResults or the site's own 500-page cap.
Output
Each result contains:
| Field | Type | Example |
|---|---|---|
listingId | String | "180506605" |
title | String | "Fiat Panda 1.2 EasyPower Lounge" |
make | String or null | "fiat" (echoed from input) |
model | String or null | "panda" (echoed from input) |
price | Number | 4950 |
currency | String | "EUR" |
year | Number | 2018 (first registration year) |
registrationMonth | Number | 5 |
mileageKm | Number | 290000 |
fuelType | String | "GPL", "Benzina", "Diesel", "Metano", "Elettrica" |
emissionClass | String | "Euro 6" |
transmission | String | "Manual" or "Automatic" |
powerCv | Number | 69 |
powerKw | Number | 51 |
engineCapacityCc | Number | 1242 |
offerType | String | "Used", "New", "Km0", or "Rental" |
sellerType | String | "Dealer" or "Private" |
sellerName | String or null | "A.F. AUTO DI ALI WEHBE" — null for private sellers |
sellerRating | Number or null | 4.7 (Google rating, 0-5) |
sellerRatingCount | Number or null | 81 |
city | String | "Uboldo" |
province | String | "VA" (Italian province code) |
hasWarranty | Boolean | true |
hasQualitySeal | Boolean | false |
hasVehicleHistory | Boolean | true |
imageUrls | Array | Full-resolution listing photo URLs |
url | String | Full listing URL on automobile.it |
scrapedAt | String | "2026-08-10T19:58:37.226Z" |
Example output
{"listingId": "180506605","title": "Fiat Panda 1.2 EasyPower Lounge","make": "fiat","model": "panda","price": 4950,"currency": "EUR","year": 2018,"registrationMonth": 5,"mileageKm": 290000,"fuelType": "GPL","emissionClass": "Euro 6","transmission": "Manual","powerCv": 69,"powerKw": 51,"engineCapacityCc": 1242,"offerType": "Used","sellerType": "Dealer","sellerName": "A.F. AUTO DI ALI WEHBE","sellerRating": null,"sellerRatingCount": null,"city": "Uboldo","province": "VA","hasWarranty": true,"hasQualitySeal": false,"hasVehicleHistory": true,"imageUrls": ["https://media-ys.automobile.it/api/v1/am-ad/images/0de85d1a9925df515d7d95bc194a5ef2"],"url": "https://www.automobile.it/uboldo-fiat-panda-1-2-easypower-lounge/180506605","scrapedAt": "2026-08-10T19:58:37.226Z"}
Cost estimate
This actor uses CheerioCrawler (HTTP-only, no browser) and fetches 20 listings per request with no anti-bot friction, so it's very cheap to run. Expect approximately 0.01-0.02 compute units per 100 results with automatic proxy. At standard Apify pricing, that's roughly $0.01-0.02 per 100 listings.
Usage cost for a run only settles once the run finishes with status SUCCEEDED — a run that fails or is aborted mid-way is not charged for incomplete work.
Limitations
- automobile.it caps deep pagination at 500 pages of 20 listings each (10,000 results) per make/model search — the same limit applies to browsing the site manually.
- Data is scraped from the public website and may change without notice if automobile.it updates their page structure.
- Model filtering depends on automobile.it's own slug naming for less common models — if a model slug doesn't match exactly, the actor falls back to returning all listings for the make (or the full catalogue if no make matched either).
- Seller rating fields are null when automobile.it hasn't attached a Google rating to that dealer (common for smaller or newer dealers, and always null for private sellers).
- automobile.it's own advanced filters (price range, year range, mileage range, fuel type) are client-side only and not exposed through the URL — only make and model are server-side filterable.
Use cases
- Price benchmarking — track average asking prices by make, model, and mileage bracket across the Italian used car market.
- Dealer inventory monitoring — watch a specific dealer's stock and pricing changes over time.
- Lead generation — surface newly listed cars matching a buyer's criteria (make, model, price range).
- Market research — analyze fuel type mix (Italy has heavy GPL/Metano adoption), transmission trends, and regional pricing by province.
- Import/export sourcing — find undervalued used cars in the Italian market for cross-border resale.
Related scrapers
For car listings beyond Italy, see the AutoScout24 Scraper, which covers the pan-European AutoScout24 marketplace across 8 countries including Italy, and the Mobile.de Scraper for the German market — both part of the same Adevinta family as automobile.it.
- AutoScout24 Scraper — pan-European car listings (DE, AT, NL, BE, IT, FR, ES, CH).
- Mobile.de Scraper — German car marketplace listings.
- Willhaben Cars Scraper — Austrian used car classifieds.
Support
Hit a bug or a missing field? Open an issue on the Actor page — we respond fast and ship fixes within 24 hours. Every published scraper in the Studio Amba catalog is monitored daily; broken runs trigger an automatic heal cycle.