Kleinanzeigen.de Scraper - German Classifieds avatar

Kleinanzeigen.de Scraper - German Classifieds

Pricing

from $3.00 / 1,000 listing (basic)s

Go to Apify Store
Kleinanzeigen.de Scraper - German Classifieds

Kleinanzeigen.de Scraper - German Classifieds

Scrape classified listings from Kleinanzeigen.de (formerly eBay Kleinanzeigen), Germany's largest classifieds platform. Paste any search URL with filters. Extract title, price, description, location, seller info, and images. HTTP-only, low memory, pay-per-result.

Pricing

from $3.00 / 1,000 listing (basic)s

Rating

0.0

(0)

Developer

Alessandro Santamaria

Alessandro Santamaria

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Kleinanzeigen.de Scraper

Scrape classified listings from Kleinanzeigen.de (formerly eBay Kleinanzeigen), Germany's largest classifieds platform with 50M+ monthly visitors.

How it works

  1. Go to kleinanzeigen.de and set up your search with all desired filters (category, location, price range, condition, etc.)
  2. Copy the URL from your browser
  3. Paste it into the Search URLs input

That's it. The actor extracts all listings matching your search, with automatic pagination.

Features

  • Any filter combination — Whatever you can filter on kleinanzeigen.de, the actor can scrape
  • All categories — Electronics, furniture, cars, real estate, fashion, services, and more
  • Multiple searches — Paste multiple URLs to run several searches in one run
  • Detail enrichment — Get full descriptions, seller info, all images, and categories
  • Smart price parsing — Handles VB (negotiable), Zu verschenken (free), and German number formats
  • Fast & cheap — HTTP-only, 128 MB, pay-per-result

Output

FieldDescriptionSource
idKleinanzeigen ad IDSearch
titleAd titleSearch
descriptionFull ad descriptionDetail
price / price_typePrice in EUR + type (festpreis, VB, zu_verschenken)Search
location / postcodeLocation with postal codeSearch
categoryListing categoryDetail
seller_name / seller_typeSeller info (private/commercial)Detail
image_url / image_urlsImagesBoth
is_top_adWhether this is a promoted adSearch
posted_atPublication dateBoth
shipping_availableWhether shipping is offeredDetail
source_urlDirect link to listingBoth
scraped_atScrape timestamp (ISO 8601)Both

Pricing

No start fee — pay only for results:

EventCost
Listing (basic)$0.003
Listing (with details)$0.005

100 listings = $0.30 (basic) or $0.50 (with details)

Examples

VW petrol cars under 10,000 km

{
"searchUrls": ["https://www.kleinanzeigen.de/s-autos/volkswagen/c216+autos.fuel_s:benzin+autos.km_i:%2C10000+autos.marke_s:volkswagen"],
"maxResults": 50,
"includeDetails": true
}

iPhones in Berlin

{
"searchUrls": ["https://www.kleinanzeigen.de/s-berlin/iphone/k0l3331"],
"maxResults": 100
}

Multiple searches in one run

{
"searchUrls": [
"https://www.kleinanzeigen.de/s-berlin/macbook/k0l3331",
"https://www.kleinanzeigen.de/s-muenchen/macbook/k0l8861"
],
"maxResults": 200,
"maxResultsPerQuery": 100
}

Issues & Feedback

Missing something or not working as expected? Open an issue and we'll fix it.