Amazonトラフィックソース
Amazon検索に関連するトラフィックソースとページングされたデータを取得します。
API データの例
このエンドポイントのリクエスト本文とレスポンス全体の構造を確認できます。
{
"marketplace": "US",
"page": 1,
"size": 1,
"q": "Q"
}{
"request_id": "8fb43e59-4ff9-4dc8-a4b7-2ed164e45ab8",
"data": {
"guestId": null,
"pages": 0,
"page": 1,
"size": 1,
"total": 9,
"took": 0,
"url": null,
"order": {
"field": "",
"desc": true
},
"items": [
{
"keywords": 1128,
"searchKeywords": 1037,
"acKeywords": 0,
"editorialKeywords": 0,
"fourStarsKeywords": 0,
"hrKeywords": 13,
"adKeywords": 225,
"videoKeywords": 9,
"brandKeywords": 0,
"badgeDetails": {
"AD": [
"SPONSOR_VIDEO"
],
"SEARCH": [
"NATURAL_SEARCHING"
]
},
"badgeLabels": [
"SEARCH"
],
"asinInfo": {
"asin": "B07Z82895W",
"asinUrl": "https://www.amazon.com/dp/B07Z82895W?psc=1",
"currency": null,
"price": 9.99,
"rating": 4.5,
"reviews": 68849,
"sku": "Color: BLACK",
"title": "LISEN Cell Phone Stand Adjustable for iPhone Phone Holder for Desk, Office Desk Accessories Computer PC for iPhone Stand Gaming Essentials Fit Otterbox Case Phones Switch Kindle iPad Air Tablet 4-10in",
"variations": 9,
"category1Id": null,
"category1Name": null,
"nodeId": 23690036011,
"nodeIdPath": "2335752011:2407755011:23690036011",
"nodeLabelPath": "Cell Phones & Accessories:Accessories:Stands",
"bsrRank": 422,
"bsrId": "wireless",
"bsrLabel": "Cell Phones & Accessories"
}
}
],
"terminal": null,
"hasNextPage": null,
"guestVisited": false
}
}利用可能
POST /v1/amazon/traffic/source
API対応
| 項目 | 値 |
|---|---|
| MCP Code | traffic_source |
| 元のRESTメソッド | POST |
| 元のRESTパス | /v1/traffic/source |
| 公式ドキュメント | 公式APIドキュメント |
旧aliasは /v1/amazon/traffic/sources です。
例
curl --request POST \
--url https://ecommercedataapi.com/v1/amazon/traffic/source \
--header "Content-Type: application/json" \
--header "X-API-Key: ${ECOMMERCE_DATA_API_KEY}" \
--data '{"marketplace":"US","page":1,"size":1,"q":"Q"}'marketplace、page、size、qをJSON本文に直接指定します。レスポンスには request_id が含まれ、業務データは data に入ります。
{ "request_id": "uuid", "data": { "page": 1, "size": 1, "items": [] } }エラー時は error.code を確認し、レート制限では Retry-After に従ってください。
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.
Ecommerce Data API スキル
対応するAIコーディングエージェントから、Amazonの最新データAPIを検索・確認・呼び出します。
Amazon Ads オフライン HTML レポート
販売者が用意した Amazon Ads のエクスポートを、ACOS、TACOS、ROAS、損益分岐、信頼度、共有用の根拠を含むオフライン HTML レポートに変換します。
Amazon広告レポート取得Skill(LinkFox)
認証済み店舗のSP・SB・SD広告レポートをLinkFox Skillで取得。必要な権限、検索語句の項目、待機処理と分析へのつなぎ方を解説します。
Amazon PPC広告レポート監査
Amazon PPC広告レポート、特にSponsored Products Search Term Reportを監査し、無駄な支出、成約する検索語、入札機会、除外キーワード、週次アクションを見つけます。