Kleinanzeigen Listings Scraper avatar

Kleinanzeigen Listings Scraper

Pricing

from $1.00 / 1,000 product listings

Go to Apify Store
Kleinanzeigen Listings Scraper

Kleinanzeigen Listings Scraper

The Kleinanzeigen Scraper extracts ad listings from Germany's largest classifieds marketplace, capturing titles, prices, locations, seller info, attributes, and images — ideal for price monitoring and market research.

Pricing

from $1.00 / 1,000 product listings

Rating

0.0

(0)

Developer

FalconScrape

FalconScrape

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

🚀 Kleinanzeigen.de Listings Scraper

Extract structured ad listings from Kleinanzeigen.de — Germany's largest classifieds marketplace with hundreds of millions of listings across all categories. The Kleinanzeigen Listings Scraper lets you gather product data for price research, market analysis, and lead generation.

✨ Features

  • 🔍 Keyword Search: Provide search terms and the scraper builds the correct search URLs automatically.
  • 🗂️ Category Browsing: Supply any Kleinanzeigen category page URL to scrape all listings within it.
  • 📄 Pagination Support: Automatically follows listing pages up to your configured limit.
  • 📋 Listing Summaries: Quickly collect ad IDs, titles, prices, locations, dates, shipping options, and seller type (private vs. PRO).
  • 🔎 Full Detail Extraction: Optionally follow each ad to its detail page for complete data — full description, seller name, structured attributes, category breadcrumbs, and image URLs.
  • Fast & Lightweight: Optimized for speed and minimal resource usage.

🛠️ How It Works

  1. Provide Input – Enter search terms (e.g. iphone 13) or paste Kleinanzeigen category/search URLs.
  2. Choose Depth – Run in listing-only mode for quick summaries, or enable Scrape Detail Pages for full ad data.
  3. Get Results – Structured JSON output is saved to the dataset and ready for download or integration.

📥 Input

FieldTypeDefaultDescription
startUrlsArray of URLsKleinanzeigen category or search page URLs to start from
searchTermsArray of stringsKeywords to search for on Kleinanzeigen.de
maxPagesInteger5Max listing pages to paginate per start URL or search term
maxRequestsPerCrawlInteger500Total HTTP request safety cap for the run
scrapeDetailsBooleanfalseFollow each listing to its detail page for full data extraction
proxyConfigurationObjectdisabledOptional proxy settings to avoid IP-based rate limiting at scale

📊 Sample Output Data

Listing mode (scrapeDetails: false)

{
"adId": "3361291367",
"url": "https://www.kleinanzeigen.de/s-anzeige/iphone17-neu-verschweisst-aus-meinem-neuen-vertrag/3361291367-173-8390",
"title": "iPhone17 neu verschweißt aus meinem neuen Vertrag",
"price": "900 € VB",
"location": "73240 Wendlingen am Neckar",
"datePosted": "Heute, 16:51",
"description": "Hallo, verkaufe hier das Iphone17 in schwarz. Es hat 256gb und ist noch verschweißt...",
"shipping": [],
"isPro": false,
"imageCount": 2,
"scrapedAt": "2026-03-23T15:53:59.785Z"
}

Detail mode (scrapeDetails: true)

{
"adId": "3361291803",
"url": "https://www.kleinanzeigen.de/s-anzeige/iphone-11-mit-64gb/3361291803-173-7988",
"title": "iPhone 11 mit 64GB",
"price": "100 € VB",
"location": "72124 Baden-Württemberg - Pliezhausen",
"datePosted": "23.03.2026",
"description": "iPhone 11 mit 64GB, Gebrauchsspuren auf dem Bildschirm und auf der Rückseite",
"sellerName": "Leon Welker",
"category": ["Kleinanzeigen", "Elektronik", "Handy & Telefon"],
"attributes": {
"Art": "Apple",
"Farbe": "Schwarz",
"Gerät & Zubehör": "Gerät",
"Zustand": "Gut"
},
"images": [
"https://img.kleinanzeigen.de/api/v1/prod-ads/images/8f/8f4b68b8-0f3c-4471-a199-148cff01de32?rule=$_59.AUTO"
],
"scrapedAt": "2026-03-23T15:54:25.348Z"
}

💰 Pricing

This Actor uses Pay Per Event pricing — you are only charged for data you actually extract.

EventWhen it firesPrice
product-listingEach listing item extracted from a search/category pageSet in Console
item-detailEach full ad detail page scraped (scrapeDetails: true)Set in Console
  • In listing mode (scrapeDetails: false), only product-listing events are charged.
  • In detail mode (scrapeDetails: true), only item-detail events are charged (one per detail page visited).
  • The scraper respects your configured spending limit and exits cleanly when it is reached.