Amazon India Product Listings Scraper
Give it product keywords, a page count, and an Indian postal code, and receive Amazon India listings with ASINs, titles, prices, ratings, review counts, and product links.
Descripción general
Amazon India Product Listings Scraper turns product search terms into a structured view of items surfaced on Amazon India for a selected postal-code area. Each collected listing keeps its search keyword together with the ASIN, product title, displayed price, rating, review count, product link, and collection time.
The resulting table is useful when the search-results view itself is the research subject. It supports comparisons across product themes and repeated snapshots without requiring analysts to copy listing cards manually, while the ASIN and product link preserve a practical path back to each item.
Data notes
Records come from publicly visible Amazon India search listings and reflect the postal-code area and marketplace content shown when collection ran. Listed price is preserved as display text with the Indian rupee symbol; it is not converted to a number and should not be assumed to include delivery charges, promotions, or other adjustments that are not shown in the listing. Star rating and review count are also preserved as displayed text and can be empty when a listing card does not show them. The collection time follows the source's displayed date-and-time format and does not include an explicit timezone. A product may appear for more than one search keyword, and each record retains the keyword that produced it. Unavailable, restricted, signed-in-only, or no-longer-visible products are not represented.
What the results look like
Each record represents one product shown for one Amazon India search keyword:
| Search keyword | ASIN | Product title | Listed price | Star rating | Review count |
|---|---|---|---|---|---|
| ipad | B0DZ79Q1DB | Apple iPad 11″: A16 chip, 27.69 cm (11″) Model, Liquid Retina Display, 128GB, Wi-Fi 6, 12MP Front/12MP Back Camera, Touch ID, All-Day Battery Life — Silver | ₹49,900 | ||
| lightning cable | B0BXCQ8J9Z | amazon basics Tpe Usb Lightning Charging And Data Sync Cable,For Iphone 14,13,12,11,X,8,7,6,5,Ipad,Air,Pro,Mini (102cm, Black) | ₹229 | 3.9 out of 5 stars | 1,080 |
Other fields include Product URL and Collection time.
Use cases
- For price-positioning research, compare “Listed price” across “Product title” values within each “Search keyword” after normalizing the displayed price text.
- For assortment analysis, group “ASIN” and “Product title” by “Search keyword” to identify recurring items and keyword-specific listings.
- For reputation screening, compare “Star rating” with “Review count” to separate highly rated products with broad feedback from listings with limited rating evidence.
- For repeated market snapshots, use “ASIN,” “Listed price,” and “Collection time” to observe which products remain visible and how displayed prices change.
Alcance y límites
Each run accepts 1 to 10,000 keywords and 1 to 20 search-result pages per keyword for one Indian postal code; results cover publicly visible Amazon India listing data at collection time.
- Adecuada para
- Use it when you need structured Amazon India search listings for one or more product keywords in a specific postal-code area.
- Use it for listing-price comparisons, assortment research, rating analysis, or building a traceable set of product links.
- No usar para
- Do not use it when you need product descriptions, seller details, delivery promises, variant inventories, or other detail-page fields that are not included in the listing output.
- Do not use it when every matching product must be guaranteed because search ranking, availability, and visible listing content can change.
Gestión de fallos
Comportamiento de fallos y reintentos declarado por el autor. Recomendamos incluirlo en tu prompt del sistema al integrar.
- 1If a run stops before completion, retry the same small keyword set once; if it stops again, reduce the number of keywords or pages.
- 2An empty result may mean the keyword has no public matches for the postal-code area or the marketplace temporarily limited access; verify the inputs and retry later.
Entrada
Parámetros necesarios para llamar a esta App, generados a partir del input.schema del manifest.json.
| Campo | Nombre de negocio | Tipo | Obligatorio | Predeterminado | Enum / Restricciones | Ejemplo | Descripción |
|---|---|---|---|---|---|---|---|
| search_keywords | Product search keywords | array<string> | Sí | — | hasta 10000 elementos | ["ipad"] | Product words or phrases to search on Amazon India, with one keyword per item. Enter 1 to 10,000 keywords per run. |
| pages_per_keyword | Search pages per keyword | integer | Sí | — | 1–20 | 1 | Number of Amazon India search-result pages to collect for each keyword. Enter a whole number from 1 to 20; larger values take longer and can return more records. |
| indian_postal_code | Indian postal code | string | Sí | — | — | 110001 | Six-digit Indian postal code used to localize the Amazon India listings and displayed availability. Enter digits only. |
Salida
Estructura de campos de un único registro, generada a partir del output.schema del manifest.json.
| Campo | Nombre de negocio | Tipo | Ejemplo | Descripción |
|---|---|---|---|---|
| keyword | Search keyword | string | ipad | Keyword that produced the listing record. |
| asin | ASIN | string | B0DZ79Q1DB | Amazon Standard Identification Number for the listed product. |
| title | Product title | string | Apple iPad 11″: A16 chip, 27.69 cm (11″) Model, Liquid Retina Display, 128GB, Wi-Fi 6, 12MP Front/12MP Back Camera, Touch ID, All-Day Battery Life — Silver | Product title displayed in the Amazon India search listing. |
| product_url | Product URL | string | https://www.amazon.in/Apple-iPad-11%E2%80%B3-Display-All-Day/dp/B0DZ79Q1DB/ref=sr_1_1 | Amazon India detail-page address for the listed product. |
| star_rating | Star rating | string | Star-rating text displayed in the listing; it may be empty when no rating is shown. | |
| review_count | Review count | string | Displayed customer-review count; it may be empty when no count is shown. | |
| listed_price | Listed price | string | ₹49,900 | Price text displayed in the Amazon India listing, including the rupee symbol. |
| collected_at | Collection time | string | 2026/9/9 11:36:13 | Date and time recorded by the source when the listing was collected. |
Schema del registro
La salida se devuelve registro a registro. detail.output.idFieldHint
{
"type": "object",
"properties": {
"keyword": {
"type": "string",
"title": "Search keyword",
"description": "Keyword that produced the listing record.",
"prefill": "ipad"
},
"asin": {
"type": "string",
"title": "ASIN",
"description": "Amazon Standard Identification Number for the listed product.",
"prefill": "B0DZ79Q1DB"
},
"title": {
"type": "string",
"title": "Product title",
"description": "Product title displayed in the Amazon India search listing.",
"prefill": "Apple iPad 11″: A16 chip, 27.69 cm (11″) Model, Liquid Retina Display, 128GB, Wi-Fi 6, 12MP Front/12MP Back Camera, Touch ID, All-Day Battery Life — Silver"
},
"product_url": {
"type": "string",
"title": "Product URL",
"description": "Amazon India detail-page address for the listed product.",
"prefill": "https://www.amazon.in/Apple-iPad-11%E2%80%B3-Display-All-Day/dp/B0DZ79Q1DB/ref=sr_1_1"
},
"star_rating": {
"type": "string",
"title": "Star rating",
"description": "Star-rating text displayed in the listing; it may be empty when no rating is shown.",
"prefill": ""
},
"review_count": {
"type": "string",
"title": "Review count",
"description": "Displayed customer-review count; it may be empty when no count is shown.",
"prefill": ""
},
"listed_price": {
"type": "string",
"title": "Listed price",
"description": "Price text displayed in the Amazon India listing, including the rupee symbol.",
"prefill": "₹49,900"
},
"collected_at": {
"type": "string",
"title": "Collection time",
"description": "Date and time recorded by the source when the listing was collected.",
"prefill": "2026/9/9 11:36:13"
}
},
"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": {
"YiJacobJohnRaku__amazon-product-listing-scraper-for-india": {
"type": "http",
"url": "https://mcp-v2.octoparse.com?pin=YiJacobJohnRaku/amazon-product-listing-scraper-for-india",
"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
Se cobra según el número de registros devueltos correctamente. Las tareas fallidas no se cobran.
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.