Kleinanzeigen Scraper avatar

Kleinanzeigen Scraper

Pricing

from $1.30 / 1,000 results

Go to Apify Store
Kleinanzeigen Scraper

Kleinanzeigen Scraper

Kleinanzeigen.de listing dataset from search URLs or keywords, including titles, prices, locations, seller type, and optional listing details.

Pricing

from $1.30 / 1,000 results

Rating

0.0

(0)

Developer

Farhan Ali

Farhan Ali

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Kleinanzeigen Scraper creates a structured dataset of classified listings collected from Kleinanzeigen, Germany's classifieds marketplace. Each dataset item represents one Kleinanzeigen listing and can include identifiers, title, price, location, shipping, category, images, attributes, and seller fields. Query the source by pasting Kleinanzeigen search or category URLs, individual /s-anzeige/ listing URLs, or keyword searchQueries. Control the result limit with maxItems, and retrieve records through the Apify Dataset API or export them as JSON, CSV, Excel, XML, or another supported format.

Dataset at a glance

PropertyValue
Sourcekleinanzeigen.de (German classifieds marketplace)
Record unitOne Kleinanzeigen listing
Input methodsSearch/category or /s-anzeige/ listing URLs (startUrls); keyword queries (searchQueries)
Main identifiersid, url
DeliveryApify Dataset and API
Export formatsJSON, CSV, Excel, XML, HTML (Apify dataset exports)
Update modelFresh records per Actor run
Pricing$2.00 per 1,000 listings (apify-default-dataset-item); Actor start $0.00005

Coverage and available records

The Actor collects listings from public Kleinanzeigen pages using one or both entry points:

  • URL-based: Pass search or category URLs (for example https://www.kleinanzeigen.de/s-laptop/k0) or /s-anzeige/ listing URLs in startUrls.
  • Search-based: Set searchQueries (console prefill laptop). Each query becomes a Kleinanzeigen search URL. Both inputs can be combined.

Record types and limits:

  • Overview records always include id, listingId, url, title, price, priceValue, currency, location, shipping, sellerType, isProfessional, tags, and badges when the search card publishes them.
  • Detail fields are conditional. Schema default for fetchDetails is true (console prefill false). When enabled, the same record can include full description, image gallery, attributes, features, locationStructured, category, postedDate, viewsCount, and seller. Disable it for overview-only records (detailFetched is then false).
  • Result cap: maxItems limits listings (0 = unlimited, schema default; console prefill 25). maxPages limits pages per start URL (0 = site cap, about 10 pages / about 250 listings).
  • Site cap: Kleinanzeigen caps unfiltered searches at about 250 results.

Known exclusions: login-only content; historical snapshots.

Data dictionary

Field names match dataset JSON properties exactly. Fields marked conditional appear when fetchDetails is enabled and Kleinanzeigen publishes the value. Missing text is usually ""; priceValue and viewsCount can be null. Deduplicate on id or url.

FieldTypeNullableDescriptionExample
idstringNoNumeric listing identifier; recommended dedup key3445720155
listingIdstringNoListing slug or id from the card or /s-anzeige/ URL3445720155
urlstringNoListing page URL; secondary dedup keyhttps://www.kleinanzeigen.de/s-anzeige/3445720155
titlestringYesListing headlineLenovo ThinkPad T14 Gen 1 | 14" | 16 GB RAM | 512 GB SSD
descriptionstringYesCard snippet, or full text when fetchDetails is on
pricestringYesAsking price as shown (VB, VHB, zu verschenken)319 €
priceValuenumberYesNumeric euro amount; null when not parseable319.0
currencystringYesCurrency code when a euro price is shownEUR
locationstringYesLocation as shown (postal code and city)58644 Iserlohn
locationStructuredobjectYesStructured location (conditional)See nested table
shippingstringYesShipping or pickup label as shownVersand möglich
viewsCountintegerYesView count when published (conditional)
categorystringYesCategory when published (conditional)
postedDatestringYesPosted date as rendered (conditional)
imagesstring[]YesImage URLs; gallery when fetchDetails is on
attributesobjectYesLabel/value pairs (conditional); keys vary by category{}
featuresstring[]YesFeature tags (conditional)[]
tagsobjectYesCard tags {size, rooms, condition}See nested table
badgesstring[]YesBadges when shown (TOP, Highlight, Verkäufergarantie)[]
sellerTypestringYesGewerblich, Privat, or emptyGewerblich
isProfessionalbooleanNotrue when the listing is marked commercialtrue
sellerobjectYesSeller object (conditional)See nested table
sourcestringNoSource hostkleinanzeigen.de
scrapedAtstringNoCollection timestamp (ISO 8601, UTC)2026-07-14T14:49:31.184181+00:00
detailFetchedbooleanNotrue when the listing page was collectedfalse

locationStructured (conditional — fetchDetails)

FieldTypeNullableDescription
streetstringYesStreet when published
postalCodestringYesGerman postal code
citystringYesCity
districtstringYesDistrict when published

tags

FieldTypeNullableDescription
sizestringYesSize tag when shown (for example floor area)
roomsstringYesRoom-count tag when shown
conditionstringYesCondition or remaining card tag

seller (conditional — fetchDetails)

FieldTypeNullableDescription
companyNamestringYesCommercial seller name when published
contactNamestringYesContact name when published
profileUrlstringYesSeller profile URL when published
imprintstringYesImprint text when published
activeSincestringYesActivity tenure as shown
isPrivatebooleanYestrue when the seller is marked private

Example dataset record

Overview-only record from a laptop search (fetchDetails: false). Empty objects, empty arrays, and null are the Actor's overview-only defaults.

{
"id": "3445720155",
"listingId": "3445720155",
"url": "https://www.kleinanzeigen.de/s-anzeige/3445720155",
"title": "Lenovo ThinkPad T14 Gen 1 | 14\" | 16 GB RAM | 512 GB SSD",
"description": "",
"price": "319 €",
"priceValue": 319.0,
"currency": "EUR",
"location": "58644 Iserlohn",
"locationStructured": {},
"shipping": "Versand möglich",
"viewsCount": null,
"category": "",
"postedDate": "",
"images": [],
"attributes": {},
"features": [],
"tags": {},
"badges": [],
"sellerType": "Gewerblich",
"isProfessional": true,
"seller": {},
"source": "kleinanzeigen.de",
"scrapedAt": "2026-07-14T14:49:31.184181+00:00",
"detailFetched": false
}

The record above was produced with this input:

{
"startUrls": [{ "url": "https://www.kleinanzeigen.de/s-laptop/k0" }],
"maxItems": 25,
"maxPages": 0,
"fetchDetails": false,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "DE"
}
}

Query and input reference

InputTypeRequiredDefaultAccepted valuesDescription
startUrlsarray (requestListSources)No*Search/category or /s-anzeige/ URLsURL entry point. Console prefill: https://www.kleinanzeigen.de/s-laptop/k0
searchQueriesarray (string)No*Keywords (e.g. laptop)Converted to Kleinanzeigen search URLs. Console prefill: ["laptop"]
maxItemsintegerNo00 or any positive integerMaximum listings; 0 = unlimited (site cap still applies). Console prefill: 25
maxPagesintegerNo00 or any positive integerPages per start URL; 0 = site cap (~10 pages / ~250 listings)
fetchDetailsbooleanNotruetrue / falseListing-page fields on the same record. false = overview-only. Console prefill: false
proxyConfigurationobjectNoApify proxy, RESIDENTIAL, DEApify or custom proxiesResidential Germany (DE) recommended

* Provide startUrls, searchQueries, or both. At least one source is required to collect listings.

Minimal request:

{ "searchQueries": ["laptop"] }

Advanced request (search URL, detail fields, residential DE proxy):

{
"startUrls": [{ "url": "https://www.kleinanzeigen.de/s-laptop/k0" }],
"maxItems": 25,
"maxPages": 0,
"fetchDetails": true,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "DE"
}
}

Retrieve the data through the API

The Actor is published at https://apify.com/datascrapers/kleinanzeigen-scraper.

  1. Start the Actor with a JSON input (console or API).
  2. Wait for the run to finish, or use a synchronous endpoint if you want the response inline.
  3. Retrieve items from the run's default dataset.
  4. Paginate or export the dataset.

Python example:

from apify_client import ApifyClient
client = ApifyClient("YOUR-APIFY-TOKEN")
run_input = {
"startUrls": [{"url": "https://www.kleinanzeigen.de/s-laptop/k0"}],
"maxItems": 25,
"fetchDetails": True,
"proxyConfiguration": {
"useApifyProxy": True,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "DE",
},
}
run = client.actor("datascrapers/kleinanzeigen-scraper").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item["id"], item["title"], item["price"])

Apify generates ready-to-run Python, JavaScript, and cURL examples on the Actor's API tab. Do not put a real API token in shared code or URLs.

Data quality and record handling

  • Conditional fields: description, gallery, attributes, features, locationStructured, category, postedDate, viewsCount, and seller appear when fetchDetails is enabled and published. Overview-only runs set detailFetched to false.
  • Source vs derived: price, location, shipping, sellerType, postedDate, and category are stored as shown. priceValue is derived from price (null for VB, VHB, zu verschenken). currency is EUR when a euro amount is shown.
  • Deduplication: unique by listing id within a run. Across runs, use id or url. Previous runs are not deduplicated.
  • Empty versus null: missing text is usually ""; objects {}; arrays []; priceValue and viewsCount can be null. Unreadable fields are not fabricated.
  • Residential proxies: Germany (DE) residential proxies are recommended; datacenter IPs may reduce coverage.

Export and pipeline examples

DestinationRecommended methodTypical use
PostgreSQL / SupabaseDataset API poll or webhook consumerStore listings alongside price-monitoring tables
Google SheetsApify Google Sheets integrationShare listing shortlists with research teams
CRM (HubSpot, Salesforce)Webhook on run completionPush new listings into outreach pipelines
S3 / cloud storageScheduled export via Apify scheduler + integrationArchival of marketplace snapshots

Pricing and cost examples

Pay-per-event: each listing is billed as apify-default-dataset-item at $0.002 ($2.00 per 1,000). Actor start is $0.00005 per run. fetchDetails changes fields on the same record; it is not a second billed event.

EventTriggerRate
Actor startOnce per run$0.00005
Listing result (apify-default-dataset-item)Each listing pushed to the dataset$0.002 per record ($2.00 per 1,000)
RecordsConfigurationEstimated base cost
1,000Overview or details (fetchDetails on or off)$2.00
10,000Overview or details (fetchDetails on or off)$20.00

Actor start ($0.00005) does not change the per-1,000 listing total at these sizes. Compute units are billed by your Apify plan. Estimates depend on the verified pricing model and selected options.

Limitations and responsible data use

  • The Actor collects publicly accessible Kleinanzeigen page data only.
  • Unfiltered searches are capped at about 250 results (about 10 pages). Use additional or filtered start URLs for a larger set.
  • Field availability depends on what Kleinanzeigen renders at run time; values can be empty or null.
  • No historical snapshots unless you store them yourself.
  • Residential proxies in Germany (DE) are recommended for large runs.
  • You are responsible for compliance with Kleinanzeigen's terms, applicable privacy law, and any contractual obligations.

Dataset questions

What does one dataset item represent?

One Kleinanzeigen listing. fetchDetails adds fields to that same record; it does not create a second item.

Which field should I use as a unique identifier?

id (the numeric Kleinanzeigen listing identifier) is the recommended deduplication key. Use url as a secondary key.

Are fields nullable or conditional?

Yes. Detail fields exist only when fetchDetails is enabled and Kleinanzeigen publishes them. priceValue and viewsCount can be null. Other missing values are typically empty strings, objects, or arrays.

What does fetchDetails change?

Schema default is true. Enabled: same record can include full description, gallery, attributes, features, locationStructured, category, postedDate, viewsCount, and seller. Disabled: overview-only, detailFetched is false. Billing remains one apify-default-dataset-item per listing.

Can I retrieve the records as CSV or JSON?

Yes. The dataset can be exported as JSON, CSV, Excel, XML, or HTML from the Apify Console, and queried through the Dataset API.

Does the Actor return historical data?

No. Each run captures listing state at run time. To track price or availability changes, schedule repeated runs and store the outputs yourself.

What counts as a billable result?

One apify-default-dataset-item charge per listing pushed to the dataset ($0.002, or $2.00 per 1,000). Actor start is $0.00005 once per run. There is no separate details event.

  • Gumtree Scraper — UK classified listings comparable with Kleinanzeigen for-sale ads.
  • Etsy Scraper — Marketplace goods for price comparison with Kleinanzeigen products.
  • Cars.com Scraper — US vehicle listings alongside Kleinanzeigen automotive ads.
  • Immobilienscout24 Scraper — German property listings joinable with Kleinanzeigen real-estate ads by location.
  • Amazon Search Scraper — Retail product records for classifieds price comparison.

Data Scrapers support

Need an additional field, record type, or export workflow? Contact Data Scrapers at stardustspotlight@gmail.com. Include a sample source URL, required fields, expected record volume, and preferred delivery format.