VOOZH about

URL: https://apify.com/0nixion/kleinanzeigenscraper

โ‡ฑ Kleinanzeigen Scraper ยท Apify


๐Ÿ‘ Kleinanzeigen Scraper avatar

Kleinanzeigen Scraper

Under maintenance

Pricing

$20.00/month + usage

Go to Apify Store

Kleinanzeigen Scraper

Under maintenance

This Apify Actor allows you to scrape search results from **Kleinanzeigen** based on customizable search parameters such as postal code, category, radius, and query terms. It retrieves structured data for easy integration into workflows, automation, or data pipelines.

Pricing

$20.00/month + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Pascal

Pascal

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

10 months ago

Last modified

Share

Kleinanzeigen Search Scraper

This Apify Actor allows you to scrape search results from Kleinanzeigen based on customizable search parameters such as postal code, category, radius, and query terms. It retrieves structured data for easy integration into workflows, automation, or data pipelines.


Features

  • Search Kleinanzeigen by:
    • Postal code (plz)
    • Category
    • Radius (distance around postal code)
    • Query string (keywords)
    • Page number (for pagination)
  • Returns structured JSON data.
  • Easily integrates with Apifyโ€™s storage and datasets.

Input Parameters

The Actor accepts the following input fields:

FieldTypeRequiredDescription
zipstringNoGerman postal code to limit the search area (Leave out or "" for no restriction).
categorystringNoCategory of items to search in (see down below on how to find the categoryId).
querystringNoSearch keywords (Not required but strongly advised to be used).
radiusnumberNoRadius in kilometers around the postal code.
pagenumberNoPage number for pagination (default: 0).

Output

The Actor pushes data into the default dataset. Each record is structured as JSON and includes the results from Kleinanzeigen based on the specified parameters.

Example output (simplified):

{
"page":0,
"all_pages":3,
"total_results":62,
"query":"Samsung",
"results":[
{
"title":"S21 FE 128 GB",
"result_zip_code":"XXXX",
"result_location_name":"XXXXX",
"listing_time":"2025-09-04T16:XXXXXX",
"category":"173",
"description":"<Description>",
"id": 3179XXXXX,
"url_to_listing":"https://www.kleinanzeigen.de/s-anzeige/s21-fe-128-gb/3179487XXX",
"pictures":[
...
],
"price":140,
"price_type":"SPECIFIED_AMOUNT",
"seller_name":"",
"seller_id":"",
"buynow":true,
"shipping":"undefined",
"condition":"ok"
},
...
]
}

Output Explanation

  • page: The page requested by you, defaults to zero (sorted by newest listings first)
  • all_pages: all possible pages starting at zero
  • total_results: How many listings matched the search
  • query: Your requested Query
  • results: An array of the found listings. A listing consists of:
    • title
    • result_zip_code: where is the listing to be found at
    • result_location_name: the name of the location
    • listing_time: when was the listing listed
    • category: The categoryId see down below for more infos
    • description: The first part of the description. May include HTML elements.
    • id: the id of the listing
    • url_to_listing: Under what url can the listing be found
    • pictures: all pictures for the listing
    • price: the price as a whole integer. Kleinanzeigen does not support fractions anyway.
    • price_type: Either SPECIFIED_AMOUNT: Fixed price or PLEASE_CONTACT: it is possible to negotiate with the seller, it is marked as VB (Verhandlungsbasis) on the webiste.
    • seller_name: currently empty/not supported
    • seller_id: currently empty/not supported
    • buynow: boolean, wheather it is possible to use the "Sofortkaufen" Function on Kleinanzeigen for the item.
    • shipping: currently empty/not supported, later it should be possible to find out if the seller is willing to ship the item.
    • condition: What condition is the item.

CategoryId

How to find the CategoryId?

Go to kleinanazeigen website, pick your desired category, inspect the HTML and search for categoryId (Note the capitalization). There will be multiple results, search for the input HTML tag for example: <input type="hidden" value="195" name="categoryId" id="search-category-value">

Some example values:

  • Immobilien: 195
  • Elektronik: 161

Examples

German wide search

Post this body with your query:

{
"query":"Iphone",
"page":0
}

Search with zip code no radius

The following query will only search in 12345 (radius will be auto set to zero!)

{
"zip":12345,
"query":"Iphone",
"page":0
}

Search with zip code and radius

The following query will only search in 12345 with 20 km Radius around it!

{
"zip":12345,
"radius":20
"query":"Iphone",
"page":0
}

You might also like

Kleinanzeigen.de Ebay Kleinanzeigen ($1 PPE) Search Results

truenorth/ebay-kleinanzeigen

Scrapes organic listings from kleinanzeigen.de search and category pages.

Kleinanzeigen Scraper

alvay/kleinanzeigenscraper

This Apify actor scrapes listings from Kleinanzeigen.de, extracting titles, prices, locations, posting dates, descriptions, and URLs.

๐Ÿ‘ User avatar

Thomas Zimmermann

32

Kleinanzeigen Scraper

crawlerbros/kleinanzeigen-scraper

Scrape classified listings from Kleinanzeigen.de (formerly eBay Kleinanzeigen). Extract listing details including title, price, description, location, seller info, images, and category-specific attributes.

50

5.0

Kleinanzeigen Scraper

jungle_synthesizer/kleinanzeigen-scraper

Scrape classified listings from Kleinanzeigen.de (formerly eBay Kleinanzeigen). Extract listing details including title, price, description, location, seller info, images, and category-specific attributes.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

๐Ÿ‡ฉ๐Ÿ‡ช Kleinanzeigen Scraper - German Marketplace Data

benthepythondev/kleinanzeigen-scraper

Scrape product listings, prices, locations, sellers, and images from Kleinanzeigen.de (formerly eBay Kleinanzeigen). Filter by keyword, category, location, price range. Perfect for market research, price monitoring, resellers, and dropshippers.

Kleinanzeigen Scraper โ€” German Classifieds & Marketplace Data

studio-amba/kleinanzeigen-scraper

Scrape classified listings from Kleinanzeigen.de (formerly eBay Kleinanzeigen), Germany's largest marketplace. Search by keyword, category, price range, and location. Extract titles, prices, descriptions, images, and seller info. No login or cookies required.