# Extract Amazon.de Product Details by ASIN

**Use case:** 

Turn Amazon.de ASINs into structured product records with titles, prices, ratings, review counts, availability, bullets, images, bestseller rank, and Q&A count.

## Input

```json
{
  "maxItems": 1,
  "products": [
    "B08N5WRWNW"
  ],
  "maxRetries": 3,
  "requestDelaySecs": 2,
  "includeQuestionsCount": true,
  "maxImages": 6
}
```

## Output

```json
{
  "ASIN": {
    "label": "Asin"
  },
  "Webseite_URL": {
    "label": "Webseite url"
  },
  "Titel": {
    "label": "Titel"
  },
  "Marke": {
    "label": "Marke"
  },
  "Kundenbewertung": {
    "label": "Kundenbewertung"
  },
  "Anzahl_der_Bewertungen": {
    "label": "Anzahl der bewertungen"
  },
  "Anzahl_der_beantworteten_Fragen": {
    "label": "Anzahl der beantworteten fragen"
  },
  "Verkaufspreis": {
    "label": "Verkaufspreis"
  },
  "UVP": {
    "label": "Uvp"
  },
  "Farbe": {
    "label": "Farbe"
  },
  "Bestand": {
    "label": "Bestand"
  },
  "Hersteller": {
    "label": "Hersteller"
  },
  "Reihe_der_Bestseller": {
    "label": "Reihe der bestseller"
  },
  "Datum_Erste_Verfügbar": {
    "label": "Datum erste verfügbar"
  },
  "Bild_URL_1": {
    "label": "Bild url 1"
  },
  "Aktuelle_Zeit": {
    "label": "Aktuelle zeit"
  }
}
```

## About this Actor

This example demonstrates how to use [Amazon Germany Product Extractor: ASINs, Prices, Ratings](https://apify.com/nezha/amazon-details-asin-germany) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nezha/amazon-details-asin-germany) to learn more, explore other use cases, and run it yourself.