Kleinanzeigen API

Germany's Largest Classifieds Marketplace Data

Search listings, get item details, and retrieve shipping options from Kleinanzeigen (formerly eBay Kleinanzeigen) — Germany's #1 classifieds platform with millions of active listings across electronics, vehicles, furniture, and more.

500 free credits/month · No credit card required

What you can build

Structured data for real applications. Here are some ideas.

Price Intelligence

Track second-hand market prices for electronics, vehicles, and consumer goods across Germany. Build pricing databases and detect underpriced listings automatically.

Marketplace Aggregation

Combine Kleinanzeigen listings with other marketplaces into a unified search experience. Help buyers compare prices across platforms for the best deals.

Reselling & Arbitrage

Discover reselling opportunities by monitoring new listings that match specific criteria. Get instant alerts when items appear below market value.

Market Research

Analyze listing volumes, pricing trends, and demand patterns across German cities and categories. Understand the second-hand economy at scale.

Available endpoints

Everything you need in one API.

GET

Search Listings

/api/kleinanzeigen/search

Search classifieds by keyword, location, category, and price range

GET

Listing Details

/api/kleinanzeigen/details

Get full details for a specific listing by ad ID

GET

Shipping Options

/api/kleinanzeigen/shipping-options

Retrieve available shipping options and costs

Try it now

One API call. Structured JSON response.

Request

curl -X GET "https://scrappa.co/api/kleinanzeigen/search?query=iphone&location=Berlin&category=elektronik&price_min=50&price_max=500" \
  -H "Accept: application/json" \
  -H "X-API-KEY: YOUR_API_KEY"

Response

{
  "success": true,
  "listings": [
    {
      "id": "2987654321",
      "title": "iPhone 14 Pro 128GB Space Black",
      "price": "€650",
      "location": "Berlin - Mitte",
      "category": "Elektronik",
      "date": "Heute, 14:23",
      "has_shipping": true,
      "image_url": "https://img.kleinanzeigen.de/..."
    }
  ],
  "pagination": {
    "page": 1,
    "total_pages": 42
  }
}

Key features

Full-text search across all categories
Location & category filtering
Price range filters (min/max)
Listing details with images & seller info
Shipping availability & options
Pagination for large result sets

Ready to get started?

Sign up and get 500 free credits. No credit card required.