Amazon Prime Scraper
Search Amazon US by keyword and ZIP code for Prime-filtered product listings with prices, ratings, and links.
Übersicht
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.
Anwendungsbereich & Grenzen
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.
- Geeignet für
- 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.
- Nicht verwenden für
- 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.
Fehlerbehandlung
Vom Autor deklariertes Fehler- und Wiederholungsverhalten. Wir empfehlen, es bei der Integration in Ihren System-Prompt aufzunehmen.
- 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.
Eingabe
Parameter, die zum Aufruf dieser App erforderlich sind, generiert aus dem input.schema in der manifest.json.
| Feld | Fachlicher Name | Typ | Erforderlich | Standard | Enum / Einschränkungen | Beispiel | Beschreibung |
|---|---|---|---|---|---|---|---|
| zip_code | US ZIP code | string | Ja | — | — | 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 | Ja | — | 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> | Ja | — | bis zu 5 Einträge | ["hair care"] | Amazon product search terms to collect. Provide between one and five keywords per run. |
Ausgabe
Feldstruktur eines einzelnen Datensatzes, generiert aus dem output.schema in der manifest.json.
| Feld | Fachlicher Name | Typ | Beispiel | Beschreibung |
|---|---|---|---|---|
| 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. |
Datensatz-Schema
Die Ausgabe wird Datensatz für Datensatz zurückgegeben. 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
Diese App kann über MCP, API, SDK oder Dateiexport integriert werden — alle Kanäle teilen sich dieselben Fähigkeiten und Preise. Jede Anfrage authentifiziert sich über den Authorization: Bearer-Header mit einem API Key (langlebig, in der Open-Platform-Konsole erstellt); MCP-Clients können sich zusätzlich per OAuth ohne Key anmelden. Weitere Optionen wie CLI und Skill sind in Vorbereitung.
Über das MCP (Model Context Protocol) können Sie diese App direkt aus KI-Clients wie Claude und Cursor aufrufen. Wählen Sie Ihren Client und den Authentifizierungsmodus und kopieren Sie dann die Konfiguration unten.
Client-Konfiguration
Ersetzen Sie den Wert nach Bearer durch Ihren langlebigen API Key. Funktioniert in jedem Client, in CI und in Headless-Umgebungen.
{
"mcpServers": {
"YiJacobJohnRaku__amazon-prime-scraper": {
"type": "http",
"url": "https://mcp-v2.octoparse.com?pin=YiJacobJohnRaku/amazon-prime-scraper",
"headers": { "Authorization": "Bearer <YOUR_API_KEY>" }
}
}
}Lassen Sie die KI die Einrichtung übernehmen
Sie möchten Konfigurationen nicht von Hand bearbeiten? Kopieren Sie den Installations-Prompt und fügen Sie ihn in einen beliebigen KI-Client ein — er schließt die Einrichtung auf seine eigene Weise ab. (Der Prompt weist die KI an, Ihren API Key bei Ihnen zu erfragen, damit Zugangsdaten nie im Chatverlauf oder in geteilten Konfigurationen landen.)
detail.access.mcp.composeHint
Preise
Berechnet nach der Anzahl der erfolgreich zurückgegebenen Datensätze. Fehlgeschlagene Aufgaben werden nicht berechnet.
Mehrere Abrechnungsereignisse werden unabhängig voneinander kumuliert — Details siehe jeweilige Position. Fehlgeschlagene Aufgaben werden nicht berechnet.
Jetzt ausprobieren
Füllen Sie die Parameter aus und starten Sie — die Ergebnisse stammen aus einem echten Aufruf.