# Idealo Price API: Look Up Prices by GTIN/EAN Barcode (DE)

**Use case:** 

Check idealo.de prices by EAN/GTIN barcode. Get all merchant offers with prices, shipping, availability & shop ratings as JSON. No scraping setup needed.

## Input

```json
{
  "operation": "search-by-gtin",
  "values": [
    "4009803341163",
    "3416070001811",
    "4013474101476"
  ],
  "country": "de"
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "result.name": {
    "label": "Name",
    "format": "text"
  },
  "result.url": {
    "label": "Idealo URL",
    "format": "link"
  },
  "result.price_min": {
    "label": "Min price",
    "format": "number"
  },
  "result.offers_count": {
    "label": "Offers",
    "format": "number"
  },
  "errorCode": {
    "label": "Error code",
    "format": "string"
  },
  "error": {
    "label": "Error message",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Idealo Price Data API](https://apify.com/pricepirate/idealo-price-data-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/pricepirate/idealo-price-data-api) to learn more, explore other use cases, and run it yourself.