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

What you can look upbeta
  • Search ads
  • Ad details
  • Categories
Use cases

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.

For developers

Kleinanzeigen endpoints

All Kleinanzeigen endpoints are served under the /kla prefix and share the same API key and quota as every other platform.

Search ads
GET/kla/kleinanzeigen-search-by-keyword

Keyword/category search with location + radius, price range, seller type, offer/wanted and sorting; 25 ads per page.

keywordpagecategoryIdlocationlocationIdradiusminPricemaxPricesortBysellerTypeadType
Ad details
GET/kla/kleinanzeigen-lookup-ad

Ad by URL or id: description, price type, attributes, features, categories, place, images, shipping, seller type.

urladId
Categories
GET/kla/kleinanzeigen-categories

Category 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

200 OK · application/json
{
  "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"
    }
  ]
}
API reference
Pricing

Included in every plan

The Kleinanzeigen API is part of the shared quota – no separate subscription needed.

Free

€0/ month
Requests / month
100
Rate limit
10 / min
Platforms
all
Support
e-mail

Starter

€30/ month
Requests / month
5,000
Rate limit
50 / min
Platforms
all
Support
e-mail

Production

Recommended
€80/ month
Requests / month
50,000
Rate limit
100 / min
Platforms
all
Support
e-mail

Business

€300/ month
Requests / month
300,000
Rate limit
250 / min
Platforms
all
Support
e-mail
All plans

Frequently asked questions

Something missing? Write to support@everydata.io.

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.