Amazon商品の競合分析
ASINとマーケットプレイスを指定し、Amazonの競合商品データを取得します。
API データの例
このエンドポイントのリクエスト本文とレスポンス全体の構造を確認できます。
{
"marketplace": "US",
"asin": "B07Z82895W",
"size": 20
}{
"request_id": "8fb43e59-4ff9-4dc8-a4b7-2ed164e45ab8",
"data": [
{
"asin": "B0DGVP84B5",
"brand": "Apple",
"brandUrl": "https://www.amazon.com/s?k=Apple",
"imageUrl": "https://images-na.ssl-images-amazon.com/images/I/61886B78v4L._AC_US200_.jpg",
"title": "Apple Watch Series 10 [GPS + Cellular 46mm] with Natural Titanium Case with Stone Grey Sport Band - S/M. Fitness Tracker, ECG App, Always-On Retina Display, Water Resistant with AppleCare+ (2 Years)",
"parent": "B0FH2CCLPX",
"nodeLabelPath": null,
"nodeIdPath": null,
"nodeId": null,
"bsrId": null,
"bsr": 4,
"bsrCv": -3,
"bsrCr": -300,
"amzUnit": null,
"amzUnitDate": null,
"amzSales": null,
"units": 167539,
"unitsGr": null,
"revenue": 123276872,
"price": 728.99,
"averagePrice": 735.81,
"primePrice": -1,
"profit": 98.52,
"fba": 10.75,
"ratings": 8707,
"ratingsRate": 0.66,
"rating": 4.7,
"ratingsCv": 1103,
"ratingDelta": 0,
"availableDate": 1726012800000,
"fulfillment": "AMZ",
"variations": 84,
"sellers": 1,
"sellerName": "Amazon",
"sellerId": null,
"sellerNation": "US",
"lqs": null,
"weight": "4.8 ounces",
"dimension": "24 x 7.7 x 3 inches",
"pkgDimensions": null,
"pkgDimensionType": null,
"pkgWeight": null,
"sku": "Color: Natural Titanium Case with Stone Grey Sport Band | Size: 46mm case + Small/Medium band | Style: GPS + Cellular | Configuration: With AppleCare+ (2 Years)",
"dimensionsType": "LB",
"deliveryPrice": -1,
"badge": {
"bestSeller": "#1 Best Seller in Smartwatches",
"amazonChoice": "N",
"newRelease": "N",
"ebc": "Y",
"video": "Y"
},
"subcategories": [
{
"code": "14130292011",
"rank": 1,
"label": "Smartwatches"
}
]
}
]
}利用可能
POST /v1/amazon/asin/competitor
API対応
| 項目 | 値 |
|---|---|
| MCP Code | asin_competitor |
| 元のRESTメソッド | GET |
| 元のRESTパス | /v1/asin/competitor/{marketplace}/{asin} |
| 公式ドキュメント | 公式APIドキュメント |
旧パス /v1/amazon/products/competitors は非推奨aliasです。
例
curl --request POST \
--url https://ecommercedataapi.com/v1/amazon/asin/competitor \
--header "Content-Type: application/json" \
--header "X-API-Key: ${ECOMMERCE_DATA_API_KEY}" \
--data '{"marketplace":"US","asin":"B07Z82895W","size":20}'| フィールド | 型 | 必須 | 説明 |
|---|---|---|---|
marketplace | String | いいえ | マーケットプレイスコード。 |
asin | String | はい | 比較対象のASIN。 |
size | Integer | いいえ | 取得する結果数。 |
{
"request_id": "uuid",
"data": {
"items": [
{ "asin": "B08CK5Z5Q1", "title": "Example product", "price": 19.99 }
]
}
}結果は調査用のシグナルです。価格、在庫、レビュー、コンプライアンスを確認してから判断してください。
AI skills and agents that use this API
Start from a seller task, see how these capabilities use the current API, and review source and permissions before installation.
Amazonリスティング最適化
Amazonリスティング最適化を使い、データを確認しながら人の承認を経て判断します。
Amazon A+コンテンツ
Amazon A+コンテンツを使い、データを確認しながら人の承認を経て判断します。
Amazon競合分析
Amazon競合分析を使い、データを確認しながら人の承認を経て判断します。
Amazonリスティング画像
Amazonリスティング画像を使い、データを確認しながら人の承認を経て判断します。