Kleinanzeigen Scraper
Pricing
$12.00/month + usage
Go to Apify Store
Kleinanzeigen Scraper
This Apify actor scrapes listings from Kleinanzeigen.de, extracting titles, prices, locations, posting dates, descriptions, and URLs.
0.0 (0)
Pricing
$12.00/month + usage
3
17
2
Last modified
9 months ago
Kleinanzeigen Scraper
This Apify actor scrapes listings from Kleinanzeigen.de, extracting titles, prices, locations, posting dates, descriptions, and URLs.
⚙️ How It Works
- Provide a Kleinanzeigen.de URL and an optional search term.
 - The actor scrapes listings based on your input.
 - You get structured JSON output with all the relevant details.
 
🔧 Input Configuration
This actor accepts a JSON object as input:
{"link": "https://www.kleinanzeigen.de/s-laptop/k0","search_term": "MacBook Pro"}
| Parameter | Type | Required | Description | 
|---|---|---|---|
link | string | ✅ Yes | The Kleinanzeigen.de page to scrape. | 
search_term | string | ❌ No | Filter listings by a specific keyword. | 
📤 Output Format
The actor returns a JSON array with scraped listings:
[{"title": "MacBook Pro 2021","price": "€1,500","location": "Berlin, Germany","posted_on": "Today","link": "https://www.kleinanzeigen.de/s-anzeige/123456789","description": "Great condition, barely used."},{"title": "Gaming Laptop RTX 3080","price": "€2,000","location": "Munich, Germany","posted_on": "Yesterday","link": "https://www.kleinanzeigen.de/s-anzeige/987654321","description": "Brand new, high-performance gaming laptop."}]
🚀 How to Run the Actor
1. Run on Apify
- Click "Run" on the Apify platform.
 - Provide the URL and (optional) search term.
 - Wait for the scraping process to complete.
 
2. Use API to Trigger Actor
You can start the actor using Apify’s API:
curl -X POST "https://api.apify.com/v2/actor-runs?token=YOUR_API_KEY" \-H "Content-Type: application/json" \-d '{"url": "https://www.kleinanzeigen.de/s-laptop/k0","search_term": "MacBook Pro"}'
⚠️ Limitations & Error Handling
| Issue | Cause | Solution | 
|---|---|---|
No listings found | Invalid search term or empty results | Try a different term or check URL | 
Blocked by website | Kleinanzeigen blocked the request | Try again. The Proxy should rotate with each request | 
Request timeout | Network or proxy failure | Restart the actor | 
📝 License
This actor is open-source under the MIT License. Feel free to modify it.
