https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-asin-traffic-summary/runRun this API
Send a JSON request to execute this API and receive the direct response payload.
Endpoint
| Method | POST |
| Path | https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-asin-traffic-summary/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
searchValue | string | required | Search value, ASIN codes, comma-separated, max 10 ASINs, max length 1000 characters Example: B072MQ5BRX |
country | string | optional | Country site, default US. Options (13 total): US, UK, DE, CA, JP, FR, ES, IT, MX, AU, AE, BR, SA |
last7d | boolean | optional | Whether to get last 7 days data, default true. When false, use startDate/endDate range Example: false |
startDate | string | optional | Start date yyyy-MM-dd (effective when last7d=false; if omitted, the latest system week is used) Example: 2026-01-01 |
endDate | string | optional | End date yyyy-MM-dd (paired with startDate) Example: 2026-01-01 |
conditions | string | optional | Condition filters, comma-separated. Options: nf (natural traffic), sp (SP ads), sb (SB regular), sbv (video ads), ad (ad traffic), acAd (SP recommendation), totalPeriod.in (new incoming traffic keywords) |
sortBy | string | optional | Sort field. Options: totalKeywordNum (all traffic keywords), naturalKeywordNum (natural traffic keywords), brandKeywordNum (brand ad keywords), vedioKeywordNum (video ad keywords), acKeywordNum (AC recommended keywords), erKeywordNum (ER recommended keywords), trKeywordNum (TR recommended keywords), sumScore (total keyword exposure score), totalNfScore (total natural rank exposure score), totalSpSocre (total SP ad exposure score, note spelling), totalBrandScore (total brand ad exposure score), totalVedioScore (total video ad exposure score), totalAcScore (total AC recommendation exposure score), totalTrScore (total TR recommendation exposure score), totalErScore (total ER recommendation exposure score) |
pageNum | integer | optional | Page number, default 1 Example: 1 |
pageSize | integer | optional | Results per page, min 10, max 10000, default 10000 Example: 10 |
desc | boolean | optional | Whether to sort descending, default true Example: false |
Request example
{
"pageSize": 10,
"last7d": true,
"searchValue": "B072MQ5BRX",
"country": "US",
"pageNum": 1,
"desc": true
}Response body
Returns the documented upstream API response directly without an additional wrapper.
| Name | Type | Required | Description |
|---|---|---|---|
code | string | optional | Response code |
msg | string | optional | Message |
total | integer | optional | Number of data records actually returned Example: 1 |
data | array | optional | Return data, ASIN summary object array (see below) Example: [] |
columns | array | optional | Render columns Example: [] |
type | string | optional | Render style |
title | string | optional | Title |
isParentAsin | boolean | optional | Whether the search value is a parent ASIN Example: false |
variantsNum | integer | optional | Number of variant products with keywords Example: 1 |
noKeywordVariantsNum | integer | optional | Number of variant products without keywords Example: 1 |
costTime | integer | optional | Latency (ms) Example: 1 |
costToken | integer | optional | Tokens consumed Example: 1 |
data[].asin | string | optional | ASIN code. Amazon Standard Identification Number Example: B072MQ5BRX |
data[].productTitle | string | optional | Product title |
data[].productCategory | string | optional | Product category |
data[].productPrice | number | optional | Product price Example: 1 |
data[].productImageUrl | string | optional | Product main image URL Example: https://example.com/image.jpg |
data[].productFeatures | array | optional | Product feature list Example: [] |
data[].customerRatingCount | integer | optional | Total customer rating count Example: 1 |
data[].productStarRating | number | optional | Product star rating (0-5 stars) Example: 1 |
data[].productRatingScore | number | optional | Product rating score value (0-5, as displayed on Amazon page) Example: 1 |
data[].isVariantProduct | boolean | optional | Whether it is a variant Example: false |
data[].recentMonthlySalesBucket | string | optional | Recent month sales bucket (only has value in keywordSummary path, e.g. "300+" or "1,000+") |
data[].isMonitored | boolean | optional | Whether it is being monitored Example: false |
data[].monitoringStartTime | string | optional | Product monitoring start time |
data[].dataPeriodStartDate | string | optional | Data period start date (yyyy-MM-dd) Example: 2026-01-01 |
data[].totalExposureScore | number | optional | Total exposure score. Composite exposure score of this product across all keywords Example: 1 |
data[].totalExposureScorePrev | number | optional | Previous period total exposure score Example: 1 |
data[].totalTrafficKeywordCount | integer | optional | Total traffic keyword count Example: 1 |
data[].totalTrafficKeywordCountIn | integer | optional | New incoming traffic keyword count for this period Example: 1 |
data[].totalTrafficKeywordCountOut | integer | optional | Outgoing traffic keyword count for this period Example: 1 |
data[].totalTrafficKeywordCountPrev | integer | optional | Previous period total traffic keyword count Example: 1 |
data[].naturalSearchExposureScore | number | optional | Natural search exposure total score Example: 1 |
data[].naturalSearchExposureRatio | number | optional | Natural search exposure ratio Example: 1 |
data[].naturalSearchExposureScorePrev | number | optional | Previous period natural search exposure score Example: 1 |
data[].naturalSearchKeywordCount | integer | optional | Natural search keyword count Example: 1 |
data[].naturalSearchKeywordCountIn | integer | optional | New incoming natural search keyword count for this period Example: 1 |
data[].naturalSearchKeywordCountOut | integer | optional | Outgoing natural search keyword count for this period Example: 1 |
data[].naturalSearchKeywordCountPrev | integer | optional | Previous period natural search keyword count Example: 1 |
data[].sponsoredProductsExposureScore | number | optional | SP ad exposure total score Example: 1 |
data[].sponsoredProductsExposureRatio | number | optional | SP ad exposure ratio Example: 1 |
data[].sponsoredProductsExposureScorePrev | number | optional | Previous period SP ad exposure score Example: 1 |
data[].sponsoredProductsKeywordCount | integer | optional | SP ad keyword count Example: 1 |
data[].brandAdExposureScore | number | optional | Brand ad exposure total score Example: 1 |
data[].brandAdExposureRatio | number | optional | Brand ad exposure ratio Example: 1 |
data[].brandAdExposureScorePrev | number | optional | Previous period brand ad exposure score Example: 1 |
data[].brandAdKeywordCount | integer | optional | Total brand ad keyword count Example: 1 |
data[].topBrandAdKeywordCount | integer | optional | Top-of-page brand ad keyword count Example: 1 |
data[].bottomBrandAdKeywordCount | integer | optional | Bottom-of-page brand ad keyword count Example: 1 |
data[].videoAdExposureScore | number | optional | Video ad exposure total score Example: 1 |
data[].videoAdExposureRatio | number | optional | Video ad exposure ratio Example: 1 |
data[].videoAdExposureScorePrev | number | optional | Previous period video ad exposure score Example: 1 |
data[].videoAdKeywordCount | integer | optional | Video ad keyword count Example: 1 |
data[].amazonsChoiceExposureScore | number | optional | Amazon's Choice exposure total score Example: 1 |
data[].amazonsChoiceExposureRatio | number | optional | Amazon's Choice exposure ratio Example: 1 |
data[].amazonsChoiceExposureScorePrev | number | optional | Previous period AC exposure score Example: 1 |
data[].amazonsChoiceKeywordCount | integer | optional | Amazon's Choice keyword count Example: 1 |
data[].amazonsChoiceKeywordCountIn | integer | optional | New incoming AC keyword count for this period Example: 1 |
data[].amazonsChoiceKeywordCountOut | integer | optional | Outgoing AC keyword count for this period Example: 1 |
data[].editorialRecommendationsExposureScore | number | optional | Editorial Recommendations exposure total score Example: 1 |
data[].editorialRecommendationsExposureRatio | number | optional | Editorial Recommendations exposure ratio Example: 1 |
data[].editorialRecommendationsKeywordCount | integer | optional | Editorial Recommendations keyword count Example: 1 |
data[].topRatedExposureScore | number | optional | Top Rated recommendation exposure total score Example: 1 |
data[].topRatedExposureRatio | number | optional | Top Rated recommendation exposure ratio Example: 1 |
data[].topRatedKeywordCount | integer | optional | Top Rated recommendation keyword count Example: 1 |
data[].frequentlyBoughtKeywordCount | integer | optional | Frequently Bought recommendation keyword count (Top Rated Frequently Bought) Example: 1 |
data[].recommendPositionExposureScore | number | optional | Recommendation position exposure total score Example: 1 |
data[].recommendAdExposureScore | number | optional | Recommendation position ad exposure score Example: 1 |
data[].recommendNonadExposureScore | number | optional | Recommendation position non-ad exposure score Example: 1 |
data[].nonAcRecommendExposureScore | number | optional | Non-AC recommendation position exposure score Example: 1 |
data[].recommendKeywordCount | integer | optional | Total recommendation position keyword count Example: 1 |
data[].recommendAdKeywordCount | integer | optional | Recommendation position ad keyword count Example: 1 |
data[].recommendNonadKeywordCount | integer | optional | Recommendation position non-ad keyword count Example: 1 |
data[].ppcTrafficSources | array | optional | PPC paid ad traffic source markers. Contains: SP ads, top brand ads, bottom brand ads, video ads Example: [] |
data[].naturalSearchTrafficSources | array | optional | Natural search traffic source markers Example: [] |
data[].amazonRecommendationSources | array | optional | Amazon recommendation traffic source markers. Contains: Best Seller, AC, ER, TR, TRFOB, etc. Example: [] |
data[].promotionalDealSources | array | optional | Promotional deal traffic source markers. Contains: Coupon, Limited Time Deal, Lowest Price in 30 Days, etc. Example: [] |
errcode | integer | optional | Upstream status code returned by the provider. |
errmsg | string | optional | Upstream status message returned by the provider. |
message | string | optional | Provider-specific message. |
sourceType | string | optional | Provider-specific source platform type. |
sourceTool | string | optional | Provider-specific source tool name. |
page | integer | optional | Current page returned by the upstream provider. |
pageSize | integer | optional | Page size returned by the upstream provider. |
pageItemCount | integer | optional | Item count on the current page returned by the upstream provider. |
totalPage | integer | optional | Total page count returned by the upstream provider. |
dataSnapshotMonth | string | optional | Data snapshot month returned by the upstream provider. |
Response example
Direct response payload. No extra wrapper is added.
{
"total": 1,
"data": [
{
"asin": "B072MQ5BRX",
"productPrice": 1,
"productImageUrl": "https://example.com/image.jpg",
"productFeatures": [],
"customerRatingCount": 1,
"productStarRating": 1,
"productRatingScore": 1,
"isVariantProduct": false,
"isMonitored": false,
"dataPeriodStartDate": "2026-01-01",
"totalExposureScore": 1,
"totalExposureScorePrev": 1,
"totalTrafficKeywordCount": 1,
"totalTrafficKeywordCountIn": 1,
"totalTrafficKeywordCountOut": 1,
"totalTrafficKeywordCountPrev": 1,
"naturalSearchExposureScore": 1,
"naturalSearchExposureRatio": 1,
"naturalSearchExposureScorePrev": 1,
"naturalSearchKeywordCount": 1,
"naturalSearchKeywordCountIn": 1,
"naturalSearchKeywordCountOut": 1,
"naturalSearchKeywordCountPrev": 1,
"sponsoredProductsExposureScore": 1,
"sponsoredProductsExposureRatio": 1,
"sponsoredProductsExposureScorePrev": 1,
"sponsoredProductsKeywordCount": 1,
"brandAdExposureScore": 1,
"brandAdExposureRatio": 1,
"brandAdExposureScorePrev": 1,
"brandAdKeywordCount": 1,
"topBrandAdKeywordCount": 1,
"bottomBrandAdKeywordCount": 1,
"videoAdExposureScore": 1,
"videoAdExposureRatio": 1,
"videoAdExposureScorePrev": 1,
"videoAdKeywordCount": 1,
"amazonsChoiceExposureScore": 1,
"amazonsChoiceExposureRatio": 1,
"amazonsChoiceExposureScorePrev": 1,
"amazonsChoiceKeywordCount": 1,
"amazonsChoiceKeywordCountIn": 1,
"amazonsChoiceKeywordCountOut": 1,
"editorialRecommendationsExposureScore": 1,
"editorialRecommendationsExposureRatio": 1,
"editorialRecommendationsKeywordCount": 1,
"topRatedExposureScore": 1,
"topRatedExposureRatio": 1,
"topRatedKeywordCount": 1,
"frequentlyBoughtKeywordCount": 1,
"recommendPositionExposureScore": 1,
"recommendAdExposureScore": 1,
"recommendNonadExposureScore": 1,
"nonAcRecommendExposureScore": 1,
"recommendKeywordCount": 1,
"recommendAdKeywordCount": 1,
"recommendNonadKeywordCount": 1,
"ppcTrafficSources": [],
"naturalSearchTrafficSources": [],
"amazonRecommendationSources": [],
"promotionalDealSources": []
}
],
"columns": [],
"isParentAsin": false,
"variantsNum": 1,
"noKeywordVariantsNum": 1,
"costTime": 1,
"costToken": 1
}Responses
| Code | Description |
|---|---|
| 200 | API executed successfully. Body is the direct response payload. |
| 400 | Request JSON or required API parameters are invalid. |
| 401 | API key is missing, invalid, or cannot be matched to a user. |
| 5xx | API execution or upstream service failed. |
Data source, freshness, and limitations
Source, freshness, coverage, rate limits, and estimation notes are not specified in this API definition unless they appear in the request or response field documentation above. Do not assume official marketplace data or real-time freshness when it is not explicitly documented.