Kleinanzeigen Scraper avatar

Kleinanzeigen Scraper

Try for free

2 hours trial then $12.00/month - No credit card required now

Go to Store
Kleinanzeigen Scraper

Kleinanzeigen Scraper

alvay/kleinanzeigenscraper
Try for free

2 hours trial then $12.00/month - No credit card required now

This Apify actor scrapes listings from Kleinanzeigen.de, extracting titles, prices, locations, posting dates, descriptions, and URLs.

Developer
Maintained by Community

Actor Metrics

  • 3 Monthly users

  • No reviews yet

  • 2 bookmarks

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified a month ago

Kleinanzeigen Scraper

This Apify actor scrapes listings from Kleinanzeigen.de, extracting titles, prices, locations, posting dates, descriptions, and URLs.


⚙️ How It Works

  1. Provide a Kleinanzeigen.de URL and an optional search term.
  2. The actor scrapes listings based on your input.
  3. You get structured JSON output with all the relevant details.

🔧 Input Configuration

This actor accepts a JSON object as input:

1{
2  "link": "https://www.kleinanzeigen.de/s-laptop/k0",
3  "search_term": "MacBook Pro"
4}
ParameterTypeRequiredDescription
linkstring✅ YesThe Kleinanzeigen.de page to scrape.
search_termstring❌ NoFilter listings by a specific keyword.

📤 Output Format

The actor returns a JSON array with scraped listings:

1[
2  {
3    "title": "MacBook Pro 2021",
4    "price": "€1,500",
5    "location": "Berlin, Germany",
6    "posted_on": "Today",
7    "link": "https://www.kleinanzeigen.de/s-anzeige/123456789",
8    "description": "Great condition, barely used."
9  },
10  {
11    "title": "Gaming Laptop RTX 3080",
12    "price": "€2,000",
13    "location": "Munich, Germany",
14    "posted_on": "Yesterday",
15    "link": "https://www.kleinanzeigen.de/s-anzeige/987654321",
16    "description": "Brand new, high-performance gaming laptop."
17  }
18]

🚀 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:

1curl -X POST "https://api.apify.com/v2/actor-runs?token=YOUR_API_KEY" \
2     -H "Content-Type: application/json" \
3     -d '{
4           "url": "https://www.kleinanzeigen.de/s-laptop/k0",
5           "search_term": "MacBook Pro"
6         }'

⚠️ Limitations & Error Handling

IssueCauseSolution
No listings foundInvalid search term or empty resultsTry a different term or check URL
Blocked by websiteKleinanzeigen blocked the requestTry again. The Proxy should rotate with each request
Request timeoutNetwork or proxy failureRestart the actor

📝 License

This actor is open-source under the MIT License. Feel free to modify it.


🚀 Start Scraping Now on Apify!