Kleinanzeigen [$1.3/1K💰] | Cars | Real Estate | Seller Data avatar

Kleinanzeigen [$1.3/1K💰] | Cars | Real Estate | Seller Data

Pricing

from $1.27 / 1,000 results

Go to Apify Store
Kleinanzeigen [$1.3/1K💰] | Cars | Real Estate | Seller Data

Kleinanzeigen [$1.3/1K💰] | Cars | Real Estate | Seller Data

Extract Kleinanzeigen.de classifieds for electronics, cars, real estate, and seller data in Germany

Pricing

from $1.27 / 1,000 results

Rating

0.0

(0)

Developer

Ahmed Jasarevic

Ahmed Jasarevic

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Kleinanzeigen Scraper — German Classifieds, Cars, Real Estate & Seller Data

Extract Kleinanzeigen.de (formerly eBay Kleinanzeigen) listings — Germany's largest classifieds marketplace. Get product titles, prices, seller contact info, images and attributes from any search across electronics, used cars, real estate, furniture and more for price monitoring, lead generation and market research.

Main Use Cases

  • German classifieds price monitoring — track price drops across categories and set deal alerts
  • Used car market data — scrape prices, mileage and supply for automotive research
  • Real estate intelligence — collect rental and sale listings across German cities
  • Lead generation — gather seller data for B2B outreach or reselling
  • Market research — analyze pricing trends for secondhand goods in Germany
  • Competitor analysis — monitor competitor listings and pricing strategies
  • Deal hunting — find underpriced electronics, furniture and more

How It Works

You give the actor a public Kleinanzeigen search URL (e.g. filtered by city, category or keyword). It crawls each search result page, extracts every listing, and returns structured JSON with the title, price, location, seller, images and attributes — ready for export or analysis.

Build German Marketplace Databases Without an Official API

Kleinanzeigen.de has no public API for bulk classifieds data. This actor turns any search URL into a reusable dataset of German marketplace listings — prices, sellers and product attributes — for monitoring, research and lead generation at scale.

Input

FieldTypeRequiredDefaultNotes
searchUrlstringNohttps://www.kleinanzeigen.de/s-aachen/iphone/k0l1921Full Kleinanzeigen search URL to scrape
maxPagesintegerNo5Maximum result pages (25 ads per page)
maxItemsintegerNo0Maximum items to return (0 = unlimited)

Output

Each dataset item is one classifieds listing:

FieldTypeDescription
titlestringListing title
pricestringListed price
locationstringSeller location/city
descriptionstringListing description
sellerstringSeller username
datestringListing date
imagesarrayImage URLs
urlstringListing URL
attributesobjectKey/value attributes, e.g. brand, model

Example Input

{
"searchUrl": "https://www.kleinanzeigen.de/s-aachen/iphone/k0l1921",
"maxPages": 5,
"maxItems": 100
}

Example Output

{
"title": "iPhone 14 Pro Max 256GB",
"price": "450 €",
"location": "Aachen",
"description": "In good condition, barely used...",
"seller": "username123",
"date": "28.08.2026",
"images": ["https://img.kleinanzeigen.de/..."],
"url": "https://www.kleinanzeigen.de/...",
"attributes": { "brand": "Apple", "model": "iPhone 14" }
}

Integrations & Automation

This actor runs on the Apify platform, so results are available via the Apify API, exportable to JSON/CSV/Excel, or can be chained with other tools. For price monitoring, schedule a recurring run (e.g. daily) and compare outputs to catch price drops and new listings.

Verified related actors on Apify that pair well with this one. All links point to real, publicly available actors.

FAQ

Why use this actor instead of an official Kleinanzeigen API?

Kleinanzeigen.de does not offer a public API for bulk classifieds data. This actor extracts the same publicly visible listing data automatically as structured JSON.

What categories are supported?

Any category on Kleinanzeigen.de — electronics, used cars, real estate, furniture, smartphones, jobs and more — as long as you provide a search URL for it.

Can I filter by city or price?

Yes. Use the search filters on Kleinanzeigen.de to build a filtered search URL (by city, category, price range), then pass that URL to the actor.

Does this return seller contact data?

Yes. The seller field captures the seller username/handle from each listing, useful for lead generation and outreach.

SEO Keywords

kleinanzeigen scraper, ebay kleinanzeigen scraper, german classifieds api, kleinanzeigen.de data, german secondhand market data, used cars germany data, kleinanzeigen price monitoring, german marketplace dataset, kleinanzeigen seller data, deutschland anzeigen, german real estate listings, kleinanzeigen car scraper, classifieds lead generation, german online marketplace, kleinanzeigen alternative api

For AI Agents & LLM Apps

Purpose: Return structured Kleinanzeigen.de classifieds listings (title, price, location, seller, images, attributes) from any search URL.

Minimal working input:

{
"searchUrl": "https://www.kleinanzeigen.de/s-aachen/iphone/k0l1921",
"maxItems": 20
}

Output fields: title, price, location, description, seller, date, images, url, attributes.

Behaviors an agent should know:

  • searchUrl is the primary input — build a filtered URL on Kleinanzeigen.de (city, category, price) to scope results.
  • maxItems: 0 means unlimited — set it to a number to cap cost on large crawls.
  • maxPages is capped at 100; each page holds 25 ads.

Billing: Pay-per-result — $1.3 per 1K listings ($0.0013 each).

This actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Kleinanzeigen.de or eBay Kleinanzeigen. It only accesses publicly available listing pages — no login bypass and no CAPTCHA solving. You are responsible for compliance with Kleinanzeigen's Terms of Service and applicable data-protection law (GDPR). The output can include seller usernames; do not use them for unsolicited commercial outreach in violation of applicable law.