Amazon Product Scraper for Germany
Search Amazon Germany by keyword and postal code for product listings with prices, ratings, review counts, and links.
概要
Amazon Product Scraper for Germany turns Amazon Germany searches into structured product-listing records localized to a German postal code. It captures the product title, displayed price, ASIN, product link, visible star rating, review-count text, originating search term, and collection timestamp for each result.
The resulting table gives commerce, sourcing, and research teams a repeatable view of products appearing for the same search terms and location. Keeping each product beside its search context makes it easier to compare visible offers, trace findings back to the listing, and build clean product sets for later analysis.
Data notes
Records come from publicly visible Amazon Germany search listings localized with the submitted postal code. A row represents a product as it appeared in a search result at collection time, not a full product-detail record. The displayed price preserves Amazon's visible euro symbol and German number formatting; it does not separate shipping, tax, coupons, or other checkout adjustments. Star ratings and review counts are retained as display text, including German phrases such as “von 5 Sternen.” Prices, ratings, review counts, result ordering, and availability can change after collection. Some listings may omit a displayed price, and removed, signed-in-only, or otherwise inaccessible information is not covered.
What the results look like
Each record represents one product listing returned for a submitted search keyword and postal code:
| ASIN | Product title | Displayed price | Star rating | Review count | Search keyword |
|---|---|---|---|---|---|
| B0GGCDV1Q1 | Google Pixel 10a – 7 Jahre Betriebssystem- und Sicherheitsupdates, Obsidian, 128GB | 335,21 € | 4,5 von 5 Sternen | 734 | iphone15 |
| B0DHVD6TBX | NEW'C Schutzfolie für iPhone 16/15, 3 Stück | 7,66 € | 4,3 von 5 Sternen | 290376 | iphone15 |
| B0D26GWWD1 | heat it - Insektenstichheiler für Android & iPhone 15/16/17 | 20,92 € | 4,8 von 5 Sternen | 5880 | iphone15 |
The output also includes “Product URL” and “Collection time.”
Use cases
- For search assortment reviews, group records by “Search keyword” and compare “ASIN” and “Product title” to see which products appear for each term.
- For visible price research, compare “Displayed price” across similar “Product title” values while retaining “Product URL” for direct review.
- For reputation screening, use “Star rating” together with “Review count” to separate highly rated products with substantial feedback from listings with limited review history.
- For repeated monitoring, compare “ASIN,” “Displayed price,” and “Collection time” across runs to identify new listings or visible price changes.
適用範囲と境界
Each run accepts one German postal code, 1 to 1,000 search pages, and up to 10,000 keywords; delivery is capped at 100,000 public listing records.
- 適している用途
- Use it when you need Amazon Germany search listings for one or more product keywords localized to a German postal code.
- Use it for visible price, rating, review-volume, and product-link comparisons across search results.
- 適さない用途
- Do not use it for product descriptions, seller details, inventory quantities, customer review text, or checkout-only information.
- Do not use it for Amazon marketplaces outside Germany or for data that requires a signed-in account.
失敗時の処理
作者が宣言した失敗時と再試行の動作です。連携時にはシステムプロンプトに含めることをおすすめします。
- 1If a run stops before completion, retry the same small keyword set once; if it stops again, reduce the page count or number of keywords.
- 2If no records are returned, verify the postal code and search terms, then try a broader keyword because visible results can vary by location.
入力
この App の呼び出しに必要なパラメータで、manifest.json の input.schema から生成されています。
| フィールド | 業務名称 | 型 | 必須 | デフォルト | 列挙値/制約 | 例 | 説明 |
|---|---|---|---|---|---|---|---|
| keywords | Search keywords | array<string> | はい | — | 最大 10000 件 | ["iphone15"] | Amazon Germany product search terms to collect. Provide between one and 10,000 keywords per run. |
| number_of_pages | Number of search pages | number | はい | — | 1–1000 | 1 | Number of Amazon search-result pages to collect for each keyword, from 1 to 1,000. Larger values increase run time and cost. |
| postal_code_in_germany | German postal code | number | はい | — | 0–99999 | 10115 | Numeric German postal code used to localize Amazon search results. Enter one postal code per run. |
出力
1 件のレコードのフィールド構造で、manifest.json の output.schema から生成されています。
| フィールド | 業務名称 | 型 | 例 | 説明 |
|---|---|---|---|---|
| asin | ASIN | string | B0GGCDV1Q1 | Amazon Standard Identification Number displayed for the product listing. |
| collection_time | Collection time | string | 2026-09-09 05:34 | Collection timestamp supplied with the listing record in the source format. |
| product_url | Product URL | string | https://www.amazon.de/Google-Pixel-Betriebssystem-Sicherheitsupdates-Pixel-Sicherheitsfunktionen/dp/B0GGCDV1Q1/ref=sr_1_1?dib=eyJ2IjoiMSJ9.SAGXfzAH1BzuQEmx39bTxl8zUsdOfT0sj3aHCSXTycNQq8BQScOxye_Plt2OeaCyk2uP8SQyowV9-SSCjZYB5KPeLlmurswoZHXD_FJpN2TBDJz9OwxT_9lJb9TucGHg3savRGuF-rzWkC7T-eS0_aimlrQVIwrcjBQwdcckKEm_fg5pUtJyyiNdBgnD3-jVnR1JJ2o97uz236kL373gsLsGVkILN2y41nF7zNXUSqI.o5KctXAxdMSvBEXHkkMyZ23GD1nyN4chOMet1cVni4Y&dib_tag=se&keywords=iphone+15&qid=1788924850&sr=8-1 | Amazon Germany product detail-page address linked from the search result. |
| search_keyword | Search keyword | string | iphone15 | Search term that produced the product listing. |
| review_count | Review count | string | 734 | Review-count text displayed on the Amazon Germany search listing. |
| displayed_price | Displayed price | string | 335,21 € | Price text displayed on the Amazon Germany search listing, including the visible currency symbol when available. |
| star_rating | Star rating | string | 4,5 von 5 Sternen | Star-rating text displayed on the Amazon Germany search listing. |
| product_title | Product title | string | Google Pixel 10a – 7 Jahre Betriebssystem- und Sicherheitsupdates, mehr als 30 Stunden Akkulaufzeit, Kamera-Coach, Gemini Live, Pixel-Sicherheitsfunktionen - Obsidian, 128GB | Product title displayed in the Amazon Germany search result. |
レコード Schema
出力はレコード単位で 1 件ずつ返されます。 detail.output.idFieldHint
{
"type": "object",
"properties": {
"asin": {
"type": "string",
"title": "ASIN",
"description": "Amazon Standard Identification Number displayed for the product listing.",
"prefill": "B0GGCDV1Q1"
},
"collection_time": {
"type": "string",
"title": "Collection time",
"description": "Collection timestamp supplied with the listing record in the source format.",
"prefill": "2026-09-09 05:34"
},
"product_url": {
"type": "string",
"title": "Product URL",
"description": "Amazon Germany product detail-page address linked from the search result.",
"prefill": "https://www.amazon.de/Google-Pixel-Betriebssystem-Sicherheitsupdates-Pixel-Sicherheitsfunktionen/dp/B0GGCDV1Q1/ref=sr_1_1?dib=eyJ2IjoiMSJ9.SAGXfzAH1BzuQEmx39bTxl8zUsdOfT0sj3aHCSXTycNQq8BQScOxye_Plt2OeaCyk2uP8SQyowV9-SSCjZYB5KPeLlmurswoZHXD_FJpN2TBDJz9OwxT_9lJb9TucGHg3savRGuF-rzWkC7T-eS0_aimlrQVIwrcjBQwdcckKEm_fg5pUtJyyiNdBgnD3-jVnR1JJ2o97uz236kL373gsLsGVkILN2y41nF7zNXUSqI.o5KctXAxdMSvBEXHkkMyZ23GD1nyN4chOMet1cVni4Y&dib_tag=se&keywords=iphone+15&qid=1788924850&sr=8-1"
},
"search_keyword": {
"type": "string",
"title": "Search keyword",
"description": "Search term that produced the product listing.",
"prefill": "iphone15"
},
"review_count": {
"type": "string",
"title": "Review count",
"description": "Review-count text displayed on the Amazon Germany search listing.",
"prefill": "734"
},
"displayed_price": {
"type": "string",
"title": "Displayed price",
"description": "Price text displayed on the Amazon Germany search listing, including the visible currency symbol when available.",
"prefill": "335,21 €"
},
"star_rating": {
"type": "string",
"title": "Star rating",
"description": "Star-rating text displayed on the Amazon Germany search listing.",
"prefill": "4,5 von 5 Sternen"
},
"product_title": {
"type": "string",
"title": "Product title",
"description": "Product title displayed in the Amazon Germany search result.",
"prefill": "Google Pixel 10a – 7 Jahre Betriebssystem- und Sicherheitsupdates, mehr als 30 Stunden Akkulaufzeit, Kamera-Coach, Gemini Live, Pixel-Sicherheitsfunktionen - Obsidian, 128GB"
}
},
"required": [],
"additionalProperties": false
}連携方法
この App は MCP、API、SDK、ファイルエクスポートのいずれでも連携でき、どのチャネルも同じ能力と料金を共有します。すべてのリクエストは Authorization: Bearer ヘッダーで認証し、認証情報には API Key(長期有効。Open Platform コンソールで作成)を使用します。MCP クライアントは OAuth によるキー不要のログインにも対応しています。CLI や Skill など、さらに多くの連携方法も準備中です。
MCP(Model Context Protocol)を使うと、Claude や Cursor などの AI クライアントからこの App を直接呼び出せます。クライアントと認証方式を選び、下の設定をコピーしてください。
クライアント設定
Bearer の後の値を長期有効な API Key に置き換えてください。あらゆるクライアント、CI、ヘッドレス環境で利用できます。
{
"mcpServers": {
"YiJacobJohnRaku__amazon-product-scraper-for-germany": {
"type": "http",
"url": "https://mcp-v2.octoparse.com?pin=YiJacobJohnRaku/amazon-product-scraper-for-germany",
"headers": { "Authorization": "Bearer <YOUR_API_KEY>" }
}
}
}AI に設定を任せる
設定を手作業で編集したくない場合は、インストールプロンプトをコピーして任意の AI クライアントに貼り付けてください。AI が自分のやり方でセットアップを完了します(プロンプトは AI があなたに API Key を尋ねる形になっているため、認証情報がチャット履歴や共有設定に残りません)。
detail.access.mcp.composeHint
料金
正常に返されたレコードの件数に応じて課金されます。失敗したタスクには課金されません。
複数の課金イベントはそれぞれ独立して累計されます。詳細は各項目をご覧ください。失敗したタスクには課金されません。
今すぐ試す
パラメータを入力して実行してください。結果は実際の呼び出しによるものです。