linkfox-sellersprite-traffic-keyword
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSellerSprite Traffic Keyword
SellerSprite Traffic Keyword
This skill helps query and analyze traffic keyword lists for an Amazon ASIN via SellerSprite.
This skill helps query and analyze traffic keyword lists for an Amazon ASIN via SellerSprite.
Core Concepts
Core Concepts
- ASIN 反查词:以商品 ASIN 为输入,查看该商品获得流量的关键词列表。
- 流量占比类型():主要流量词、精准流量词、以及 schema 中的
trafficKeywordTypes(工具文案为「转化流失词」)等。preciseLongTail - 转化类型():如转化优质词、平稳词、流失词等。
conversionKeywordTypes - 词标签():如自然搜索词、Amazon Choice 推荐词等。
badges
- Reverse ASIN Keywords: Input a product ASIN to view the list of keywords that drive traffic to the product.
- Traffic Proportion Types (): Main traffic keywords, precise traffic keywords, and
trafficKeywordTypesfrom the schema (displayed as "Conversion Lost Keywords" in the tool), etc.preciseLongTail - Conversion Types (): Such as high-quality conversion keywords, stable keywords, lost keywords, etc.
conversionKeywordTypes - Keyword Badges (): Such as organic search keywords, Amazon Choice recommended keywords, etc.
badges
API Usage
API Usage
- Endpoint:
POST https://tool-gateway.linkfox.com/sellersprite/traffic/keyword - Auth: Header (
Authorization: <api_key>)LINKFOXAGENT_API_KEY - 完整说明见 :含
references/api.md/marketplace/badges/trafficKeywordTypes/conversionKeywordTypes等入参枚举与约束,以及响应顶层、orderField流量词字段、data[]/rankPosition、adPosition、stats[]等。summaryList[] - Runnable script:
scripts/sellersprite_traffic_keyword.py
- Endpoint:
POST https://tool-gateway.linkfox.com/sellersprite/traffic/keyword - Auth: Header (
Authorization: <api_key>)LINKFOXAGENT_API_KEY - For complete instructions, refer to : It includes input parameter enums and constraints such as
references/api.md,marketplace,badges,trafficKeywordTypes,conversionKeywordTypes, as well as top-level response fields, traffic keyword fields inorderField,data[]/rankPosition,adPosition,stats[], etc.summaryList[] - Runnable script:
scripts/sellersprite_traffic_keyword.py
Key Parameters
Key Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| marketplace | string | Yes | 市场站点,默认 |
| asin | string | Yes | 要反查的商品 ASIN |
| month | string | No | 历史月份,格式 |
| page | integer | No | 页码,默认 1 |
| size | integer | No | 每页数量,默认 50,最大 100 |
| keyword | string | No | 关键词筛选 |
| badges | string | No | 词标签,多值逗号分隔 |
| trafficKeywordTypes | string | No | 流量占比类型,多值逗号分隔 |
| conversionKeywordTypes | string | No | 转化类型,多值逗号分隔 |
| orderField | string | No | 排序字段,默认 |
| orderDesc | boolean | No | 是否倒序,默认 |
| Parameter | Type | Required | Description |
|---|---|---|---|
| marketplace | string | Yes | Marketplace site, default is |
| asin | string | Yes | The product ASIN to perform reverse lookup on |
| month | string | No | Historical month, format |
| page | integer | No | Page number, default is 1 |
| size | integer | No | Number of items per page, default is 50, maximum is 100 |
| keyword | string | No | Keyword filter |
| badges | string | No | Keyword badges, multiple values separated by commas |
| trafficKeywordTypes | string | No | Traffic proportion types, multiple values separated by commas |
| conversionKeywordTypes | string | No | Conversion types, multiple values separated by commas |
| orderField | string | No | Sort field, default is |
| orderDesc | boolean | No | Whether to sort in descending order, default is |
Usage Examples
Usage Examples
json
{
"marketplace": "US",
"asin": "B0XXXXXXXXX",
"size": 50,
"orderField": "rankPosition",
"orderDesc": false
}json
{
"marketplace": "US",
"asin": "B0XXXXXXXXX",
"month": "202507",
"trafficKeywordTypes": "primary,precise",
"conversionKeywordTypes": "excellent,stable",
"page": 1,
"size": 100
}json
{
"marketplace": "US",
"asin": "B0XXXXXXXXX",
"size": 50,
"orderField": "rankPosition",
"orderDesc": false
}json
{
"marketplace": "US",
"asin": "B0XXXXXXXXX",
"month": "202507",
"trafficKeywordTypes": "primary,precise",
"conversionKeywordTypes": "excellent,stable",
"page": 1,
"size": 100
}Display Rules
Display Rules
- 结果优先展示:关键词、自然位、广告位、流量占比类型、转化类型。
- 明确标注查询周期(最近30天或历史月份)。
- 当存在分页时,告知总数与当前页。
- 不输出与接口无关的主观商业建议,除非用户明确要求。
- Priority display in results: Keywords, organic positions, ad positions, traffic proportion types, conversion types.
- Clearly mark the query period (last 30 days or historical month).
- When pagination exists, inform the total number of items and the current page.
- Do not output subjective business suggestions unrelated to the interface unless explicitly requested by the user.
Important Limitations
Important Limitations
- 必填参数:、
marketplaceasin - 单次每页最多 100 条
- 历史查询需传
yyyyMM
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
- The functionality or purpose described in this skill does not match actual behavior
- The skill's results do not match the user's intent
- The user expresses dissatisfaction or praise about this skill
- Anything you believe could be improved
Call the feedback API as specified in . Do not interrupt the user's flow.
references/api.md- Required parameters: ,
marketplaceasin - Maximum 100 items per page per request
- must be provided for historical queries
yyyyMM
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
- The functionality or purpose described in this skill does not match actual behavior
- The skill's results do not match the user's intent
- The user expresses dissatisfaction or praise about this skill
- Anything you believe could be improved
Call the feedback API as specified in . Do not interrupt the user's flow.
references/api.md