Kleinanzeigen Listing Scraper avatar
Kleinanzeigen Listing Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Kleinanzeigen Listing Scraper

Kleinanzeigen Listing Scraper

Extract classified ads from Kleinanzeigen.de by providing a search URL, with automatic pagination and comprehensive listing details.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

PowerBox

PowerBox

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

4 days ago

Last modified

Share

🏷️ Kleinanzeigen Listing Scraper

This actor allows you to scrape classified ads from Kleinanzeigen.de by providing a search URL. It automatically handles pagination and extracts comprehensive listing information.

Features

  • URL-based Scraping: Extract listings by providing a complete Kleinanzeigen search URL
  • Automatic Pagination: Automatically navigates through all pages until reaching the end or max items limit
  • Comprehensive Listing Data: Extract detailed information about each listing including:
    • Listing title and description
    • Pricing information
    • Location details
    • Images
    • Shop information (if available)
    • Shipping availability
  • Duplicate Prevention: Automatically removes duplicate listings
  • Fresh Data: All listings include timestamp of when they were collected

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete Kleinanzeigen search URL to scrape
maxItemsintegerNoMaximum number of listings to fetch

Output

The output is a list of listing objects, each containing:

  • searchUrl: The original search URL used
  • adId: Unique identifier of the ad
  • detailUrl: URL to the full listing details
  • imageUrl: URL of the listing's main image
  • title: Title of the listing
  • price: Price information (e.g., "VB" for negotiable price)
  • location: Geographic location of the listing
  • shortDescription: Brief description of the item
  • shipping: Whether shipping is available
  • shop: Shop name (if listing is from a commercial seller)
  • scrapedAt: Timestamp of when the listing was scraped

Example output:

[
{
"searchUrl": "https://www.kleinanzeigen.de/s-iphone/k0",
"adId": "2945678901",
"detailUrl": "https://www.kleinanzeigen.de/s-anzeige/iphone-13-pro-256gb/2945678901-176-4863",
"imageUrl": "https://img.kleinanzeigen.de/api/v1/prod-ads/images/12/12345678-abcd-ef12-3456-789012345678?rule=medium",
"title": "iPhone 13 Pro 256GB",
"price": "650 €",
"location": "Berlin",
"shortDescription": "iPhone 13 Pro in excellent condition, barely used",
"shipping": true,
"shop": null,
"scrapedAt": "2025-11-12T10:30:45.123Z"
}
]

Use Cases

  • Price monitoring and comparison
  • Market research for specific product categories
  • Lead generation for buyers
  • Inventory tracking for resellers
  • Regional market analysis
  • Trend analysis for popular items

Notes

  • Results are automatically paginated until reaching the end or max items limit
  • The actor handles both private and commercial listings
  • Duplicate listings are automatically filtered out
  • All URLs are automatically converted to absolute paths

Start collecting classified ads from Kleinanzeigen.de today!