# Idealo.de Scraper: Prices, Offers, Specs & Reviews

**Use case:** 

Scrape Idealo.de. Search/URL. Get GTIN, specs, images, ratings, reviews & full merchant offers with prices/seller details.

## Input

```json
{
  "mode": "search",
  "searchQuery": "iphone 15",
  "urls": [
    "https://www.idealo.de/preisvergleich/MainSearchProductCategory.html?q=iphone+15"
  ],
  "fetchDetails": true,
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "previewImage": {
    "label": "Image",
    "format": "image"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "lowPrice": {
    "label": "Lowest price",
    "format": "number"
  },
  "highPrice": {
    "label": "Highest price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "offerCount": {
    "label": "# Offers",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "# Reviews",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Idealo.de Scraper: Prices, Offers, Specs & Reviews](https://apify.com/abotapi/idealo-de-price-comparison-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/idealo-de-price-comparison-scraper) to learn more, explore other use cases, and run it yourself.