Scrape classified listings from kleinanzeigen.de (formerly eBay Kleinanzeigen), Germany's largest online marketplace with 50M+ monthly visitors. Returns title, EUR price with type flag (festpreis, VB, zu_verschenken), location with postcode, top-ad flag, all image URLs, posted date and source URL. Optionally enrich with the full description, category path, seller info (private vs commercial) and shipping availability from the detail page. Paste any kleinanzeigen.de search URL and the actor handles pagination.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~kleinanzeigen-de-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchUrls": [ "https://www.kleinanzeigen.de/s-autos/volkswagen/c216", "https://www.kleinanzeigen.de/s-berlin/iphone/k0l3331" ], "maxResults": 200, "includeDetails": true }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/kleinanzeigen-de-scraper
| Field | Type | Example |
|---|---|---|
| id | string | 2789012345 |
| title | string | iPhone 13 Pro 256GB |
| price | number | 650 |
| price_type | string | VB |
| currency | string | EUR |
| location | string | Berlin Mitte |
| postcode | string | 10115 |
| category | string | Handy & Telefon |
| seller_type | string | private |
| shipping_available | boolean | true |
| is_top_ad | boolean | false |
| posted_at | string | 2026-06-10T08:14:00Z |
| source_url | string | https://www.kleinanzeigen.de/s-anzeige/... |