Discover/kleinanzeigen.de API
live

kleinanzeigen.de APIkleinanzeigen.de

Search and retrieve classified listings from kleinanzeigen.de. Filter by keyword, category, and price. Get full details including attributes, images, and seller info.

Endpoints
2
Updated
3mo ago
Try it
Results page number.
Sorting field (e.g. 'SORTING_DATE' for most recent first).
Search keyword (e.g. 'laptop', 'fahrrad', 'sofa').
Category name or numeric ID. Known names: 'immobilien', 'mietwohnungen', 'haeuser_mieten',
Maximum price filter value.
Minimum price filter value.
Set to 'true' to exclude thumbnail URLs from results.
api.parse.bot/scraper/d241c6ed-2043-4910-81f4-9f5c346e2075/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/d241c6ed-2043-4910-81f4-9f5c346e2075/search?page=1&query=laptop' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Search for classified ad listings on kleinanzeigen.de with optional filters for category, price range, and sorting. Returns paginated results with listing summaries.

Input
ParamTypeDescription
pageintegerResults page number.
sortstringSorting field (e.g. 'SORTING_DATE' for most recent first).
querystringSearch keyword (e.g. 'laptop', 'fahrrad', 'sofa').
categorystringCategory name or numeric ID. Known names: 'immobilien', 'mietwohnungen', 'haeuser_mieten', 'eigentumswohnungen', 'haeuser_kaufen', 'autos', 'jobs', 'multimedia_elektronik', 'handy_telekom'. Other category slugs are passed as URL path segments.
max_pricestringMaximum price filter value.
min_pricestringMinimum price filter value.
exclude_imagesstringSet to 'true' to exclude thumbnail URLs from results.
Response
{
  "type": "object",
  "fields": {
    "url": "string, the search URL used",
    "listings": "array of listing summary objects containing id, url, title, price, is_negotiable, location, zip_code, date_posted, snippet, and optionally thumbnail",
    "total_results": "integer or null, total number of matching listings"
  },
  "sample": {
    "data": {
      "url": "https://www.kleinanzeigen.de/s-laptop/k0",
      "listings": [
        {
          "id": "3407550186",
          "url": "https://www.kleinanzeigen.de/s-anzeige/3407550186",
          "price": "770 € VB",
          "snippet": "Hallo zusammen, ich verkaufe meinen Microsoft Surface Laptop 7...",
          "location": "85354 Freising",
          "zip_code": "85354",
          "date_posted": "Heute, 07:15",
          "is_negotiable": true
        }
      ],
      "total_results": 124216
    },
    "status": "success"
  }
}

About the kleinanzeigen.de API

The kleinanzeigen.de API exposes 2 endpoints for accessing German classified ad listings across vehicles, real estate, jobs, and electronics. The search endpoint returns paginated listing summaries with price, location, and posting date, while the details endpoint delivers the full ad record including category-specific attributes, seller information, and image URLs for any individual listing by its numeric ID.

Search Endpoint

The search endpoint accepts a query string (e.g. 'laptop', 'fahrrad') alongside optional filters: category (by name such as 'immobilien' or 'mietwohnungen', or a numeric ID), min_price and max_price for price bounding, sort for ordering (e.g. 'SORTING_DATE' to get most recent first), and a page integer for pagination. Each result in the listings array includes the listing id, url, title, price, is_negotiable flag, location, zip_code, date_posted, a short snippet, and seller handle (op). The total_results field gives the total match count for the query. Pass exclude_images=true to drop thumbnail URLs and reduce payload size.

Details Endpoint

The details endpoint takes a single required parameter, ad_id, and returns the full listing record. Response fields include title, price, description, location, images (an array of full-resolution URLs), seller_name, and seller_since. The attributes object contains category-specific key-value pairs — for vehicle listings these include fields like Kilometerstand (mileage) and Marke (brand); real estate listings expose different attribute sets. Pass exclude_images=true to omit the images array when image data is not needed.

Coverage and Categories

Kleinanzeigen.de is Germany's largest general classifieds platform. The API covers all major listing verticals accessible through the site: vehicles, real estate (rental apartments, houses, owner-occupied flats), electronics, furniture, jobs, and general merchandise. Category filtering uses either human-readable names ('haeuser_mieten', 'eigentumswohnungen') or numeric IDs where known. Pagination is handled via the page parameter on the search endpoint.

Common use cases
  • Track used car listings by filtering on category and min_price/max_price to monitor price trends for specific makes
  • Aggregate rental apartment listings in a target city using the 'mietwohnungen' category and location-based queries
  • Build a price-drop alert system by periodically querying search and comparing price fields across runs
  • Enrich a CRM with seller history by pulling seller_since and seller_name from the details endpoint
  • Index full listing descriptions and category attributes (e.g. mileage, brand) for search or ML pipelines
  • Compile electronics inventory datasets by querying product keywords and extracting price and is_negotiable flags
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does kleinanzeigen.de have an official developer API?+
Kleinanzeigen.de does not publish a public developer API. There is no documented REST or GraphQL interface available for third-party access to listing data.
What does the `details` endpoint return beyond what `search` provides?+
The details endpoint returns the full listing description text, all full-resolution image URLs, the attributes object with category-specific fields (e.g. vehicle mileage and brand, or real estate specifics), seller_name, and seller_since. The search endpoint returns only a short snippet, a thumbnail, and summary fields like price, location, and date_posted.
Can I filter search results by geographic area or postal code?+
The search endpoint does not currently expose a dedicated location or radius filter parameter. Results include zip_code and location fields per listing. You can fork this API on Parse and revise it to add a location-based filter parameter.
Does the API return seller contact details such as phone numbers or email addresses?+
No contact details are returned. The details endpoint exposes seller_name and seller_since only. Phone numbers and email addresses gated behind login or contact-reveal flows on the site are not included. You can fork the API on Parse and revise it to add additional seller-side fields if those become accessible.
How does pagination work on the `search` endpoint?+
The page parameter accepts an integer to step through result pages. The total_results field in the response gives the total count of matched listings, which you can use to calculate how many pages exist for a given query. Note that total_results may return null for some queries.
Page content last updated . Spec covers 2 endpoints from kleinanzeigen.de.
Related APIs in MarketplaceSee all →
mouser.com API
mouser.com API
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.