Scrape Geizhals.at and Geizhals.de, the leading tech price comparison platform for the DACH region (Germany, Austria, Switzerland). Returns product name, description, specifications, prices from multiple retailers with shop names and links, ratings, review counts, category, brand and images. Paste a search URL with the filters already applied, or search by keyword. Built for tech repricing, MAP enforcement and merchant intelligence in PC components, displays, networking and consumer electronics.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~geizhals-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchUrls": ["https://geizhals.de/?cat=monlcd19wide&xf=11939_27"], "maxResults": 50 }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/geizhals-scraper
| Field | Type | Example |
|---|---|---|
| name | string | NVIDIA GeForce RTX 4090 Founders Edition |
| brand | string | NVIDIA |
| category | string | Grafikkarten |
| retailer_prices | array | [{"shop": "Mindfactory", "price": 1599, "url": "..."}] |
| rating | number | 4.6 |
| review_count | integer | 248 |
| specifications | object | {"vram": "24 GB", "tdp": "450 W", ...} |
| image_url | string | https://gzhls.at/i/... |