Kleinanzeigen Scraper avatar
Kleinanzeigen Scraper

Under maintenance

Pricing

$12.00/month + usage

Go to Store
Kleinanzeigen Scraper

Kleinanzeigen Scraper

Under maintenance

Developed by

Thomas Zimmermann

Maintained by Community

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

2

Monthly users

1

Runs succeeded

97%

Last modified

3 months 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!

Pricing

Pricing model

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

2 hours

Price

$12.00