linkfox-sellersprite-traffic-keyword

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

SellerSprite 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 为输入,查看该商品获得流量的关键词列表。
  • 流量占比类型
    trafficKeywordTypes
    ):主要流量词、精准流量词、以及 schema 中的
    preciseLongTail
    (工具文案为「转化流失词」)等。
  • 转化类型
    conversionKeywordTypes
    ):如转化优质词、平稳词、流失词等。
  • 词标签
    badges
    ):如自然搜索词、Amazon Choice 推荐词等。
  • Reverse ASIN Keywords: Input a product ASIN to view the list of keywords that drive traffic to the product.
  • Traffic Proportion Types (
    trafficKeywordTypes
    ): Main traffic keywords, precise traffic keywords, and
    preciseLongTail
    from the schema (displayed as "Conversion Lost Keywords" in the tool), etc.
  • Conversion Types (
    conversionKeywordTypes
    ): Such as high-quality conversion keywords, stable keywords, lost keywords, etc.
  • Keyword Badges (
    badges
    ): Such as organic search keywords, Amazon Choice recommended keywords, etc.

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
    references/api.md
    : It includes input parameter enums and constraints such as
    marketplace
    ,
    badges
    ,
    trafficKeywordTypes
    ,
    conversionKeywordTypes
    ,
    orderField
    , as well as top-level response fields, traffic keyword fields in
    data[]
    ,
    rankPosition
    /
    adPosition
    ,
    stats[]
    ,
    summaryList[]
    , etc.
  • Runnable script:
    scripts/sellersprite_traffic_keyword.py

Key Parameters

Key Parameters

ParameterTypeRequiredDescription
marketplacestringYes市场站点,默认
US
asinstringYes要反查的商品 ASIN
monthstringNo历史月份,格式
yyyyMM
;不传默认最近30天
pageintegerNo页码,默认 1
sizeintegerNo每页数量,默认 50,最大 100
keywordstringNo关键词筛选
badgesstringNo词标签,多值逗号分隔
trafficKeywordTypesstringNo流量占比类型,多值逗号分隔
conversionKeywordTypesstringNo转化类型,多值逗号分隔
orderFieldstringNo排序字段,默认
rankPosition
orderDescbooleanNo是否倒序,默认
false
ParameterTypeRequiredDescription
marketplacestringYesMarketplace site, default is
US
asinstringYesThe product ASIN to perform reverse lookup on
monthstringNoHistorical month, format
yyyyMM
; defaults to the last 30 days if not provided
pageintegerNoPage number, default is 1
sizeintegerNoNumber of items per page, default is 50, maximum is 100
keywordstringNoKeyword filter
badgesstringNoKeyword badges, multiple values separated by commas
trafficKeywordTypesstringNoTraffic proportion types, multiple values separated by commas
conversionKeywordTypesstringNoConversion types, multiple values separated by commas
orderFieldstringNoSort field, default is
rankPosition
orderDescbooleanNoWhether to sort in descending order, default is
false

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

  1. 结果优先展示:关键词、自然位、广告位、流量占比类型、转化类型。
  2. 明确标注查询周期(最近30天或历史月份)。
  3. 当存在分页时,告知总数与当前页。
  4. 不输出与接口无关的主观商业建议,除非用户明确要求。
  1. Priority display in results: Keywords, organic positions, ad positions, traffic proportion types, conversion types.
  2. Clearly mark the query period (last 30 days or historical month).
  3. When pagination exists, inform the total number of items and the current page.
  4. Do not output subjective business suggestions unrelated to the interface unless explicitly requested by the user.

Important Limitations

Important Limitations

  • 必填参数:
    marketplace
    asin
  • 单次每页最多 100 条
  • 历史查询需传
    yyyyMM
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
  1. The functionality or purpose described in this skill does not match actual behavior
  2. The skill's results do not match the user's intent
  3. The user expresses dissatisfaction or praise about this skill
  4. Anything you believe could be improved
Call the feedback API as specified in
references/api.md
. Do not interrupt the user's flow.
  • Required parameters:
    marketplace
    ,
    asin
  • Maximum 100 items per page per request
  • yyyyMM
    must be provided for historical queries
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
  1. The functionality or purpose described in this skill does not match actual behavior
  2. The skill's results do not match the user's intent
  3. The user expresses dissatisfaction or praise about this skill
  4. Anything you believe could be improved
Call the feedback API as specified in
references/api.md
. Do not interrupt the user's flow.