Kleinanzeigen API

Kleinanzeigen API Docs for Search, Details, and Shipping

Use Scrappa as a documented Kleinanzeigen.de API for German classified ad search, listing details, and shipping-option workflows. Kleinanzeigen was formerly eBay Kleinanzeigen; Scrappa returns structured JSON for marketplace monitoring, resale research, pricing intelligence, and classifieds search apps.

500 free credits/month · No credit card required

Developer API documentation

Kleinanzeigen API access for documented extraction workflows

Developers searching for an official Kleinanzeigen API, Kleinanzeigen.de API documentation, or the former eBay Kleinanzeigen API usually need clear endpoint docs and a factual affiliation answer before testing.

Scrappa access vs official Kleinanzeigen API

Scrappa is not an official Kleinanzeigen API and is not affiliated with or endorsed by Kleinanzeigen. It provides documented Scrappa API access for extraction workflows using your Scrappa API key.

Search -> Details -> Shipping workflow

Start with Search to discover listings, use Details to enrich ad IDs, then call Shipping when your app needs available shipping options and costs.

Kleinanzeigen.de and former eBay intent

The docs use current Kleinanzeigen.de terminology while acknowledging that many developers still search for the legacy eBay Kleinanzeigen API name.

Free monthly testing

Create a Scrappa account to test Kleinanzeigen API requests with 500 free credits each month and 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.

Try it now

One API call. Structured JSON response.

Request preview
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

Frequently asked questions

What data can I get from the Kleinanzeigen API?

The Kleinanzeigen API returns classified listing search results, listing details, and shipping options for German marketplace data in structured JSON, including title, price, location, image, shipping availability, and listing URLs when available.

Where is the Kleinanzeigen API documentation?

Scrappa documents separate Kleinanzeigen Search, Details, and Shipping endpoints with parameters, examples, and playground links. Use Search for listing discovery, Details for ad enrichment, and Shipping for shipping-option workflows.

Is Scrappa an official Kleinanzeigen API?

No. Scrappa is not an official Kleinanzeigen API and is not affiliated with or endorsed by Kleinanzeigen. Scrappa provides documented API access for search, listing details, and shipping-option extraction workflows using your Scrappa API key.

Can I filter Kleinanzeigen listings by category and price?

Yes. The search endpoint supports marketplace discovery workflows with keyword, city or location, category, page, and price range filters for searches such as Fahrrad in Berlin or electronics under a target price.

Can this API support resale or price intelligence tools?

Yes. Teams use Kleinanzeigen data to track second-hand prices, monitor new listings, compare categories across German cities, and identify resale or arbitrage opportunities.

Does Scrappa handle the Kleinanzeigen scraping layer?

Yes. Scrappa handles extraction and response formatting so your application can work with stable API responses instead of maintaining a custom Kleinanzeigen scraper.

Ready to get started?

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