Scrape Billiger.de, Germany's largest price comparison platform with over 100 million product offers across 5,000+ categories. Find products by keyword or paste a category URL. Returns best price, number of merchant offers, product images displayed in the dataset, aggregate ratings from verified buyers, brand, EAN and structured specs when detail mode is enabled. Built for price monitoring, market research and dropshipping margin analysis.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~billiger-de-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQuery": "laptop", "maxResults": 50, "includeDetails": false }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/billiger-de-scraper
| Field | Type | Example |
|---|---|---|
| name | string | Apple MacBook Air M4 2025 |
| brand | string | Apple |
| best_price | number | 629 |
| price_currency | string | EUR |
| price_count | integer | 42 |
| rating | number | 3.9 |
| review_count | integer | 4 |
| ean | string | 1234567890123 |
| product_image_url | string | https://cdn.billiger.com/example.webp |
| source_platform | string | billiger.de |