Amazon Prime Scraper
Search Amazon US by keyword and ZIP code for Prime-filtered product listings with prices, ratings, and links.
概要
Amazon Prime Scraper turns Amazon US product searches into structured listing records localized to a US ZIP code. It captures the product title, displayed price, ASIN, product link, visible star rating, rating-count text, originating search term, search-results page, ZIP code, and collection timestamp for each result found under the Prime filter.
The resulting table is useful when commerce, sourcing, and research teams need a repeatable view of products appearing for the same search terms and location. It keeps the listing context beside each product, so analysts can trace a row back to both the search term and the search-results page instead of working from detached product names or copied prices.
Data notes
Records come from publicly visible Amazon US search listings filtered for Prime eligibility and localized with the submitted ZIP code. A row represents a product listing as it appeared in a search result at collection time, not a full product-detail record. The displayed price preserves Amazon's visible currency symbol and formatting; it does not separate shipping, tax, coupons, or other checkout adjustments. Star ratings and rating counts are also retained as display text, including phrases such as “out of 5 stars” and abbreviated counts such as “64.5K.” Availability, prices, ratings, ordering, and Prime eligibility can vary by ZIP code and can change after collection. 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 keyword and ZIP code:
| ASIN | Product title | Displayed price | Star rating | Rating count | Search keyword |
|---|---|---|---|---|---|
| B01I2ZQJSG | Elizavecca cer-100 collagen coating hair protein treatment 100ml | $6.99 | 4.4 out of 5 stars | (64.5K) | hair care |
| B076FHJ3K5 | Marc Anthony Grow Long, Detangling Leave-In Hair Conditioner Spray | $8.67 | 4.5 out of 5 stars | (71.7K) | hair care |
The output also includes “Product URL,” “Search results URL,” “ZIP code,” 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 “Rating count” to separate highly rated products with substantial feedback from listings with limited rating history.
- For location-sensitive monitoring, compare repeated collections by “ZIP code” and “Collection time” to identify changes in visible products, prices, or Prime-filtered availability.
適用範囲と境界
Each run accepts one US ZIP code, 1 to 1,000 search pages, and up to five keywords; delivery is capped at 100,000 public listing records.
- 適している用途
- Use it when you need Prime-filtered Amazon US search listings for one or more product keywords in a specific ZIP 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, reviews, or checkout-only information.
- Do not use it for Amazon marketplaces outside the United States 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 ZIP code and search terms, then try a broader keyword because availability and Prime-filtered results can vary by location.
入力
この App の呼び出しに必要なパラメータで、manifest.json の input.schema から生成されています。
| フィールド | 業務名称 | 型 | 必須 | デフォルト | 列挙値/制約 | 例 | 説明 |
|---|---|---|---|---|---|---|---|
| zip_code | US ZIP code | string | はい | — | — | 33136 | Five-digit US ZIP code used to localize Amazon availability and displayed results. Enter exactly one ZIP code 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. |
| keywords | Search keywords | array<string> | はい | — | 最大 5 件 | ["hair care"] | Amazon product search terms to collect. Provide between one and five keywords per run. |
出力
1 件のレコードのフィールド構造で、manifest.json の output.schema から生成されています。
| フィールド | 業務名称 | 型 | 例 | 説明 |
|---|---|---|---|---|
| asin | ASIN | string | B01I2ZQJSG | Amazon Standard Identification Number displayed for the product listing. |
| current_time | Collection time | string | 2026-09-09 11:36 | Collection timestamp supplied with the listing record in the source format. |
| keyword | Search keyword | string | hair care | Search term that produced the product listing. |
| listing_url | Search results URL | string | https://www.amazon.com/s?k=hair%20care&rh=p_85%3A2470955011&page=1&language=en_US&qid=1788925012 | Amazon search-results page address from which the listing was collected. |
| price | Displayed price | string | $6.99 | Price text displayed on the Amazon search listing, including the visible currency symbol when available. |
| product_url | Product URL | string | https://www.amazon.com/Elizavecca-CER-100-Collagen-Coating-Treatment/dp/B01I2ZQJSG/ref=sr_1_1?dib=eyJ2IjoiMSJ9.Ti1e0knqjHDoVs96RIx_nfAy0QUTzdchS3nVRXp03HgmnQjXoaPd7yVLt6rzDXkdX3P8RoQkzgvDAFwzeNEeV2BkiJLApJ9eGv2labGS2FvkBVQDy-dbMJk6wzjd0t1kmYpV9xMrXmxo5AbUOVOCIMLYo_vARSh0J259Yk93bYhmrBPKoSZYBjiq6Iah4d0RAvceEy7qAW76ITahzRIW-wHf_vOm7RWfkdBHF0wq2LMCx6pJx1qayZegnXCUOY4TxKm3WE8CvT1QHHAVvqKAcEv0JTuQHMTm7T1Hk-NmGsw.fVVD0XGAPsOjNxWc_Mw8AXiprSh9WgfYDjex24lcXno&dib_tag=se&keywords=hair+care&qid=1788925014&refinements=p_85%3A2470955011&rps=1&sr=8-1 | Amazon product detail-page address linked from the search result. |
| rating_count | Rating count | string | (64.5K) | Rating-count text displayed on the search listing, which may use abbreviated notation. |
| stars | Star rating | string | 4.4 out of 5 stars | Star-rating text displayed on the search listing. |
| title | Product title | string | Elizavecca cer-100 collagen coating hair protein treatment 100ml | Product title displayed in the Amazon search result. |
| zip_code | ZIP code | string | 33136 | US ZIP code applied when the search listing was collected. |
レコード Schema
出力はレコード単位で 1 件ずつ返されます。 detail.output.idFieldHint
{
"type": "object",
"properties": {
"asin": {
"type": "string",
"title": "ASIN",
"description": "Amazon Standard Identification Number displayed for the product listing.",
"prefill": "B01I2ZQJSG"
},
"current_time": {
"type": "string",
"title": "Collection time",
"description": "Collection timestamp supplied with the listing record in the source format.",
"prefill": "2026-09-09 11:36"
},
"keyword": {
"type": "string",
"title": "Search keyword",
"description": "Search term that produced the product listing.",
"prefill": "hair care"
},
"listing_url": {
"type": "string",
"title": "Search results URL",
"description": "Amazon search-results page address from which the listing was collected.",
"prefill": "https://www.amazon.com/s?k=hair%20care&rh=p_85%3A2470955011&page=1&language=en_US&qid=1788925012"
},
"price": {
"type": "string",
"title": "Displayed price",
"description": "Price text displayed on the Amazon search listing, including the visible currency symbol when available.",
"prefill": "$6.99"
},
"product_url": {
"type": "string",
"title": "Product URL",
"description": "Amazon product detail-page address linked from the search result.",
"prefill": "https://www.amazon.com/Elizavecca-CER-100-Collagen-Coating-Treatment/dp/B01I2ZQJSG/ref=sr_1_1?dib=eyJ2IjoiMSJ9.Ti1e0knqjHDoVs96RIx_nfAy0QUTzdchS3nVRXp03HgmnQjXoaPd7yVLt6rzDXkdX3P8RoQkzgvDAFwzeNEeV2BkiJLApJ9eGv2labGS2FvkBVQDy-dbMJk6wzjd0t1kmYpV9xMrXmxo5AbUOVOCIMLYo_vARSh0J259Yk93bYhmrBPKoSZYBjiq6Iah4d0RAvceEy7qAW76ITahzRIW-wHf_vOm7RWfkdBHF0wq2LMCx6pJx1qayZegnXCUOY4TxKm3WE8CvT1QHHAVvqKAcEv0JTuQHMTm7T1Hk-NmGsw.fVVD0XGAPsOjNxWc_Mw8AXiprSh9WgfYDjex24lcXno&dib_tag=se&keywords=hair+care&qid=1788925014&refinements=p_85%3A2470955011&rps=1&sr=8-1"
},
"rating_count": {
"type": "string",
"title": "Rating count",
"description": "Rating-count text displayed on the search listing, which may use abbreviated notation.",
"prefill": "(64.5K)"
},
"stars": {
"type": "string",
"title": "Star rating",
"description": "Star-rating text displayed on the search listing.",
"prefill": "4.4 out of 5 stars"
},
"title": {
"type": "string",
"title": "Product title",
"description": "Product title displayed in the Amazon search result.",
"prefill": "Elizavecca cer-100 collagen coating hair protein treatment 100ml"
},
"zip_code": {
"type": "string",
"title": "ZIP code",
"description": "US ZIP code applied when the search listing was collected.",
"prefill": "33136"
}
},
"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-prime-scraper": {
"type": "http",
"url": "https://mcp-v2.octoparse.com?pin=YiJacobJohnRaku/amazon-prime-scraper",
"headers": { "Authorization": "Bearer <YOUR_API_KEY>" }
}
}
}AI に設定を任せる
設定を手作業で編集したくない場合は、インストールプロンプトをコピーして任意の AI クライアントに貼り付けてください。AI が自分のやり方でセットアップを完了します(プロンプトは AI があなたに API Key を尋ねる形になっているため、認証情報がチャット履歴や共有設定に残りません)。
detail.access.mcp.composeHint
料金
正常に返されたレコードの件数に応じて課金されます。失敗したタスクには課金されません。
複数の課金イベントはそれぞれ独立して累計されます。詳細は各項目をご覧ください。失敗したタスクには課金されません。
今すぐ試す
パラメータを入力して実行してください。結果は実際の呼び出しによるものです。