Idealo.de Scraper: 6 Countries, $3 per 1,000 SERP Results
Scrape Idealo, Germany's #1 price comparison platform with millions of offers from thousands of online shops. Multi-country: DE, FR, ES, IT, UK and AT. Returns best price, merchant offers, rating, review count, EAN/GTIN, brand, specs and category. Optional detail mode pulls full merchant breakdowns with per-shop prices. Akamai bot protection bypassed via Chrome TLS fingerprinting. Built for price tracking, MAP enforcement, repricing and merchant intelligence across the DACH region and beyond.
Detail price
$0.008/result
Anti-Bot
Akamai TLS bypass
What you can scrape
- Product identity: name, description, brand, category, ean, product_url, product_image_url
- Pricing: best_price, price_currency, price_count (number of merchants)
- Ratings: rating, review_count
- Merchant detail mode: merchant_name, merchant_price, full per-shop breakdown
- Specs: structured product attributes (processor, RAM, screen size, capacity, etc.)
- Countries: Germany (idealo.de), France (idealo.fr), Spain (idealo.es), Italy (idealo.it), UK (idealo.co.uk), Austria (idealo.at)
Primary use cases
- Price tracking. Schedule daily scans on a SKU list and graph best_price over time
- MAP enforcement. Flag merchants selling below the minimum advertised price for compliance teams
- Repricing tools. Feed merchant_price arrays into automated repricers for marketplace alignment
- Merchant intelligence. Map which shops carry a SKU and how aggressive their pricing is
- Cross-country price gap. Same EAN across .de, .fr, .es, .it for arbitrage detection
- Catalog enrichment. Pull EAN, brand, specs and category for product database hygiene
API example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~idealo-de-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchQuery": "macbook air m3",
"maxResults": 50,
"includeDetails": true,
"country": "de"
}'
Integrations
- n8n, Make, Zapier: trigger runs and stream offers into pricing dashboards
- AI Agents (MCP): Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python, Node.js: Apify SDK for programmatic access
- Google Sheets, Airtable: SKU list in, best price + merchant breakdown out
Output fields
| Field | Type | Example |
| name | string | Apple MacBook Air M3 13" 256GB |
| brand | string | Apple |
| best_price | number | 999.00 |
| price_currency | string | EUR |
| price_count | integer | 42 |
| rating | number | 4.7 |
| review_count | integer | 1,283 |
| ean | string | 0195949179426 |
| category | string | Notebooks > MacBook Air |
| merchant_name | string | Amazon.de |
Related Actors