Sauto Scraper - Czech Car Marketplace Data
Under maintenancePricing
Pay per usage
Sauto Scraper - Czech Car Marketplace Data
Under maintenanceScrape car listings from Sauto.cz, Czech Republic's largest online car marketplace (Seznam.cz group). Extract prices, specs, mileage, fuel type, transmission, seller info, and images. No login or cookies required.
Pricing
Pay per usage
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
Sauto.cz Scraper
Scrape car listings from Sauto.cz, Czech Republic's largest online car marketplace. Part of the Seznam.cz group, Sauto hosts over 100,000 vehicle listings from dealers and private sellers across Czechia.
How to scrape Sauto data
- Go to the Sauto Scraper page on Apify Store.
- Click "Try for free" to open the actor in Apify Console.
- Enter your search criteria — manufacturer name, price range, fuel type, or year range.
- Click "Start" and wait for the run to finish.
- Download your data as JSON, CSV, Excel, or connect via API.
No login, cookies, or Sauto.cz account required.
Why use this actor?
- Czech car market research — Track pricing trends, compare dealer vs. private seller prices, analyze inventory by region.
- Dealer inventory monitoring — Watch competitor stock levels and pricing across the Czech Republic.
- Price comparison — Cross-reference Sauto.cz listings with other European marketplaces (AutoScout24, Mobile.de) for import/export arbitrage.
- Data journalism & analytics — Build datasets on Czech automotive market trends, popular models, fuel type shifts, and pricing by region.
Input
| Field | Type | Required | Description |
|---|---|---|---|
searchQuery | String | No | Manufacturer name to search (e.g., "volkswagen", "skoda"). Default: "volkswagen" |
make | String | No | Car manufacturer. Overrides searchQuery when set. |
model | String | No | Car model (e.g., "golf", "octavia"). Use with make. |
yearFrom | Integer | No | Minimum first registration year (e.g., 2018) |
yearTo | Integer | No | Maximum first registration year (e.g., 2024) |
priceFrom | Integer | No | Minimum price in CZK |
priceTo | Integer | No | Maximum price in CZK |
fuelType | String | No | Fuel type: benzin, nafta, elektro, hybrid, lpg, cng |
maxResults | Integer | No | Maximum listings to return (default: 50) |
proxyConfiguration | Object | No | Proxy settings (RESIDENTIAL + CZ recommended) |
Empty input behavior
Running with empty input {} will scrape Volkswagen listings (the default search). This ensures the actor always returns data even without explicit configuration.
Output
Each result contains:
| Field | Type | Example |
|---|---|---|
listingTitle | String | "Skoda Octavia, 1.6 TDI, Style, Automat" |
make | String | "Skoda" |
model | String | "Octavia" |
year | Integer | 2017 |
price | Number | 230000 |
currency | String | "CZK" |
mileage | Integer | 215186 |
fuelType | String | "Nafta" |
transmission | String | "Automaticka" |
engineSize | String | "1.6 TDI, Style, Automat" |
power | String | "" |
location | String | "Hlavni mesto Praha" |
sellerType | String | "Dealer" |
sellerName | String | "AAA AUTO" |
imageUrl | String | Primary car image URL |
imageUrls | Array | All car image URLs |
url | String | Full listing URL on Sauto.cz |
listingId | String | "210414413" |
scrapedAt | String | "2026-06-09T12:00:00.000Z" |
Example output
{"listingTitle": "Skoda Octavia, 1.6 TDI, Style, Automat","make": "Skoda","model": "Octavia","year": 2017,"price": 230000,"currency": "CZK","mileage": 215186,"fuelType": "Nafta","transmission": "Automaticka","engineSize": "1.6 TDI, Style, Automat","power": "","location": "Hlavni mesto Praha","sellerType": "Dealer","sellerName": "AAA AUTO","imageUrl": "https://d19-a.sdn.cz/d_19/c_img_qC_A/kQMlcCt5zmC5zFHCpoGx7ZZm/c237.jpeg","imageUrls": ["https://d19-a.sdn.cz/d_19/c_img_qC_A/kQMlcCt5zmC5zFHCpoGx7ZZm/c237.jpeg"],"url": "https://www.sauto.cz/inzerce/osobni/skoda/octavia/210414413","listingId": "210414413","scrapedAt": "2026-06-09T12:00:00.000Z"}
Filtering tips
By fuel type
Use Czech fuel names: benzin (petrol), nafta (diesel), elektro (electric), hybrid, lpg, cng.
By price range
Prices are in CZK (Czech Koruna). As a rough guide: 100,000 CZK ~ 4,000 EUR. Set priceFrom and priceTo to narrow results.
By year
Set yearFrom and yearTo to filter by first registration year. Year filtering is done client-side, so the actor fetches more data and filters locally. For large result sets with year filters, increase maxResults to ensure enough matches.
Popular manufacturers on Sauto.cz
skoda, volkswagen, ford, bmw, audi, mercedes-benz, opel, peugeot, renault, toyota, hyundai, kia, citroen, seat, dacia, fiat, mazda, nissan, honda, volvo
Cost estimate
This actor uses the Sauto.cz public API and is lightweight on compute. Approximately 0.01-0.02 compute units per 1,000 results. At standard Apify pricing, that is roughly $0.005 per 1,000 listings.
Limitations
- Year filtering is client-side — The Sauto.cz API does not support year range filters directly. The actor fetches results and filters locally, which may require fetching more data than the final output.
- Engine power not in API — The search API does not return engine power (kW/HP) data. The
powerfield will be empty. Engine variant info (e.g., "1.6 TDI") is available in theengineSizefield. - Personal cars only — This actor scrapes the "Osobni" (personal/passenger) car category. Commercial vehicles, trucks, and motorcycles are not included.
- API result limit — The Sauto.cz API returns a maximum of approximately 10,000 results per search query.
- Data is scraped from the public Sauto.cz API and may change without notice.
About Sauto.cz
Sauto.cz is operated by Seznam.cz, the Czech Republic's largest internet company. It is the country's dedicated car marketplace, distinct from general classifieds sites. With over 100,000 active listings, it covers the full spectrum of the Czech used and new car market, from budget vehicles to premium imports.