Kleinanzeigen
Search and extract listing data from Kleinanzeigen.de (formerly eBay Kleinanzeigen) in real time. Structured JSON output, no scraping infrastructure needed. ### Search Listings Find posts by keyword with rich filtering. Paginated results up to 50 pages. - Keywords, location (city or postal code), radius (0–500 km), category - Price range (min / max), seller type (private / commercial), offer…
Kleinanzeigen endpoints
| Method | Endpoint | Description |
|---|---|---|
| Kleinanzeigen | ||
| GET |
Search Listings /search |
Search for posts by keywords and/or location. At least one of `keywords` or a location (`location` or `locationId`) is required. Optionally narrow down results with radius or… |
| GET |
Get Listing Details /post/{postId} |
Get extended details for given post. |
| GET |
Get Similar Listings /post/{postId}/similar |
Get listings similar to the given post, as shown in the "Ahnliche Anzeigen" section. Returns up to 10 recommendations. |
| GET |
Get Seller Profile /seller/{userId} |
Get the public profile for a seller by user ID. Works for both private and commercial sellers. If the seller runs a store, `storeId` links to the store endpoints. |
| GET |
Get Seller Listings /seller/{userId}/ads |
Get the current listings of a seller by user ID. |
| GET |
Get Store Profile /store/{storeId} |
Get the profile for a commercial store by store ID. The store's `userId` links back to the seller profile. |
| GET |
Get Store Listings /store/{storeId}/ads |
Get the current listings of a store by store ID. |
| GET |
Search Locations /locations |
Find locations by name or postal code, e.g. to get a `locationId` for the search endpoint. Returns matching cities and districts with coordinates and default search radius. |
| GET |
Get Location Details /locations/{locationId} |
Get the hierarchy (federal state, city, district) for a location by ID. |
| GET |
Get Category Tree /categories |
Get the full category hierarchy as a nested tree of top-level categories and their subcategories. Use a category's `id` as the `categoryId` filter in search. |
Kleinanzeigen pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $39 / month | — |
|
| ULTRA Recommended | $139 / month | — |
|
| MEGA | $499 / month | — |
|