Amazon Germany Product Extractor: ASINs, Prices, Ratings avatar

Amazon Germany Product Extractor: ASINs, Prices, Ratings

Pricing

Pay per usage

Go to Apify Store
Amazon Germany Product Extractor: ASINs, Prices, Ratings

Amazon Germany Product Extractor: ASINs, Prices, Ratings

Turn Amazon.de ASINs or product URLs into structured product records with titles, brands, prices, ratings, availability, bullets, image URLs, bestseller rank, and optional Q&A count.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

nezha

nezha

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 days ago

Last modified

Share

Amazon Germany Product Details Extractor: ASINs, Prices, Ratings

Turn Amazon.de ASINs or product URLs into structured Germany product detail records with prices, ratings, availability, product bullets, technical attributes, image URLs, bestseller rank, and optional answered questions count.

What this Actor does

This Actor is built for detail-page extraction, not product discovery. You provide ASINs or Amazon.de product URLs, and the Actor opens each product at:

https://www.amazon.de/dp/{ASIN}

It is useful when you want to:

  • enrich a known product list with Amazon Germany detail fields
  • monitor price, stock text, ratings, and review counts on Amazon.de
  • collect product content, attributes, and image URLs for catalog or research workflows
  • turn an internal ASIN list into exportable CSV, Excel, or JSON output

Quick start

  1. Keep maxItems: 1 for the first run.
  2. Paste one or more ASINs or Amazon.de product URLs into ASINs or Amazon.de Product URLs.
  3. Keep requestDelaySecs: 2 and includeQuestionsCount: true for the first run.
  4. The Actor uses Apify Proxy with Germany by default for more stable Amazon.de output.
  5. Click Run and export the dataset as CSV, Excel, or JSON.

Proxy recommendation

Use a German proxy whenever possible. Amazon may localize prices, availability, delivery messages, language, taxes, and redirects based on the request location. For the most consistent Amazon.de results, configure Apify Proxy with Germany as the country.

Use cases

Catalog enrichment
Start from a known ASIN list and export titles, brands, prices, bullets, dimensions, image URLs, and product information for downstream systems.

Price and availability monitoring
Track Amazon.de detail-page changes such as current price, list price, review count, stock text, and bestseller rank.

Marketplace research
Collect product bullets, descriptions, technical attributes, and answered question counts for category research or competitor analysis.

Output preview

ASINTitlePriceRatingReviewsAvailability
B08N5WRWNWEcho Dot ...59,99 EUR4,7 von 5 Sternen120.000 BewertungenAuf Lager

Typical fields include:

  • product identity: ASIN, Webseite_URL, Titel, Marke
  • market signals: Kundenbewertung, Anzahl_der_Bewertungen, Anzahl_der_beantworteten_Fragen
  • price and availability: Verkaufspreis, UVP, Bestand
  • content and specs: Stichpunkte, Produkt_Information, Produkt_Beschreibung, Farbe, Hersteller, Kapazität, Produkt_Dimensionen
  • ranking and timing: Reihe_der_Bestseller, Datum_Erste_Verfügbar, Aktuelle_Zeit
  • media: Bild_URL_1 through Bild_URL_10

Example input

{
"products": ["B08N5WRWNW", "https://www.amazon.de/dp/B0C7Q9MJ1T"],
"maxItems": 2,
"maxRetries": 3,
"requestDelaySecs": 2,
"includeQuestionsCount": true,
"maxImages": 6,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [],
"countryCode": "DE"
}
}

Best practices

  • Use plain ASINs when you already have a product list from another system.
  • Keep requestDelaySecs above zero for more stable Amazon runs.
  • Enable includeQuestionsCount only when you need the extra Q&A field.
  • Keep the default preview small, then increase maxItems deliberately for production runs.
  • Failed product or Q&A pages are stored in FAILED_ASINS, so one failed request does not stop the whole run.