Search Listings
/api/kleinanzeigen/search
Search classifieds by keyword, location, category, and price range
Use the Kleinanzeigen API to search German classified ads, inspect listing details, and retrieve shipping options from Kleinanzeigen (formerly eBay Kleinanzeigen). Get structured JSON for marketplace monitoring, resale research, pricing intelligence, and classifieds search apps without maintaining a custom scraper.
500 free credits/month · No credit card required
API coverage
Structured data for real applications. Here are some ideas.
Track second-hand market prices for electronics, vehicles, and consumer goods across Germany. Build pricing databases and detect underpriced listings automatically.
Combine Kleinanzeigen listings with other marketplaces into a unified search experience. Help buyers compare prices across platforms for the best deals.
Discover reselling opportunities by monitoring new listings that match specific criteria. Get instant alerts when items appear below market value.
Analyze listing volumes, pricing trends, and demand patterns across German cities and categories. Understand the second-hand economy at scale.
Everything you need in one API.
/api/kleinanzeigen/search
Search classifieds by keyword, location, category, and price range
/api/kleinanzeigen/details
Get full details for a specific listing by ad ID
/api/kleinanzeigen/shipping-options
Retrieve available shipping options and costs
One API call. Structured JSON response.
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"
{
"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
}
}
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.
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.
Yes. Teams use Kleinanzeigen data to track second-hand prices, monitor new listings, compare categories across German cities, and identify resale or arbitrage opportunities.
Yes. Scrappa handles extraction and response formatting so your application can work with stable API responses instead of maintaining a custom Kleinanzeigen scraper.
Sign up and get 500 free credits. No credit card required.