ShoppingBeta
willhaben Classifieds API
Live willhaben data, fetched the moment you ask and handed back in a clean, structured form. Use it in your own app, a spreadsheet or as a tool for an AI assistant.
What you can get: Austrian classifieds, real estate & cars: search, ad details, categories.
Limited availability right now. willhaben blocks requests from our data-center servers; it needs a residential proxy. Until then most requests end with a 502 “blocked” error, which costs no quota. Current success rates are on the status page.
100 free requests every month · no credit card
- Search ads
- Ad details
- Categories
What teams build with willhaben data
Search willhaben.at – Austria's largest marketplace for classifieds, real estate and cars – by keyword, category, place, price range and seller type, in the marketplace or in the rent/buy real-estate and vehicle search areas, and fetch ad details: price, attributes, category breadcrumb, place, images and seller type. Real-estate ads come with offer type, property type, living space, rooms, price per m², additional costs, floor, year built and energy class; car ads with make, model, mileage, first registration, fuel, power and gearbox. Privacy by design: no seller names, user ids or contact data – only the seller type and the company name of businesses; contact data in descriptions is redacted.
- Austrian rent & property price research
- Used-car and used-goods price monitoring
- Resale sourcing
- Dealer & agency stock tracking
Works with AI assistants
Models only know what they saw in training. Add the willhaben endpoints as a tool in ChatGPT, Claude, Gemini or your agent framework, and your assistant can look up current data while it answers.
willhaben endpoints
All willhaben endpoints are served under the /wlh prefix and share the same API key and quota as every other platform.
Keyword/category search in the marketplace, real-estate or vehicle areas with location, price range, seller type and sorting; 30 ads per page.
keywordpageverticalcategoryIdlocationlocationIdminPricemaxPricesortBysellerTypeAd by URL or id: description, price, attributes, categories, place, images, seller type, plus real-estate or car fields.
urladIdMarketplace categories with the ids used by the search, and all search areas.
Example request
curl "https://api.everydata.io/wlh/willhaben-search-by-keyword?keyword=fahrrad&sortBy=newest" \
-H "x-api-key: YOUR_API_KEY"Example response
{
"responseStatus": "PRODUCT_FOUND_RESPONSE",
"responseMessage": "Product successfully found!",
"keyword": "fahrrad",
"vertical": "marketplace",
"resultCount": 95735,
"searchProductDetails": [
{
"productId": "1655995017",
"productDescription": "Van RYSEL 28 Zoll GRVL AF Shimano GRX 2x12",
"price": 1500,
"currency": "EUR",
"zip": "8750",
"location": "Judenburg",
"postedAt": "2026-09-24T08:06:43+00:00",
"sellerType": "private",
"dpUrl": "https://www.willhaben.at/iad/kaufen-und-verkaufen/d/van-rysel-28-zoll-grvl-af-shimano-grx-2x12-1655995017/"
}
]
}Included in every plan
The willhaben API is part of the shared quota – no separate subscription needed.
Production
Recommended- Requests / month
- 50,000
- Rate limit
- 100 / min
- Platforms
- all
- Support
Frequently asked questions
Try the willhaben API with your own data.
Sign up with your e-mail, copy your API key and make your first request in about a minute. The free plan never expires.