文档

SIF-ASIN关键词

试用

反向查询任意亚马逊ASIN的流量关键词,包含自然排名、广告排名、搜索量与流量占比。

它能做什么

针对单个亚马逊ASIN反查其带来流量的搜索关键词。每条记录返回自然排名、SP广告排名、周搜索量、自然/付费流量占比、自然与各类广告得分、ABA TOP3点击集中度、点击转化率,以及搜索量同比涨跌标记。时间窗提供最近7天/30天、指定ABA周或指定月份四种选择,覆盖13个亚马逊站点(默认美国)。支持按关键词文本模糊筛选,并通过conditions过滤自然词、SP广告词、精准词、长尾词、购买转化词、搜索量上涨/下跌词、本期新进词等类型,每页最多100条,支持翻页。

什么时候用它

  • 反查某ASIN的全部流量关键词
  • 只看自然流量关键词或只看SP广告关键词
  • 按周或按月窗口追踪排名变化
  • 找出搜索量同比上涨或高转化的关键词

技能文档

SIF ASIN Keyword Analysis

This skill guides you on how to query and analyze traffic keywords for a specific Amazon ASIN, helping Amazon sellers understand which keywords drive traffic to a product and how that product ranks for each keyword.

Core Concepts

SIF ASIN Keyword data reveals the keywords that bring traffic to a specific Amazon product (ASIN). For each keyword, you can see the product's organic search rank, SP ad rank, search volume, traffic share, display position types, and various performance markers. This is the go-to tool for reverse ASIN keyword lookup.

Single-ASIN limitation: This tool queries one ASIN at a time. If the user wants to compare multiple ASINs, you must make separate queries for each.

Ranking logic: A smaller rank value means a better (higher) position. Rank 1 means the product appears first in search results. When a user says "ranking improved", the numeric value decreased; "ranking dropped" means the value increased.

Data Fields

Per-keyword record (each element of data)

FieldAPI NameDescriptionExample
KeywordkeywordThe search keyword driving trafficwireless charger
Keyword TranslationtranslateKeywordLocalized keyword translation for the marketplace无线充电器
ASINasinThe product ASIN being queriedB0XXXXXXXX
Organic RankproductNaturalRankProduct's position in organic search results5
Organic Rank (Display)naturalRankDisplayOrganic rank as display text5
Ad RankproductAdRankProduct's position in SP ad results3
Ad Rank (Display)adRankDisplayAd rank as display text3
Weekly Search VolumeweeklySearchVolumeEstimated weekly searches for this keyword125000
Keyword Popularity RankkeywordPopularityRankKeyword's search volume rank among all keywords (lower = more popular)203
Total Search Result ProductstotalSearchResultProductCountTotal products shown under this keyword (organic + ads + recommendations)1280
Traffic SharetrafficShareShare of traffic this keyword contributes to the ASIN (1 = 100%)0.05
Natural Traffic SharenaturalTrafficShareOrganic exposure score / total score0.62
Paid Traffic SharepaidTrafficSharePaid-ad exposure score / total score (SP + SB + SBV + recAd)0.31
Natural Traffic ScorenaturalTrafficScoreOrganic search exposure score for this ASIN on this keyword (0 = none)4.2
SP Ads ScoresponsoredProductsScoreSponsored Products regular-slot score (excludes SP recommendation slots)2.1
Brand Ad (SB) ScorebrandAdScoreSponsored Brands total score (standard + video)0.8
Video Ad (SBV) ScorevideoAdScoreSponsored Brands Video score0.3
SP Recommendation ScoresponsoredRecommendationScoreCombined score across SP recommendation slots (Trending now, Seen on social media, Customers frequently viewed, 4 stars and above, etc.)1.4
SP Recommendation BreakdownsponsoredRecommendationBreakdownArray of {title, score, scoreRatio} per SP recommendation slot[{"title":"Trending now","score":0.8,"scoreRatio":0.57}]
ABA TOP3 Click ConcentrationclickConcentrationShareWhether clicks under this keyword concentrate on the top ASINs (NOT a conversion rate)0.42
Click-to-Purchase ConversionclickToPurchaseConversionRatepurchaseQty / clickQty at the keyword level0.037
Display Position TypesdisplayPositionTypesWhere the product appears: natural, ac, sp, top, bottom, er, vedio, tr, trfob["natural", "sp"]
Traffic Characteristic MarkerstrafficCharacteristicMarkersTraffic feature tags: isMainKw, isAccurateKw, isAccurateAboveKw, isAccurateTailKw["isMainKw"]
Conversion Performance MarkersconversionPerformanceMarkersConversion tags: isPurchaseKw, isQualityKw, isStableKw, isLossKw, isInvalidKw["isPurchaseKw"]
Last Organic Rank TimelastNaturalRankTimeWhen the product last had a valid organic rank for this keyword2026-04-20
Last Ad Rank TimelastAdRankTimeWhen the product last had a valid SP ad rank for this keyword2026-04-20
Period End DateperiodEndDateEnd date of the current (weekly) period = start-week + 7 days2026-04-27
Update TimeupdateTimeWhen the keyword data was last updated2026-04-21

Top-level response fields (alongside data)

FieldAPI NameDescription
Is Parent ASINisParentAsinWhether the queried ASIN is a parent (variation hub)
Has VariantshasVaiantsWhether the ASIN has variants
Latest ABA WeekabaCreateDateWeekLatest ABA weekly data reference date

Supported Marketplaces

13 marketplaces: US (United States), UK (United Kingdom), DE (Germany), CA (Canada), JP (Japan), FR (France), ES (Spain), IT (Italy), MX (Mexico), AU (Australia), AE (United Arab Emirates), BR (Brazil), SA (Saudi Arabia).

Default marketplace is US. Use US when the user does not specify a marketplace. Codes outside this list will be rejected by the API pattern.

调用方式

  • API 端点POST /sif/asinKeywords(完整参数/响应/错误码见 references/api.md
  • Python 脚本python scripts/sif_asin_keywords.py '' [--inline]
  • 成本约束:本工具会消耗积分;同一会话同一参数组合默认只调用一次,脚本带 24h 本地缓存。失败/空结果不得自动换关键词、翻页或改邮编连续试探;需要继续检索时先向用户说明会产生额外消耗。

输出策略(脚本默认行为)

  • 始终将完整响应写入 /linkfox///data/linkfox-sif-asin-keywords-.json 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录; 取自环境变量 SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错)
  • 响应体 ≤ 8 KB:落盘后把完整 JSON 打印到 stdout
  • 响应体 > 8 KB:落盘后 stdout 只输出摘要(顶层字段、常见计数如 total/costToken、最大列表字段的长度 + 前 3 条样本)
  • --inline 强制全量打印到 stdout(同样落盘)

读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jqConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。

解决认证和积分问题

发生以下异常情况时,采用 references/onboarding.md 引导解决问题:

异常情况

  • 未配置API Key:环境变量未配置 LINKFOX_AGENT_API_KEY,也未配置 LINKFOXAGENT_API_KEY
  • 响应401或402状态码
  • 响应提示积分或余额不足:消息含"积分余额不足/计费不足/余额不足/quota exceeded/insufficient balance/套餐到期/需充值/请充值",或类似含义的内容。

Parameter Guide

Required Parameter

  • asin (string, required): The Amazon ASIN to look up. Only one ASIN per request.

Optional Parameters

  • country (string, default US): Marketplace code. See Supported Marketplaces above.

  • keyword (string): Filter results to keywords containing this text. Translate the keyword into the language of the target marketplace when possible.

  • timePieceType (string, default latelyDay): Time window type — latelyDay (most recent N days), month (specific month), week (specific week).

  • timePieceValue (string, default 7): Value paired with timePieceType.

    • When timePieceType=latelyDay → only 7 or 30 are supported
    • When timePieceType=monthYYYY-MM (e.g. 2026-04)
    • When timePieceType=week → the week's start date YYYY-MM-DD (e.g. 2026-04-13)
  • conditions (string): Comma-separated condition filters. Flag-style filters:

    • nfPosition -- organic traffic keywords
    • isSpAd -- SP ad keywords
    • isBrandAd -- brand ad keywords
    • isVedioAd -- video ad keywords
    • isAC -- Amazon's Choice keywords
    • isAccurateKw -- precise traffic keywords
    • isAccurateTailKw -- precise long-tail keywords
    • isPurchaseKw -- purchase-converting keywords
    • isQualityKw -- high-quality conversion keywords
    • isStableKw -- stable conversion keywords
    • isLossKw -- conversion-loss keywords
    • isInvalidKw -- invalid-exposure keywords
    • isMultiVariantKw -- keywords ranking organically across multiple variants
    • isSearchVolUpKw -- keywords whose search volume increased year-over-year
    • isSearchVolDownKw -- keywords whose search volume decreased year-over-year

    Period-count filters (all / new-in):

    • totalPeriod.in -- newly-entered traffic keywords this period
    • nfKeywordCnt.total / nfKeywordCnt.in -- keywords with (new) organic exposure
    • adKeywordCnt.total / adKeywordCnt.in -- keywords with (new) ad exposure
    • allSpKeywordCnt.total / allSpKeywordCnt.in -- (new) SP-ad keywords (regular + recommendation)
    • spKeywordCnt.total / spKeywordCnt.in -- (new) SP regular keywords
    • recSpKeywordCnt.total / recSpKeywordCnt.in -- (new) SP recommendation keywords
    • allSbKeywordCnt.total / allSbKeywordCnt.in -- (new) SB-ad keywords
    • sbKeywordCnt.total / sbKeywordCnt.in -- (new) SB regular keywords
    • sbvKeywordCnt.total / sbvKeywordCnt.in -- (new) SBV keywords
  • sortBy (string): Sort field. Options: lastRank (organic rank), adLastRank (ad rank), updateTime (update time), searchesRank (search popularity rank), estSearchesNum (monthly search volume).

  • desc (boolean, default true): Sort in descending order. Set to false for ascending.

  • pageNum (integer, default 1): Page number for pagination.

  • pageSize (integer, default 100, range 10-100): Number of results per page.

Building Effective Queries

  1. Always specify the marketplace: Set country to one of the 13 supported codes.
  2. Pick the right time window: The default is the latest 7 days. Pass timePieceType=month + timePieceValue=YYYY-MM for a specific month, or timePieceType=week + timePieceValue=YYYY-MM-DD for a specific ABA week.
  3. Use keyword filtering: When the user is interested in specific keywords, pass the keyword parameter to narrow results.
  4. Apply condition filters: Use conditions to focus on specific keyword types (e.g., only organic keywords, only purchase-converting keywords, or newly-entered SP keywords via spKeywordCnt.in).
  5. Choose appropriate sorting: Sort by estSearchesNum for highest search volume keywords, or by lastRank for best-ranking keywords.
  6. Handle pagination: The API returns at most 100 results per page. Use pageNum to retrieve additional pages if the total exceeds 100.

Usage Examples

1. Find all traffic keywords for an ASIN on the US marketplace

asin: "B0XXXXXXXX", country: "US"

2. Find organic traffic keywords only

asin: "B0XXXXXXXX", country: "US", conditions: "nfPosition"

3. Find keywords containing "charger" sorted by search volume (ascending)

asin: "B0XXXXXXXX", country: "US", keyword: "charger", sortBy: "estSearchesNum", desc: false

4. Find high-converting keywords

asin: "B0XXXXXXXX", country: "US", conditions: "isPurchaseKw,isQualityKw"

5. Find SP ad keywords on the Japan marketplace

asin: "B0XXXXXXXX", country: "JP", conditions: "isSpAd", sortBy: "adLastRank", desc: false

6. Find precise long-tail keywords with stable conversion

asin: "B0XXXXXXXX", country: "US", conditions: "isAccurateTailKw,isStableKw"

7. Find newly-entered SP traffic keywords in April 2026

asin: "B0XXXXXXXX", country: "US", timePieceType: "month", timePieceValue: "2026-04", conditions: "spKeywordCnt.in"

8. Find keywords whose search volume is trending up

asin: "B0XXXXXXXX", country: "US", conditions: "isSearchVolUpKw", sortBy: "estSearchesNum", desc: true

Display Rules

  1. Present data only: Show query results in clear tables without subjective business advice.
  2. Ranking clarification: When showing ranking data, remind users that lower numeric values mean better (higher) positions.
  3. Share formatting: Display trafficShare, naturalTrafficShare, paidTrafficShare, and clickConcentrationShare as percentages (multiply by 100). For example, 0.05 should be shown as 5%.
  4. Click concentration wording: clickConcentrationShare measures how concentrated clicks are on top ASINs under the keyword — it is NOT a conversion rate. Label it clearly so users don't confuse it with clickToPurchaseConversionRate.
  5. Period disclosure: When showing counts sourced from *.in/*.total filters or comparing numbers, annotate the period range — default is last 7 days; if timePieceType=month or week is set, surface the resolved period (periodEndDate / abaCreateDateWeek).
  6. Marker translation: Translate marker arrays into human-readable labels. For example, ["isMainKw", "isAccurateKw"] should display as "Main Traffic, Precise Traffic".
  7. Display position translation: Translate position type arrays into readable labels: natural = Organic, ac = Amazon's Choice, sp = SP Ad, top = Top Brand Ad, bottom = Bottom Brand Ad, er = Editorial Recommendation, vedio = Video Ad, tr = Top Rated, trfob = Top Rated Frequently Bought.
  8. Pagination notice: When results have more pages, inform the user of the total count and suggest fetching additional pages.
  9. Error handling: When a query fails, explain the reason based on the msg field and suggest adjusting query parameters.
  10. Multi-ASIN requests: If the user asks about multiple ASINs, make separate API calls for each and present the results together.

Important Limitations

  • Single ASIN per request: Only one ASIN can be queried at a time.
  • Page size cap: Maximum 100 results per page.
  • Time window granularity: timePieceType=latelyDay only supports timePieceValue=7 or 30; arbitrary N-day windows are not supported.
  • Marketplace coverage: 13 marketplaces only — IN / NL / SE / PL / TR / SG are no longer available.
  • Keyword language: The keyword filter should ideally be in the language of the target marketplace.

User Expression & Scenario Quick Reference

Applicable -- Keyword analysis for specific Amazon products:

User SaysScenario
"What keywords does this ASIN rank for"Reverse ASIN keyword lookup
"Show me the traffic keywords for B0XXX"Traffic keyword analysis
"What's the organic rank for this product"Organic ranking check
"Which keywords is this product advertising on"Ad keyword analysis
"Find high-converting keywords for this ASIN"Conversion keyword mining
"What are the main traffic sources for this product"Main traffic keyword identification
"Show me keywords with lost conversions"Conversion loss diagnosis
"Which keywords have Amazon's Choice badge"AC keyword discovery
"Compare keyword rankings for my ASIN"Keyword position analysis
"Which new SP keywords did this ASIN get last month"New-in period keyword discovery (spKeywordCnt.in + month window)
"Keywords whose search volume is trending up YoY"Search-volume trend filter (isSearchVolUpKw)
"Is click concentration high on this keyword"ABA TOP3 click concentration read
"Keyword click-to-purchase conversion"Per-keyword conversion check

Not applicable -- Needs beyond single-ASIN keyword lookup:

  • Broad keyword research not tied to a specific ASIN (use ABA data tools instead)
  • Product reviews, listing copywriting
  • Sales estimation, revenue analysis
  • Advertising campaign management (bids, budgets)
  • Category-wide keyword trends without a specific ASIN

积分消耗规则

消耗 9 积分。

用户会因积分消耗而支付费用。请充分评估:当需要高频调用本技能,或用户对积分消耗量预期不足时,务必提醒用户,由用户决定是否继续。

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.


For more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.

相关技能

在给定关键词下拆解所有竞品 ASIN 的流量来源——自然搜索、SP 广告、SB 品牌广告、SBV 视频广告、SP 推荐、AC/ER/TR 等推荐位,支持按 ASIN 过滤、指定日期区间及新进流量词等筛选。当用户提到关键词流量来源、该关键词下哪些竞品在抢流量、自然流量与付费流量占比、SP广告曝光、品牌广告占比、SP推荐位、推荐位广告/非广告拆分、搜索展示分析、Amazon's Choice或编辑推荐曝光、关键词竞争格局、ASIN流量构成、keyword traffic, traffic structure analysis, search share, ad share, traffic source distribution, SIF, traffic analysis, SP recommendation, recommend position breakdown时触发此技能。即使用户未明确提及"SIF",只要其需求涉及在某关键词下分析竞品 ASIN 的流量来源分布,也应触发此技能。

1 星标

按渠道拆解 ASIN 的流量来源与曝光结构,覆盖自然搜索、各类广告与 Amazon 推荐位。

14 次安装

使用卖家精灵流量词反查能力,按ASIN查询关键词流量来源、流量占比类型、转化类型、自然位与广告位等指标,支持历史月份与多维排序。当用户提到ASIN反查流量词、流量关键词列表、关键词流量结构、自然词/广告词分析、关键词转化类型、SellerSprite traffic keyword、Amazon traffic keywords、reverse ASIN keywords时触发此技能。即使用户未明确提及"卖家精灵",只要需求是围绕某个ASIN查看其关键词流量来源与词列表,也应触发此技能。

15 次安装

亚马逊市场关键词竞争度的SIF概览分析。当用户提到关键词竞争度、供需比、竞品数量、关键词搜索量估算、市场竞争力评估、关键词热度排名、广告竞争分析、某个关键词下的商品数量、keyword competition, supply-demand ratio, competitor count, search popularity, market competition analysis, SIF, keyword overview时触发此技能。即使用户未明确说"SIF",只要其需求涉及评估亚马逊上关键词层面的竞争强度、供需平衡或搜索结果商品数量,也应触发此技能。

15 次安装

通过最多 10 个 ASIN 反查其在亚马逊搜索结果中出现的关键词,返回搜索量、排名、PPC 竞价等数据,覆盖 10 个站点。

16 次安装

西柚找词(西柚洞察)亚马逊 ASIN 与关键词分析,经 LinkFox 网关转发西柚 OpenAPI。覆盖 ASIN 流量得分、反查关键词、词排名/流量趋势、BSR、ABA 周趋势、关键词竞争度与建议竞价等 17 个接口,支持 US/UK/DE 等 13 个站点。当用户提到西柚找词、西柚洞察、Xiyou、ASIN 反查关键词、关键词分析、ABA 周搜索量、流量得分、词排名趋势、xiyou keyword research, ASIN traffic score, reverse ASIN lookup, search term analysis 时触发。即使用户未写「西柚」,只要需求是通过西柚找词查亚马逊 ASIN/关键词流量与排名数据,也应触发。使用前须配置 LINKFOXAGENT_API_KEY 以及环境变量 XIYOU_CLIENT_ID、XIYOU_CLIENT_SECRET。

10 次安装