Amazon Details ASIN Scraper for Germany avatar

Amazon Details ASIN Scraper for Germany

Pricing

Pay per usage

Go to Apify Store
Amazon Details ASIN Scraper for Germany

Amazon Details ASIN Scraper for Germany

Extract Amazon.de product detail data from ASINs or product URLs, including title, brand, price, reviews, availability, product information, images, bestseller rank, and answered questions 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

4 days ago

Last modified

Share

Turn known Amazon.de ASINs 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. Paste one or more ASINs into ASINs or Amazon.de URLs.
  2. Keep maxItems: 10, requestDelaySecs: 2, and includeQuestionsCount: true for the first run.
  3. Use a German proxy for the most consistent Amazon.de output.
  4. 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

{
"asins": ["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.
  • Use startUrls when teammates prefer Apify's URL list editor.
  • Keep requestDelaySecs above zero for more stable Amazon runs.
  • Enable includeQuestionsCount only when you need the extra Q&A field.
  • Failed product or Q&A pages are stored in FAILED_ASINS, so one failed request does not stop the whole run.