Skip to Content
PlatformsEastern Europe & CISAAA Auto / Mototechna

AAA Auto Data Parser & API

AAA Auto (with sister brand Mototechna) is Central Europe’s largest online used-car dealer — operating across Czechia, Slovakia, Hungary and Poland with ~10-15K cars in stock — and Carapis extracts its full stock data, including spec, mileage, photos and pricing, through one REST API. Owned by Aures Holdings, the group sold a record 111K+ cars in 2025 and was acquired in December 2025 by Daniel Křetínský’s EP Equity Investment.

CountryCzechia
TypeOnline-dealer
OwnerAures Holdings (EP Equity Investment)
Vehicle typesused, dealer
Monthly visitsseveral M/mo combined
Active listings~10-15K in stock
API accessNo public API (parse-only)
Parse priority★★★☆☆
Official sitewww.aaaauto.cz

What is AAA Auto?

AAA Auto is the leading online-dealer car brand in Central Europe, operated by Aures Holdings alongside Mototechna and Auto Diskont. Unlike a classifieds portal, it sells its own inspected stock across Czechia, Slovakia, Hungary and Poland. AAA Auto carries ~10-15K cars in stock at a time, drawing several million combined monthly visits.

Market Position

AAA Auto is the dominant online-dealer in the CZ/SK/HU/PL region, with a record 111K+ cars sold across the group in 2025. In December 2025 Aures Holdings was acquired by Daniel Křetínský’s EP Equity Investment — fresh capital behind the regional leader. Because Aures runs one platform across four countries, a single parser yields consistent inspected-stock data across all four markets. The site is JS-rendered with moderate anti-bot, which Carapis absorbs.

Data Fields Available

Carapis extracts a structured record from each AAA Auto stock unit:

  • Vehicle identity — make, model, trim, model year, fuel type, transmission
  • Condition — mileage
  • Pricing — listed price
  • Specification — factory options and trim
  • Listing context — branch location, photo gallery

Because AAA Auto sells inspected, dealer-owned stock, its data is unusually clean and consistent compared with C2C classifieds.

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "aaa-auto", "limit": 20}, headers={"Authorization": f"Bearer {API_KEY}"}, ) for car in resp.json()["results"]: print(car["make"], car["model"], car["year"], car["price"])

Get an API key at my.carapis.com  and see the full API reference. Pricing is on the pricing page.

Use Cases

  • Pricing intelligence — inspected dealer stock across four countries powers residual-value and market-pricing models for dealers.
  • Market research — track inventory mix and pricing across the CZ/SK/HU/PL online-dealer market. See market research.
  • Import / export — clean, inspected stock data supports cross-border sourcing in Central Europe. See import & export.

Frequently asked questions