logo
languageJPdown
menu

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.

概要

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 keywordASINProduct titleListed priceStar ratingReview count
ipadB0DZ79Q1DBApple 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 cableB0BXCQ8J9Zamazon 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)₹2293.9 out of 5 stars1,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.

適用範囲と境界

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.

  • 適している用途
  • 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.
  • 適さない用途
  • 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.

失敗時の処理

作者が宣言した失敗時と再試行の動作です。連携時にはシステムプロンプトに含めることをおすすめします。

  1. 1If a run stops before completion, retry the same small keyword set once; if it stops again, reduce the number of keywords or pages.
  2. 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.

入力

この App の呼び出しに必要なパラメータで、manifest.json の input.schema から生成されています。

フィールド業務名称必須デフォルト列挙値/制約説明
search_keywordsProduct search keywordsarray<string>はい最大 10000 件["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_keywordSearch pages per keywordintegerはい1–201Number 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_codeIndian postal codestringはい110001Six-digit Indian postal code used to localize the Amazon India listings and displayed availability. Enter digits only.

出力

1 件のレコードのフィールド構造で、manifest.json の output.schema から生成されています。

フィールド業務名称説明
keywordSearch keywordstringipadKeyword that produced the listing record.
asinASINstringB0DZ79Q1DBAmazon Standard Identification Number for the listed product.
titleProduct titlestringApple 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 — SilverProduct title displayed in the Amazon India search listing.
product_urlProduct URLstringhttps://www.amazon.in/Apple-iPad-11%E2%80%B3-Display-All-Day/dp/B0DZ79Q1DB/ref=sr_1_1Amazon India detail-page address for the listed product.
star_ratingStar ratingstringStar-rating text displayed in the listing; it may be empty when no rating is shown.
review_countReview countstringDisplayed customer-review count; it may be empty when no count is shown.
listed_priceListed pricestring₹49,900Price text displayed in the Amazon India listing, including the rupee symbol.
collected_atCollection timestring2026/9/9 11:36:13Date and time recorded by the source when the listing was collected.

レコード Schema

出力はレコード単位で 1 件ずつ返されます。 detail.output.idFieldHint

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

連携方法

この App は MCP、API、SDK、ファイルエクスポートのいずれでも連携でき、どのチャネルも同じ能力と料金を共有します。すべてのリクエストは Authorization: Bearer ヘッダーで認証し、認証情報には API Key(長期有効。Open Platform コンソールで作成)を使用します。MCP クライアントは OAuth によるキー不要のログインにも対応しています。CLI や Skill など、さらに多くの連携方法も準備中です。

MCP(Model Context Protocol)を使うと、Claude や Cursor などの AI クライアントからこの App を直接呼び出せます。クライアントと認証方式を選び、下の設定をコピーしてください。

クライアント設定

Bearer の後の値を長期有効な API Key に置き換えてください。あらゆるクライアント、CI、ヘッドレス環境で利用できます。

mcpServers config
{
  "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>" }
    }
  }
}

AI に設定を任せる

設定を手作業で編集したくない場合は、インストールプロンプトをコピーして任意の AI クライアントに貼り付けてください。AI が自分のやり方でセットアップを完了します(プロンプトは AI があなたに API Key を尋ねる形になっているため、認証情報がチャット履歴や共有設定に残りません)。

detail.access.mcp.composeHint

料金

returned product listing

正常に返されたレコードの件数に応じて課金されます。失敗したタスクには課金されません。

$0.0001/

複数の課金イベントはそれぞれ独立して累計されます。詳細は各項目をご覧ください。失敗したタスクには課金されません。

今すぐ試す

パラメータを入力して実行してください。結果は実際の呼び出しによるものです。

サンプル
パラメータは送信前に input.schema で検証されます
まず必須パラメータを入力してください
$0.0001 / 件