logo
languageESdown
menu

Amazon Prime Scraper

Search Amazon US by keyword and ZIP code for Prime-filtered product listings with prices, ratings, and links.

Descripción general

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:

ASINProduct titleDisplayed priceStar ratingRating countSearch keyword
B01I2ZQJSGElizavecca cer-100 collagen coating hair protein treatment 100ml$6.994.4 out of 5 stars(64.5K)hair care
B076FHJ3K5Marc Anthony Grow Long, Detangling Leave-In Hair Conditioner Spray$8.674.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.

Alcance y límites

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.

  • Adecuada para
  • 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.
  • No usar para
  • 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.

Gestión de fallos

Comportamiento de fallos y reintentos declarado por el autor. Recomendamos incluirlo en tu prompt del sistema al integrar.

  1. 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.
  2. 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.

Entrada

Parámetros necesarios para llamar a esta App, generados a partir del input.schema del manifest.json.

CampoNombre de negocioTipoObligatorioPredeterminadoEnum / RestriccionesEjemploDescripción
zip_codeUS ZIP codestring33136Five-digit US ZIP code used to localize Amazon availability and displayed results. Enter exactly one ZIP code per run.
number_of_pagesNumber of search pagesnumber1–10001Number of Amazon search-result pages to collect for each keyword, from 1 to 1,000. Larger values increase run time and cost.
keywordsSearch keywordsarray<string>hasta 5 elementos["hair care"]Amazon product search terms to collect. Provide between one and five keywords per run.

Salida

Estructura de campos de un único registro, generada a partir del output.schema del manifest.json.

CampoNombre de negocioTipoEjemploDescripción
asinASINstringB01I2ZQJSGAmazon Standard Identification Number displayed for the product listing.
current_timeCollection timestring2026-09-09 11:36Collection timestamp supplied with the listing record in the source format.
keywordSearch keywordstringhair careSearch term that produced the product listing.
listing_urlSearch results URLstringhttps://www.amazon.com/s?k=hair%20care&rh=p_85%3A2470955011&page=1&language=en_US&qid=1788925012Amazon search-results page address from which the listing was collected.
priceDisplayed pricestring$6.99Price text displayed on the Amazon search listing, including the visible currency symbol when available.
product_urlProduct URLstringhttps://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-1Amazon product detail-page address linked from the search result.
rating_countRating countstring(64.5K)Rating-count text displayed on the search listing, which may use abbreviated notation.
starsStar ratingstring4.4 out of 5 starsStar-rating text displayed on the search listing.
titleProduct titlestringElizavecca cer-100 collagen coating hair protein treatment 100mlProduct title displayed in the Amazon search result.
zip_codeZIP codestring33136US ZIP code applied when the search listing was collected.

Schema del registro

La salida se devuelve registro a registro. detail.output.idFieldHint

output.schema
{
  "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
}

Integración

Esta App se puede integrar mediante MCP, API, SDK o exportación de archivos — todos los canales comparten las mismas capacidades y precios. Cada solicitud se autentica con la cabecera Authorization: Bearer usando una API Key (de larga duración, creada en la consola de Open Platform); los clientes MCP también pueden iniciar sesión con OAuth sin clave. Más opciones como CLI y Skill están en camino.

Con MCP (Model Context Protocol) puedes llamar a esta App directamente desde clientes de IA como Claude y Cursor. Elige tu cliente y el modo de autenticación, y copia la configuración de abajo.

Configuración del cliente

Sustituye el valor tras Bearer por tu API Key de larga duración. Funciona en cualquier cliente, CI o entorno sin interfaz.

mcpServers config
{
  "mcpServers": {
    "YiJacobJohnRaku__amazon-prime-scraper": {
      "type": "http",
      "url": "https://mcp-v2.octoparse.com?pin=YiJacobJohnRaku/amazon-prime-scraper",
      "headers": { "Authorization": "Bearer <YOUR_API_KEY>" }
    }
  }
}

Deja que la IA lo configure por ti

¿No quieres editar configuraciones a mano? Copia el prompt de instalación y pégalo en cualquier cliente de IA: completará la configuración a su manera. (El prompt le pide a la IA que te solicite tu API Key, de modo que las credenciales nunca queden en el historial de chat ni en configuraciones compartidas.)

detail.access.mcp.composeHint

Precios

returned record

Se cobra según el número de registros devueltos correctamente. Las tareas fallidas no se cobran.

0,0006 US$/ registro

Los distintos eventos de facturación se acumulan de forma independiente — consulta cada elemento para más detalles. Las tareas fallidas no se cobran.

Pruébalo ahora

Rellena los parámetros y ejecuta — los resultados provienen de una llamada real.

Ejemplo
Los parámetros se validan contra input.schema antes del envío
Rellena primero los parámetros obligatorios
0,0006 US$ / registro