PRO kleinanzeigen.de | Listings Crawler (JSON output) API avatar

PRO kleinanzeigen.de | Listings Crawler (JSON output) API

Pricing

$1.99 / 1,000 results

Go to Apify Store
PRO kleinanzeigen.de | Listings Crawler (JSON output) API

PRO kleinanzeigen.de | Listings Crawler (JSON output) API

Business-grade Kleinanzeigen.de Scraper is the No. 1 tool to extract listings like Stellenanzeigen,Immobilien, Elektronik. Gebrauchtwagen Preisvergleich, real estate (Immobilien), vehicles, electronics, consumer goods. providing valuable PRO insights for market research,market analysis. For OpenClaw

Pricing

$1.99 / 1,000 results

Rating

5.0

(2)

Developer

Yellow Chimp (ACS Studios)

Yellow Chimp (ACS Studios)

Maintained by Community

Actor stats

10

Bookmarked

135

Total users

16

Monthly active users

0.9 hours

Issues response

9 days ago

Last modified

Share

Ebay-Kleinanzeigen Scraper - Extensive Filtering (✅ 6.3 02/2026 OpenClaw update)

QUICK GUIDE

Please ensure to use the exact search URL (kleinanzeigen.de) as the input URL.

For example:

  • Correct input URL: https://www.kleinanzeigen.de/s-seite:16/ddr4-ram/k0+global.zustand:new

  • Correct input URL: https://www.kleinanzeigen.de/s-wohnzimmer/c88+wohnzimmer.color_s:(gelb%2Cgrau)+wohnzimmer.material_s:oak

  • Correct input URL: https://www.kleinanzeigen.de/s-haus-kaufen/anbieter:privat/anzeige:angebote/c208

  • Incorrect input URLs:

    • https://www.kleinanzeigen.de/s-haus-kaufen/anbieter:privat/anzeige:angebote/c20 (cut-off)
    • https://www.kleinanzeigen.de/s-haus-kaufen/anbieter:privat/anzeige:angebote/c208/ (trailing slash)
{
"max_depth": 0,
"start_urls": [
{
"url": "https://www.kleinanzeigen.de/s-haus-kaufen/anbieter:privat/anzeige:angebote/c208",
"method": "GET"
}
]
}

** 🦞 How to use with OpenClaw (Step-by-Step) **

By connecting this scraper to OpenClaw, you can find deals via chat (WhatsApp, Telegram, etc.) and let the AI summarize the best offers for you.

Step 1: Get your Apify API Token Log in to your Apify Console (Go to Settings > Integrations)

Step 2: Configure OpenClaw's MCP Server OpenClaw uses the Model Context Protocol (MCP) to talk to Apify. You need to tell OpenClaw to use the Apify MCP server.

If you are running OpenClaw via Docker or a local Node environment, add the following to your mcp_config.json or your environment startup command:

$npx -y @apify/mcp-server-apify --token YOUR_APIFY_API_TOKEN

Step 3: Grant "Yellowchimp" Actor Access To ensure the AI agent can find this specific scraper, make sure you have "run" the yellowchimp/kleinanzeigen actor at least once manually in your Apify console so it appears in your "Used Actors" list.

Step 4: Chat with your Agent You don't need to write code. Just talk to your OpenClaw agent like a human.

Example Prompts:

"Check Kleinanzeigen using the yellowchimp scraper for 'Bambu Lab' printers in Munich. Max depth 1." "Use the Kleinanzeigen tool to find private house offers in Berlin. Here is the URL: https://www.kleinanzeigen.de/s-haus-kaufen/berlin/anbieter:privat/c208" "Summarize the 5 cheapest listings from this Kleinanzeigen search: [Link]"

Step 5: Automate (Optional) You can tell OpenClaw to run this check every morning at 9 AM and send you a summary of new listings directly to your phone via the OpenClaw messenger integration.

Prologue to the Ebay-Kleinanzeigen Scraper

Ebay-Kleinanzeigen is a classified advertising platform in Germany. It is one of the largest classified advertising websites in Germany, with millions of ads posted daily.

The Ebay-Kleinanzeigen Scraper is a web scraping tool that allows you to scrape Ebay-Kleinanzeigen search results. This actor uses the provided search query to fetch relevant listings and extracts specific fields of interest.

🧾 What data can the Adapative Kleinanzeigen.de Scraper V6.2 extract?

The Adapative Kleinanzeigen.de Scraper V6.2 can extract the following data from Ebay-Kleinanzeigen search results:

{
"url": "https://www.kleinanzeigen.de/s-anzeige/2-zimmer-wohnung-in-tuttlingen/3163326178-203-8511",
"title": "2-Zimmer Wohnung in Tuttlingen",
"price": "750 €",
"description": "Gut gelegener Wohnung in Tuttlingen. Das Haus wurde komplett neu saniert. Eine Einbau Küche ist vorhanden , außerdem gibt es ein Kellerraum.",
"images": [
"https://img.kleinanzeigen.de/api/v1/prod-ads/images/0c/0c4c897d-164f-433e-885d-ed8dae63035e?rule=$_59.AUTO",
...
"https://img.kleinanzeigen.de/api/v1/prod-ads/images/90/90eb8f83-c4ef-4270-8fdd-38c3552485da?rule=$_59.AUTO"
],
"location": "78532 Baden-Württemberg - Tuttlingen",
"date": "17.08.2025",
"details": {
"Badezimmer": "1",
...
"Nebenkosten": "200 €",
"Warmmiete": "950 €"
},
"sellerName": "JF",
"sellerURL": "https://www.kleinanzeigen.de/s-bestandsliste.html?userId=49843278",
"views": 37
}

Implementation Guide

📥 Input

To run the actor, simply enter either a:

  • Basic Search URL: The URL of the search you want to scrape (e.g., https://www.kleinanzeigen.de/s-bambu-lab-filament/k0)

  • Specific Search URL: The URL of the search you want to scrape (e.g., https://www.kleinanzeigen.de/s-wohnung-kaufen/bayern/seite:2/2-zimmer-wohnung/k0c196l5510)

  • Very Specific Search URL: (e.g, https://www.kleinanzeigen.de/s-wohnzimmer/c88+wohnzimmer.color_s:(gelb%2Cgrau)+wohnzimmer.material_s:oak)

  • Maximum number of depth: The maximum number of pages to scrape. The actor will stop when it reaches this limit. The first page is indexed as 0 (e.g., max_depth=3 will end at page 4)

Based on pre-filtered URL (e.g only ALL of those wihtin a specifiy area)

{
"start_urls": [
{
"url": "https://www.kleinanzeigen.de/s-wohnung-kaufen/bayern/seite:2/2-zimmer-wohnung/k0c196l5510",
"method": "GET"
}
]
}

If you want more that just the first three sites, SET max_depth to an integer 1-n

{
"max_depth": 2,
"start_urls": [
{
"url": "https://www.kleinanzeigen.de/s-jaguar-felgen/k0",
"method": "GET"
}
]
}

📤 Output

The results are stored in the default dataset associated with the actor. Each item is an ad, having the following format:

{
"url": "https://www.kleinanzeigen.de/s-anzeige/2-zimmer-wohnung-in-tuttlingen/3163326178-203-8511",
"title": "2-Zimmer Wohnung in Tuttlingen",
"price": "750 €",
"description": "Gut gelegener Wohnung in Tuttlingen. Das Haus wurde komplett neu saniert. Eine Einbau Küche ist vorhanden , außerdem gibt es ein Kellerraum.",
"images": [
"https://img.kleinanzeigen.de/api/v1/prod-ads/images/0c/0c4c897d-164f-433e-885d-ed8dae63035e?rule=$_59.AUTO",
...
"https://img.kleinanzeigen.de/api/v1/prod-ads/images/90/90eb8f83-c4ef-4270-8fdd-38c3552485da?rule=$_59.AUTO"
],
"location": "78532 Baden-Württemberg - Tuttlingen",
"date": "17.08.2025",
"details": {
"Badezimmer": "1",
"Zimmer": "2",
"Wohnfläche": "63 m²",
"Wohnungstyp": "Etagenwohnung",
"Verfügbar ab": "August 2025",
"Online-Besichtigung": "Nicht möglich",
"Tauschangebot": "Kein Tausch",
"Nebenkosten": "200 €",
"Warmmiete": "950 €"
},
"sellerName": "JF",
"sellerURL": "https://www.kleinanzeigen.de/s-bestandsliste.html?userId=49843278",
"views": 37
}

Changelog 02/2026 bump to V6.3

  • intelligent page limit avoids over-crawling
  • avoids repeated crawls on the same page
  • corrected key and value for details

Use Cases:

  • Market Research: The tool can be used for conducting market research by scraping ad data from Ebay-Kleinanzeigen to understand what's currently trending, where your competitors are focusing their efforts, etc. This information can be useful in making business decisions.
  • Price Comparisons: It can help users compare prices of similar items or services across different regions on the website.
  • Inventory Management: With data scraped from Ebay-Kleinanzeigen, businesses can keep track of their inventory and manage when to take actions like buying, selling, or delaying based on the information available in the ads.
  • Price Optimization: By understanding how certain items or services are priced relative to one another, business owners can optimize their pricing strategy.
  • Competitor Analysis: Businesses can use this tool to analyze competitors' advertising activities and price strategies. This includes understanding how they advertise their products/services on Ebay-Kleinanzeigen and what target demographics they are likely focusing on.
  • Training & Development: It serves as a great tool for training purposes where one can learn about web scraping, HTML parsing, REST API usage, etc., before applying them in real-life projects.