按关键词深度分析亚马逊细分市场,涵盖垄断程度、品牌集中度、新品成功率和市场机会评分。当用户提到细分市场分析、关键词市场调研、垄断评估、品牌集中度分析、新品成功率、市场需求评分、竞争格局、亚马逊子市场探索、niche market analysis, keyword market, monopoly level, brand concentration, new product success rate, market opportunity score, competitive landscape, Jiimore data时触发此技能。即使用户未明确提及"细分市场",只要其需求涉及评估某个关键词维度的亚马逊市场竞争格局、品牌密度或机会潜力,也应触发此技能。
设计与多媒体
Jungle Scout-关键词声量份额
试用分析亚马逊关键词前三页的品牌声量份额、搜索量、PPC 竞价与头部 ASIN 转化数据。
它能做什么
按站点和关键词返回搜索结果前三页中,各品牌在自然、广告和综合结果下的基础 SOV 与位置加权 SOV,并支持 10 个亚马逊站点。数据同时包含近 30 天搜索量、以美元计的 PPC 建议竞价中位数,以及按点击量排序的前 3 个 ASIN 的点击数、转化数和转化率。每次调用消耗 64 积分。
什么时候用它
- 判断关键词由哪些品牌主导
- 对比自然位与广告位品牌声量
- 评估关键词 PPC 竞价和头部 ASIN 转化
- 识别搜索结果品牌分布是否集中
技能文档
Jungle Scout — 关键词市场份额 Share of Voice
This skill queries Share of Voice (SOV) data for Amazon keywords via the Jungle Scout data source, returning brand visibility distribution across the first 3 pages of search results, along with search volume, PPC bid estimates, and top ASIN click/conversion metrics across 10 Amazon marketplaces.
Core Concepts
Share of Voice measures how much of the search results real estate a brand occupies for a given keyword. Jungle Scout analyzes the first 3 pages of Amazon search results and calculates each brand's presence in three dimensions:
- Organic SOV: Brand visibility from organic (non-sponsored) search result positions
- Sponsored SOV: Brand visibility from sponsored/advertising placements
- Combined SOV: Overall brand visibility merging both organic and sponsored results
Each dimension has two calculation methods:
- Basic SOV: Simple product count ratio — number of a brand's products ÷ total products on the 3 pages
- Weighted SOV: Position-adjusted ratio that gives higher weight to top positions and factors like Amazon's Choice badge; this is the more meaningful metric for competitive analysis
The tool also returns:
- 30-day exact search volume: Total estimated searches in the past 30 days
- PPC bid median: Median suggested bid for this keyword, useful for advertising cost estimation
- TOP3 ASIN click & conversion data: The top 3 ASINs by clicks, with click count, conversion count, and conversion rate
Data Fields
brands (Brand SOV Breakdown)
| Field | API Name | Description | Example |
|---|---|---|---|
| Brand Name | brand | Brand name as shown in search results | Anker |
| Organic Products | organicProducts | Number of organic listings in the first 3 pages | 5 |
| Sponsored Products | sponsoredProducts | Number of sponsored listings | 3 |
| Combined Products | combinedProducts | Total listings (organic + sponsored) | 8 |
| Organic Basic SOV | organicBasicSov | Organic simple ratio (0–1) | 0.083 |
| Organic Weighted SOV | organicWeightedSov | Organic position-weighted ratio (0–1) | 0.112 |
| Sponsored Basic SOV | sponsoredBasicSov | Sponsored simple ratio (0–1) | 0.15 |
| Sponsored Weighted SOV | sponsoredWeightedSov | Sponsored position-weighted ratio (0–1) | 0.18 |
| Combined Basic SOV | combinedBasicSov | Combined simple ratio (0–1) | 0.133 |
| Combined Weighted SOV | combinedWeightedSov | Combined position-weighted ratio (0–1) | 0.152 |
| Organic Avg Position | organicAveragePosition | Average ranking position in organic results | 12.4 |
| Sponsored Avg Position | sponsoredAveragePosition | Average ranking position in sponsored results | 5.0 |
| Combined Avg Position | combinedAveragePosition | Average ranking position across all results | 9.5 |
| Organic Avg Price | organicAveragePrice | Average price of organic products | 29.99 |
| Sponsored Avg Price | sponsoredAveragePrice | Average price of sponsored products | 25.99 |
| Combined Avg Price | combinedAveragePrice | Average price of all products | 28.49 |
topAsins (TOP 3 ASIN Click & Conversion)
| Field | API Name | Description | Example |
|---|---|---|---|
| ASIN | asin | Amazon Standard Identification Number | B09V3KXJPB |
| Product Name | name | Product title | Anker Portable Charger... |
| Brand | brand | Product brand | Anker |
| Clicks | clicks | Click count (30-day window) | 15200 |
| Conversions | conversions | Conversion count (30-day window) | 4560 |
| Conversion Rate | conversionRate | Conversion rate (0–1) | 0.30 |
Top-Level Summary Fields
| Field | API Name | Description | Example |
|---|---|---|---|
| ID | id | Resource identifier | — |
| Type | type | Fixed value | share_of_voice |
| 30-Day Search Volume | estimated30DaySearchVolume | Exact search volume over 30 days | 125000 |
| PPC Bid Median | exactSuggestedBidMedian | Median suggested PPC bid (USD) | 1.25 |
| Product Count | productCount | Total products in the first 3 pages | 60 |
| Updated At | updatedAt | Data freshness timestamp | 2026-04-10T00:00:00 |
| Top ASINs Start Date | topAsinsModelStartDate | Click/conversion data window start | 2026-03-11 |
| Top ASINs End Date | topAsinsModelEndDate | Click/conversion data window end | 2026-04-10 |
| Cost Token | costToken | Tokens consumed by this call | 1 |
Supported Marketplaces
us (United States), uk (United Kingdom), de (Germany), in (India), ca (Canada), fr (France), it (Italy), es (Spain), mx (Mexico), jp (Japan)
Default marketplace is us. Use us when the user doesn't specify a marketplace.
调用方式
- API 端点:
POST /tool-jungle-scout/keywords/share-of-voice(完整参数/响应/错误码见references/api.md) - Python 脚本:
python scripts/junglescout_keyword_sov.py '' [--inline] - 成本约束:本工具会消耗积分;同一会话同一参数组合默认只调用一次,脚本带 24h 本地缓存。失败/空结果不得自动换关键词、翻页或改邮编连续试探;需要继续检索时先向用户说明会产生额外消耗。
输出策略(脚本默认行为):
- 始终将完整响应写入
/linkfox///data/linkfox-junglescout-keyword-share-of-voice-.json(为脚本执行时的工作目录,在 Claude Code 里即当前项目目录;取自环境变量SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错) - 响应体 ≤ 8 KB:落盘后把完整 JSON 打印到 stdout
- 响应体 > 8 KB:落盘后 stdout 只输出摘要(顶层字段、常见计数如
total/costToken、最大列表字段的长度 + 前 3 条样本) - 加
--inline强制全量打印到 stdout(同样落盘)
读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jq或ConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。
解决认证和积分问题
发生以下异常情况时,采用 references/onboarding.md 引导解决问题:
异常情况
- 未配置API Key:环境变量未配置
LINKFOX_AGENT_API_KEY,也未配置LINKFOXAGENT_API_KEY。 - 响应401或402状态码
- 响应提示积分或余额不足:消息含"积分余额不足/计费不足/余额不足/quota exceeded/insufficient balance/套餐到期/需充值/请充值",或类似含义的内容。
How to Build Queries
Only two parameters are needed: marketplace and keyword.
Principles for Building API Calls
- Marketplace mapping: "美国站" →
us, "日本站" →jp, "德国站" →de; default touswhen unspecified - Keyword: Pass the user's keyword as-is (lowercase English preferred)
- One keyword per call: Each request analyzes one keyword; for multi-keyword comparison, make separate calls
Common Query Scenarios
1. Brand dominance check — Who owns this keyword?
{
"marketplace": "us",
"keyword": "portable charger"
}
Focus on combinedWeightedSov to see which brands dominate the search results page.
2. PPC competitive analysis — Is this keyword worth bidding on?
{
"marketplace": "us",
"keyword": "wireless earbuds"
}
Compare exactSuggestedBidMedian with the keyword's search volume to gauge cost-efficiency. Check sponsoredWeightedSov to see how heavily competitors invest in ads.
3. Conversion efficiency of top ASINs
{
"marketplace": "de",
"keyword": "kopfhörer kabellos"
}
Examine the topAsins array to find whether the top-clicked products convert well. High clicks + low conversion rate may indicate opportunity.
4. Identify market gaps — Are there underserved positions?
{
"marketplace": "jp",
"keyword": "ヨガマット"
}
If no single brand has a combinedWeightedSov above 0.15, the keyword is fragmented and may be easier to enter. Combine with search volume to assess market size.
5. Compare organic vs sponsored presence
{
"marketplace": "uk",
"keyword": "running shoes"
}
A brand with high sponsoredWeightedSov but low organicWeightedSov relies heavily on ads; this can inform competitive strategy.
Display Rules
- Brand table: Show the brands table sorted by
combinedWeightedSovdescending; highlight the top 5 brands for quick comprehension - SOV as percentage: Display SOV values as percentages (multiply by 100), e.g., 0.152 → 15.2%
- Context header: Before the table, show the keyword's 30-day search volume (
estimated30DaySearchVolume) and PPC bid median (exactSuggestedBidMedian) as context - Top ASINs section: Show the TOP 3 ASIN table separately with click count, conversion count, and conversion rate
- Competitive summary: After the data, provide a brief competitive landscape summary: whether the keyword is dominated by a few brands or fragmented, and note any large gaps between organic and sponsored presence
- Error handling: When a query fails, explain the reason based on the error response and suggest adjusting parameters
Important Limitations
- Coverage: Only the first 3 pages of Amazon search results are analyzed (typically ~48–60 products)
- Single keyword: One keyword per API call; multi-keyword comparison requires separate calls
- SOV is a snapshot: Data reflects a point-in-time crawl, not a historical trend
- No historical SOV: This tool does not provide SOV changes over time; use the keyword history tool for volume trends
User Expression & Scenario Quick Reference
Applicable — Brand market share and competitive analysis on Amazon search results:
| User Says | Scenario |
|---|---|
| "这个词谁占的份额最大" | Brand dominance analysis |
| "这个关键词竞争激不激烈" | Competitive landscape assessment |
| "广告位都被谁占了" | Sponsored SOV analysis |
| "有没有品牌垄断这个词" | Monopoly detection |
| "这个词的PPC出价大概多少" | PPC bid estimation |
| "搜索结果里哪些品牌排前面" | Brand visibility ranking |
| "这个词的转化率高不高" | Top ASIN conversion analysis |
Not applicable — Beyond keyword Share of Voice scope:
- Historical search volume trends (use keyword history tool)
- Keyword suggestions / keyword mining (use ABA or keyword explorer tools)
- Product-level sales estimation or review analysis
- Listing optimization or copywriting advice
- Non-Amazon platform data
Boundary judgment: When users say "竞争分析", "品牌分析", or "市场格局", if the intent is to understand which brands occupy the search results page for a specific keyword (share of voice / brand distribution), this skill applies. If they want product-level sales data, profit margins, or historical trends, it does not apply.
积分消耗规则
消耗 64 积分。
用户会因积分消耗而支付费用。请充分评估:当需要高频调用本技能,或用户对积分消耗量预期不足时,务必提醒用户,由用户决定是否继续。
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 references/api.md. Do not interrupt the user's flow.
For more high-quality, professional cross-border e-commerce skills, visit LinkFox Skills.
常见问题
- SOV 如何计算?
- SOV 衡量品牌占据搜索结果展示空间的比例;基础 SOV 按产品数量计算,位置加权 SOV 会对更靠前的位置等因素赋予更高权重。结果分为自然、广告和综合三类。
- 一次关键词查询会返回哪些数据?
- 包括各品牌的产品数、基础与加权 SOV、平均位置和平均价格,以及关键词的 30 天搜索量、PPC 建议竞价中位数、按点击量排序的前 3 个 ASIN 的点击数、转化数和转化率。PPC 竞价中位数以美元计。
- 支持哪些站点,每次调用消耗多少积分?
- 支持美国、英国、德国、印度、加拿大、法国、意大利、西班牙、墨西哥和日本站;未指定时默认美国站。每次调用只分析一个关键词并消耗 64 积分,多关键词比较需分别调用。
相关技能
从单个种子关键词出发,扩展出亚马逊相关关键词及搜索量、PPC 出价、排名难度等指标。
Jungle Scout关键词历史搜索量查询,按7天周期返回亚马逊关键词的精确搜索量趋势,覆盖美国、英国、德国、日本等10个站点。当用户提到关键词搜索量趋势、历史搜索量、搜索热度变化、关键词季节性、搜索量波动、Jungle Scout搜索量、keyword search volume history, keyword trend, search volume over time, seasonal search volume, keyword popularity trend时触发此技能。即使用户未明确提及"Jungle Scout",只要其需求涉及查看某个亚马逊关键词在一段时间内的搜索量变化趋势,也应触发此技能。
通过最多 10 个 ASIN 反查其在亚马逊搜索结果中出现的关键词,返回搜索量、排名、PPC 竞价等数据,覆盖 10 个站点。
Analyze Amazon keyword demand, traffic, and trends
在 10 个亚马逊站点按月销量、价格、BSR、LQS、评论、评分、卖家类型等多条件筛选商品。