Sauto Scraper - Czech Car Marketplace Data avatar

Sauto Scraper - Czech Car Marketplace Data

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Sauto Scraper - Czech Car Marketplace Data

Sauto Scraper - Czech Car Marketplace Data

Under maintenance

Scrape 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

Studio Amba

Maintained by Community

Actor 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

  1. Go to the Sauto Scraper page on Apify Store.
  2. Click "Try for free" to open the actor in Apify Console.
  3. Enter your search criteria — manufacturer name, price range, fuel type, or year range.
  4. Click "Start" and wait for the run to finish.
  5. 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

FieldTypeRequiredDescription
searchQueryStringNoManufacturer name to search (e.g., "volkswagen", "skoda"). Default: "volkswagen"
makeStringNoCar manufacturer. Overrides searchQuery when set.
modelStringNoCar model (e.g., "golf", "octavia"). Use with make.
yearFromIntegerNoMinimum first registration year (e.g., 2018)
yearToIntegerNoMaximum first registration year (e.g., 2024)
priceFromIntegerNoMinimum price in CZK
priceToIntegerNoMaximum price in CZK
fuelTypeStringNoFuel type: benzin, nafta, elektro, hybrid, lpg, cng
maxResultsIntegerNoMaximum listings to return (default: 50)
proxyConfigurationObjectNoProxy 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:

FieldTypeExample
listingTitleString"Skoda Octavia, 1.6 TDI, Style, Automat"
makeString"Skoda"
modelString"Octavia"
yearInteger2017
priceNumber230000
currencyString"CZK"
mileageInteger215186
fuelTypeString"Nafta"
transmissionString"Automaticka"
engineSizeString"1.6 TDI, Style, Automat"
powerString""
locationString"Hlavni mesto Praha"
sellerTypeString"Dealer"
sellerNameString"AAA AUTO"
imageUrlStringPrimary car image URL
imageUrlsArrayAll car image URLs
urlStringFull listing URL on Sauto.cz
listingIdString"210414413"
scrapedAtString"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.

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 power field will be empty. Engine variant info (e.g., "1.6 TDI") is available in the engineSize field.
  • 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.