# Idealo Shop Info API: Ratings, Payment & Top Products (DE)

**Use case:** 

Get any idealo.de shop profile by shop ID: ratings, reviews, address, payment & shipping methods, plus its top products with prices, all as clean JSON.

## Input

```json
{
  "operation": "shop-info",
  "values": [
    "328336"
  ],
  "country": "de"
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "result.shop.logo_url": {
    "label": "Logo",
    "format": "image"
  },
  "result.shop.name": {
    "label": "Shop",
    "format": "text"
  },
  "result.shop.url": {
    "label": "Idealo URL",
    "format": "link"
  },
  "result.shop.review_rating": {
    "label": "Rating",
    "format": "number"
  },
  "result.shop.review_count": {
    "label": "Reviews",
    "format": "number"
  },
  "result.shop.address.city": {
    "label": "City",
    "format": "text"
  },
  "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.