Kleinanzeigen Scraper avatar
Kleinanzeigen Scraper

Pricing

$12.00/month + usage

Go to Apify Store
Kleinanzeigen Scraper

Kleinanzeigen Scraper

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

Pricing

$12.00/month + usage

Rating

0.0

(0)

Developer

Thomas Zimmermann

Thomas Zimmermann

Maintained by Community

Actor stats

3

Bookmarked

21

Total users

2

Monthly active users

10 months ago

Last modified

Share

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:

{
"link": "https://www.kleinanzeigen.de/s-laptop/k0",
"search_term": "MacBook Pro"
}
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:

[
{
"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

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!