This tutorial shows how to scrape Amazon.de ASIN details into CSV with the Amazon.de ASIN Scraper for Germany template for UScraper. You will prepare ASIN URLs, import the workflow, set the export folder, validate the CSV, and compare PA-API or hosted alternatives.
Before you start
Prerequisites and Amazon.de policy checks
You need UScraper installed as a local desktop app, a reviewed list of Amazon.de product URLs, and a folder for CSV exports. Use product detail URLs in the https://www.amazon.de/dp/{ASIN} shape when possible. Start with two to five ASINs because product pages can change by delivery region, language, cookie state, availability, and anti-abuse prompts.
This guide is for supervised research exports from pages you can inspect in a browser. It is not for bypassing CAPTCHA, account controls, checkout flows, private seller dashboards, or blocked resources. Review Amazon.de Conditions of Use and robots.txt before automation. If you need sanctioned catalog data for an affiliate or production application, compare this workflow with Amazon Product Advertising API GetItems and the Germany locale reference.
Technical access is not the same thing as permission. Keep runs modest, document your purpose, and stop when Amazon returns verification, CAPTCHA, or unusual access messages.
Workflow anatomy
What the Amazon.de ASIN scraper exports
The bundled JSON is simple by design: Navigate -> Wait for Page Load -> Wait for Element -> Sleep -> Structured Export -> Loop Continue. Navigate holds the Amazon.de URL list. The wait blocks reduce partial-page exports. Structured Export reads the rendered body, writes headers, and appends one row per URL. Loop Continue advances to the next ASIN.
The workflow extracts German-labeled product detail fields because the source site is Amazon.de. Some columns use direct selectors, while others use JavaScript to search detail tables and fallback modules. That improves coverage across common layouts, but selector QA is still part of the job.
| CSV group | Columns | Why it matters |
|---|---|---|
| Product identity | Titel, Marke, Hersteller | Confirms the ASIN resolved to the expected product and brand. |
| Market signals | Kundenbewertung, Anzahl_der_Bewertungen, Anzahl_der_beantworteten_Fragen, Preis, Bestand | Supports pricing checks, review snapshots, and availability monitoring. |
| Variation and specs | Art, Farbe, Kapazität, Produkt_Dimensionen | Helps separate variants that share a product family. |
| Content | Stichpunkte, Produkt_Information, Produkt_Beschreibung | Captures the visible copy used for catalog QA or enrichment. |
| Rank and media | Reihe_der_Bestseller, Datum_Erste_Verfügbar, Bild_URL_1 to Bild_URL_6, Aktuelle_Zeit | Adds audit context, image references, and scrape timing. |
Runbook
How to scrape Amazon.de ASIN details to CSV
Prepare your ASIN URL list
Create a plain list of approved Amazon.de product URLs, ideally in https://www.amazon.de/dp/ASIN format. Remove duplicates and keep notes on category, source, and reason for collection.
Import the UScraper template
Open Amazon.de ASIN Scraper for Germany, download the JSON, and import it into UScraper.
Replace the sample URLs
In the Navigate block, replace the two sample Amazon.de links with your own ASIN URLs. Preserve query strings only when they intentionally affect locale or delivery context.
Set the export path
In Structured Export, confirm amazon-details-asin-scraper-for-germany.csv, headers enabled, append mode, and a project-specific save folder.
Run one URL before the loop
Execute one product page, handle any cookie or verification prompts, then open the CSV and compare the row with the browser.
Run the batch and audit
Reconnect or continue the loop only after the first row is clean. Review rows from the beginning, middle, and end of the output before using the data.
The important habit is to treat the first row as setup, not production. If the title, price, rating, or image cells are wrong for one ASIN, scaling the loop only creates more cleanup.
Validation
Validate the Amazon.de product details export
Open the CSV beside the live browser and verify a few rows manually. Amazon pages often load modules independently, so a field can be blank even when the page itself loaded.
| Symptom | Likely cause | Fix |
|---|---|---|
Empty Titel | Product page did not render, was unavailable, or showed a prompt | Handle the prompt, extend waits, and rerun the URL. |
Blank Preis | No buy box, unavailable product, delayed price module, or regional state | Confirm the same ASIN in the browser and preserve relevant delivery context. |
Missing Marke or Hersteller | Brand appears in a different module or detail table label changed | Inspect the page and update the fallback selector if needed. |
| Image URLs are thumbnails only | Amazon served a different image module | Rerun after the page is fully loaded and check the image selector. |
| Duplicate rows | The same URL was supplied twice or append mode reused an old file | Dedupe the URL list, archive old CSVs, and restart with a clean output file. |
Alternatives
UScraper vs Amazon PA-API vs hosted ASIN scrapers
If you search for amazon germany asin scraper, you will find no-code templates, cloud actors, API products, Python tutorials, and Amazon's official Product Advertising API. They solve different problems.
| Option | Best fit | Trade-off |
|---|---|---|
| UScraper local desktop template | Analyst-reviewed CSV exports from known Amazon.de ASIN URLs | You maintain selectors when the page layout changes. |
| Amazon Product Advertising API | Approved applications that need API-backed product data and documented resources | Requires credentials, policy compliance, implementation work, and API field coverage. |
| Hosted actors such as Apify or Octoparse | Cloud scheduling, managed runtime, or vendor infrastructure | Data passes through a third-party service and pricing often scales with usage. |
| Scraper APIs such as Bright Data, Oxylabs, or ScraperAPI | Developer teams building ingestion pipelines at larger scale | Requires code, vendor terms, budget, and monitoring around response quality. |
| Python scripts | Technical users who want full control over requests and parsing | You own proxy strategy, rendering, retries, parsing, and maintenance. |
For a recurring research spreadsheet, UScraper is often fastest because the workflow is visible, editable, and local. For a product feature, affiliate application, or contractual feed, PA-API or an approved data provider is usually more durable.
FAQ
Amazon.de ASIN scraping FAQ
Amazon.de product pages may be visible in a browser, but automated access can still be limited by Amazon conditions of use, robots directives, anti-abuse systems, copyright, privacy law, and local rules. Review the current source terms, avoid bypassing CAPTCHA or access controls, and get legal review before commercial reuse.
Next step
Download the Amazon.de ASIN scraper template
When you are ready to run the tutorial, download the JSON from Amazon.de ASIN Scraper for Germany and keep this article open for validation. For adjacent workflows, browse all UScraper templates or the UScraper blog for more CSV export tutorials.

