Amazon Prime Scraper
Search Amazon US by keyword and ZIP code for Prime-filtered product listings with prices, ratings, and links.
Overview
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.
Scope & Boundaries
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.
- Good for
- 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 for
- 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.
Failure Handling
Failure and retry behavior declared by the author. We recommend including it in your system prompt when integrating.
- 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.
Input
Parameters required to call this app, generated from the input.schema in manifest.json.
| Field | Business name | Type | Required | Default | Enum / Constraints | Example | Description |
|---|---|---|---|---|---|---|---|
| zip_code | US ZIP code | string | Yes | — | — | 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 | Yes | — | 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> | Yes | — | up to 5 items | ["hair care"] | Amazon product search terms to collect. Provide between one and five keywords per run. |
Output
Field structure of a single record, generated from the output.schema in manifest.json.
| Field | Business name | Type | Example | Description |
|---|---|---|---|---|
| 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. |
Record Schema
Output is returned record by record. 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
}Integration
This app can be integrated via MCP, API, SDK, or file export — all channels share the same capabilities and pricing. Every request authenticates with the Authorization: Bearer header using an API Key (long-lived, created in the Open Platform console); MCP clients can also sign in with OAuth, no key required. More options such as CLI and Skill are on the way.
With the MCP (Model Context Protocol), you can call this app directly from AI clients like Claude and Cursor. Pick your client and auth mode, then copy the config below.
Client config
Replace the value after Bearer with your long-lived API Key. Works in any client, CI, or headless environment.
{
"mcpServers": {
"YiJacobJohnRaku__amazon-prime-scraper": {
"type": "http",
"url": "https://mcp-v2.octoparse.com?pin=YiJacobJohnRaku/amazon-prime-scraper",
"headers": { "Authorization": "Bearer <YOUR_API_KEY>" }
}
}
}Let AI set it up for you
Don't want to edit configs by hand? Copy the install prompt and paste it into any AI client — it will complete the setup its own way. (The prompt asks the AI to request your API Key from you, so credentials never end up in chat history or shared configs.)
detail.access.mcp.composeHint
Pricing
Charged by the number of records successfully returned. Failed tasks are not charged.
Multiple billing events accumulate independently — see each item for details. Failed tasks are not charged.
Try It Now
Fill in the parameters and run — results come from a real call.