Search Kleinanzeigen (formerly eBay Kleinanzeigen) listings, get item details with shipping options, and access Germany's most popular classifieds marketplace programmatically. No official API exists — Scrappa provides structured access to listing data.
Structured data for real applications. Here are some ideas.
Track prices for products, vehicles, and real estate on Kleinanzeigen. Build price comparison tools and market value estimators using Germany's largest classifieds platform.
Monitor new listings from businesses and private sellers in specific categories. Identify potential customers, partners, or suppliers posting on Kleinanzeigen.
Analyze listing volumes, pricing trends, and demand patterns across categories and regions in Germany's largest secondhand and local marketplace.
Find underpriced items, compare with other marketplaces, and build alerting systems for resellers who operate across Kleinanzeigen and other platforms.
Everything you need in one API.
One API call. Structured JSON response.
curl -X GET "https://scrappa.co/api/kleinanzeigen/search?query=iphone+15&location=Berlin" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"success": true,
"results": [
{
"id": "2845671234",
"title": "iPhone 15 Pro 256GB - Neuwertig",
"price": "899 EUR",
"location": "Berlin Mitte",
"posted": "Heute, 14:23",
"description": "Verkaufe mein iPhone 15 Pro in einwandfreiem Zustand...",
"image_url": "https://img.kleinanzeigen.de/...",
"url": "https://www.kleinanzeigen.de/s-anzeige/..."
}
]
}
See how Scrappa compares to the official API.
| Feature | Scrappa | eBay API |
|---|---|---|
| Kleinanzeigen data | Yes (dedicated API) | No (separate platform) |
| German classifieds | eBay DE only | |
| Shipping options | Yes (eBay items) | |
| Local listings | Limited | |
| Authentication | API key only | OAuth + developer program |
| Price per 1k requests | $0.20 | Free (rate limited) |
| Setup time | Minutes | Hours |
| Free tier | 500 credits/month | Free (restricted) |
Kleinanzeigen (formerly eBay Kleinanzeigen) is a separate platform from eBay with its own listings, users, and categories. The eBay API does not cover Kleinanzeigen data. Scrappa provides dedicated API access to Kleinanzeigen listings — the only way to access this data programmatically.
Yes. Run searches across categories, locations, and keywords to monitor new listings, track price trends, and build alerting systems. Many customers use this for price comparison, market research, and resale business intelligence in the German market.
Just a Scrappa API key passed as an X-API-KEY header. No Kleinanzeigen account, no eBay Developer Program, no OAuth. Sign up for Scrappa and start querying Kleinanzeigen data within minutes.
You can search listings by keyword and location, get full item details with photos, descriptions, prices, and condition, and check shipping options for any listing. All data is returned as structured JSON.
Yes. Every Scrappa account gets 500 free credits per month with no credit card required. Test all three Kleinanzeigen endpoints before committing to paid usage.
Scrappa charges $0.20 per 1,000 requests with no daily caps. All Kleinanzeigen endpoints cost the same. The free tier includes 500 credits per month to get started.