ShoppingBeta
Kleinanzeigen Classifieds API
Live Kleinanzeigen 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: Classified ads search, ad details, categories.
100 free requests every month · no credit card
- Search ads
- Ad details
- Categories
What teams build with Kleinanzeigen data
Search Germany's largest classifieds marketplace kleinanzeigen.de by keyword, category, place and radius, price range, seller type and offer/wanted, and fetch ad details: price and price type (fixed, negotiable, free), attributes like condition, brand, mileage, first registration, rooms and living space, category breadcrumb, place, images and shipping. Privacy by design: no seller names, user ids or contact data – only the seller type and the company name of commercial sellers; contact data in descriptions is redacted.
- Used-goods price monitoring
- Car & real-estate market analysis
- Resale sourcing
- Brand & counterfeit monitoring
Works with AI assistants
Models only know what they saw in training. Add the Kleinanzeigen endpoints as a tool in ChatGPT, Claude, Gemini or your agent framework, and your assistant can look up current data while it answers.
Kleinanzeigen endpoints
All Kleinanzeigen endpoints are served under the /kla prefix and share the same API key and quota as every other platform.
Keyword/category search with location + radius, price range, seller type, offer/wanted and sorting; 25 ads per page.
keywordpagecategoryIdlocationlocationIdradiusminPricemaxPricesortBysellerTypeadTypeAd by URL or id: description, price type, attributes, features, categories, place, images, shipping, seller type.
urladIdCategory tree with the ids used by the search.
Example request
curl "https://api.everydata.io/kla/kleinanzeigen-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",
"resultCount": 910973,
"searchProductDetails": [
{
"productId": "3521408163",
"productDescription": "Fahradkorb",
"price": 5,
"priceType": "Festpreis",
"zip": "36100",
"location": "Petersberg",
"postedAt": "2026-09-23T20:20:00+02:00",
"shippingPossible": true,
"sellerType": "private",
"dpUrl": "https://www.kleinanzeigen.de/s-anzeige/fahradkorb/3521408163-217-4616"
}
]
}Included in every plan
The Kleinanzeigen 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 Kleinanzeigen 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.