Skip to Content

willhaben Data Parser & API

willhaben is Austria’s #1 general and auto classifieds platform — the country’s dominant marketplace — and its motors section carries deep private and dealer car listings that Carapis extracts through one REST API. Owned by Styria Media Group and Adevinta, willhaben is the definitive source of Austrian used-car data, and Carapis serves it without you building a scraper.

CountryAustria
TypeClassifieds
OwnerStyria Media Group + Adevinta
Vehicle typesused, private, dealer, moto
Monthly visitshigh (AT #1)
Active listingslarge
API accessNo public API (parse-only)
Parse priority★★★☆☆
Official sitewww.willhaben.at

What is willhaben?

willhaben is Austria’s leading general-classifieds platform, owned jointly by Styria Media Group and Adevinta. Its vehicles category covers used cars and motorcycles from both private sellers and dealers, making it the #1 auto marketplace in the country and the primary structured source of Austrian car data.

Market Position

willhaben is the #1 marketplace in Austria for both general classifieds and autos, jointly owned by Styria Media Group and Adevinta. Its standout asset is the breadth of its private and dealer car inventory — effectively the whole Austrian market in one place — making it the fullest single window into Austrian used-car supply and pricing, complementing the DACH portals Mobile.de and AutoScout24.

Data Fields Available

Carapis extracts a structured record from each willhaben car listing:

  • Vehicle identity — make, model, model year
  • Specification — fuel type, transmission
  • Condition — mileage
  • Pricing — listed price
  • Listing contextseller type (private vs dealer), location, photo gallery

The combined private-and-dealer depth and seller-type flag make willhaben the fullest single window into the Austrian market.

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "willhaben", "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

  • Market research — the most complete view of the Austrian used-car market. See market research.
  • Pricing intelligence — private and dealer asking prices feed market-pricing models for dealers.
  • Import / export — source Austrian vehicles, including private stock, remotely. See import & export.

Frequently asked questions