Amazon Prime Scraper
Search Amazon US by keyword and ZIP code for Prime-filtered product listings with prices, ratings, and links.
Aperçu
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.
Périmètre et limites
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.
- Adapté pour
- 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.
- À ne pas utiliser pour
- 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.
Gestion des échecs
Comportement en cas d'échec et de nouvelle tentative déclaré par l'auteur. Nous vous recommandons de l'inclure dans votre prompt système lors de l'intégration.
- 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.
Entrée
Paramètres requis pour appeler cette App, générés à partir de l'input.schema du manifest.json.
| Champ | Nom métier | Type | Requis | Défaut | Énum / Contraintes | Exemple | Description |
|---|---|---|---|---|---|---|---|
| zip_code | US ZIP code | string | Oui | — | — | 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 | Oui | — | 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> | Oui | — | jusqu'à 5 éléments | ["hair care"] | Amazon product search terms to collect. Provide between one and five keywords per run. |
Sortie
Structure des champs d'un enregistrement, générée à partir de l'output.schema du manifest.json.
| Champ | Nom métier | Type | Exemple | 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. |
Schema de l'enregistrement
La sortie est renvoyée enregistrement par enregistrement. 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
}Intégration
Cette App peut être intégrée via MCP, API, SDK ou export de fichiers — tous les canaux partagent les mêmes capacités et la même tarification. Chaque requête s'authentifie avec l'en-tête Authorization: Bearer à l'aide d'une API Key (longue durée, créée dans la console Open Platform) ; les clients MCP peuvent aussi se connecter via OAuth, sans clé. D'autres options comme la CLI et Skill arrivent bientôt.
Avec MCP (Model Context Protocol), vous pouvez appeler cette App directement depuis des clients IA comme Claude et Cursor. Choisissez votre client et votre mode d'authentification, puis copiez la config ci-dessous.
Config du client
Remplacez la valeur après Bearer par votre API Key longue durée. Fonctionne dans n'importe quel client, en CI ou en environnement sans navigateur.
{
"mcpServers": {
"YiJacobJohnRaku__amazon-prime-scraper": {
"type": "http",
"url": "https://mcp-v2.octoparse.com?pin=YiJacobJohnRaku/amazon-prime-scraper",
"headers": { "Authorization": "Bearer <YOUR_API_KEY>" }
}
}
}Laissez l'IA tout configurer pour vous
Vous ne voulez pas modifier les configs à la main ? Copiez le prompt d'installation et collez-le dans n'importe quel client IA — il effectuera la configuration à sa manière. (Le prompt demande à l'IA de vous réclamer votre API Key, afin que les identifiants ne finissent jamais dans l'historique de conversation ni dans des configs partagées.)
detail.access.mcp.composeHint
Tarifs
Facturé selon le nombre d'enregistrements renvoyés avec succès. Les tâches échouées ne sont pas facturées.
Plusieurs événements de facturation se cumulent indépendamment — voir chaque élément pour les détails. Les tâches échouées ne sont pas facturées.
Essayer maintenant
Renseignez les paramètres et lancez l'exécution — les résultats proviennent d'un appel réel.