linkfox-junglescout-keyword-by-keyword

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Jungle Scout — 根据关键词扩展关键词信息 (Keyword by Keyword)

Jungle Scout — Keyword by Keyword

This skill expands a seed keyword into a list of related keywords with search volume, trends, PPC bids, ranking difficulty, and other competitive metrics via the Jungle Scout data source, covering 10 Amazon marketplaces.
This skill expands a seed keyword into a list of related keywords with search volume, trends, PPC bids, ranking difficulty, and other competitive metrics via the Jungle Scout data source, covering 10 Amazon marketplaces.

Core Concepts

Core Concepts

Jungle Scout Keyword by Keyword 工具是亚马逊关键词研究的核心工具之一,从一个种子关键词出发,挖掘与之相关的大量关键词及其竞争指标。主要应用场景包括:
  • 关键词拓展/发现:输入核心词,获取数百个相关关键词,扩充 listing 关键词库
  • 长尾词挖掘:通过
    minWordCount
    筛选 3+ 词的长尾关键词,发现低竞争高转化机会
  • PPC 竞价研究:查看精确/广泛匹配 PPC 出价和品牌广告出价,规划广告预算
  • 竞争度评估:通过
    easeOfRankingScore
    organicProductCount
    判断关键词排名难度
  • 趋势分析:查看月度趋势和季度趋势百分比变化,识别增长型关键词
The Jungle Scout Keyword by Keyword tool is one of the core tools for Amazon keyword research. Starting from a seed keyword, it mines a large number of related keywords and their competitive metrics. Its main application scenarios include:
  • Keyword Expansion/Discovery: Enter a core keyword to obtain hundreds of related keywords and expand your listing keyword library
  • Long-tail Keyword Mining: Filter long-tail keywords with 3+ words using
    minWordCount
    to discover low-competition, high-conversion opportunities
  • PPC Bid Research: View exact/broad match PPC bids and Sponsored Brand ad bids to plan advertising budgets
  • Competition Assessment: Judge keyword ranking difficulty via
    easeOfRankingScore
    and
    organicProductCount
  • Trend Analysis: Check monthly and quarterly trend percentage changes to identify growing keywords

Data Fields

Data Fields

Output Fields (keywordInfoList)

Output Fields (keywordInfoList)

FieldAPI NameDescriptionExample
关键词name关键词名称yoga mat thick
站点country市场代码us
精确搜索量monthlySearchVolumeExact月均精确匹配搜索量45000
广泛搜索量monthlySearchVolumeBroad月均广泛匹配搜索量120000
月度趋势monthlyTrend环比月度搜索量变化百分比15.3
季度趋势quarterlyTrend环比季度搜索量变化百分比-5.2
主类目dominantCategory搜索结果中占比最高的品类Sports & Outdoors
相关性评分relevancyScore与种子词的相关性评分856
排名难度easeOfRankingScore排名容易度评分(越高越容易)3
自然商品数organicProductCount搜索结果中的自然排名商品数量342
广告商品数sponsoredProductCount搜索结果中的广告商品数量28
PPC精确出价ppcBidExact精确匹配 PPC 建议出价(美元)1.25
PPC广泛出价ppcBidBroad广泛匹配 PPC 建议出价(美元)0.89
品牌广告出价spBrandAdBidSponsored Brand 广告建议出价(美元)2.50
推荐促销recommendedPromotions推荐促销赠品数量150
消耗TokencostToken本次调用消耗的 token 数1
FieldAPI NameDescriptionExample
KeywordnameKeyword nameyoga mat thick
MarketplacecountryMarket codeus
Exact Monthly Search VolumemonthlySearchVolumeExactAverage monthly exact-match search volume45000
Broad Monthly Search VolumemonthlySearchVolumeBroadAverage monthly broad-match search volume120000
Monthly TrendmonthlyTrendPercentage change in monthly search volume compared to the previous period15.3
Quarterly TrendquarterlyTrendPercentage change in quarterly search volume compared to the previous period-5.2
Dominant CategorydominantCategoryThe category with the highest proportion in search resultsSports & Outdoors
Relevancy ScorerelevancyScoreRelevancy score with the seed keyword856
Ease of Ranking ScoreeaseOfRankingScoreRanking ease score (higher means easier)3
Organic Product CountorganicProductCountNumber of organically ranked products in search results342
Sponsored Product CountsponsoredProductCountNumber of sponsored products in search results28
PPC Exact BidppcBidExactRecommended exact-match PPC bid (USD)1.25
PPC Broad BidppcBidBroadRecommended broad-match PPC bid (USD)0.89
Sponsored Brand Ad BidspBrandAdBidRecommended Sponsored Brand ad bid (USD)2.50
Recommended PromotionsrecommendedPromotionsNumber of recommended promotional giveaways150
Token CostcostTokenNumber of tokens consumed for this call1

Supported Marketplaces

Supported Marketplaces

10 Amazon marketplaces:
us
(default),
uk
,
de
,
in
,
ca
,
fr
,
it
,
es
,
mx
,
jp
. When the user does not specify a marketplace, use
us
.
站点marketplace 值说明
美国usAmazon.com
英国ukAmazon.co.uk
德国deAmazon.de
印度inAmazon.in
加拿大caAmazon.ca
法国frAmazon.fr
意大利itAmazon.it
西班牙esAmazon.es
墨西哥mxAmazon.com.mx
日本jpAmazon.co.jp
10 Amazon marketplaces:
us
(default),
uk
,
de
,
in
,
ca
,
fr
,
it
,
es
,
mx
,
jp
. When the user does not specify a marketplace, use
us
.
Marketplacemarketplace valueDescription
United StatesusAmazon.com
United KingdomukAmazon.co.uk
GermanydeAmazon.de
IndiainAmazon.in
CanadacaAmazon.ca
FrancefrAmazon.fr
ItalyitAmazon.it
SpainesAmazon.es
MexicomxAmazon.com.mx
JapanjpAmazon.co.jp

API Usage

API Usage

This tool calls the LinkFox tool gateway API. See
references/api.md
for calling conventions, request parameters, and response structure. You can also execute
scripts/junglescout_keyword_by_keyword.py
directly to run queries.
This tool calls the LinkFox tool gateway API. See
references/api.md
for calling conventions, request parameters, and response structure. You can also execute
scripts/junglescout_keyword_by_keyword.py
directly to run queries.

How to Build Queries

How to Build Queries

必填参数:
marketplace
searchTerms
(单个种子关键词字符串)。
Required parameters:
marketplace
,
searchTerms
(a single seed keyword string).

Principles for Building API Calls

Principles for Building API Calls

  1. 站点映射:用户说"美国站"→
    us
    ,"日本站"→
    jp
    ,"德国站"→
    de
    ;未指定时默认
    us
  2. 种子关键词:原样传入用户提供的关键词(英文小写为佳),仅支持单个关键词
  3. 结果数量:默认返回数量有限,若用户需要更多结果,设置
    needCount
  4. 排序选择:默认按精确搜索量降序 (
    -monthly_search_volume_exact
    ),根据用户意图切换排序字段
  5. 筛选过滤:充分利用
    min/max
    参数缩小结果范围,避免返回无关低质量关键词
  1. Marketplace Mapping: When users say "US marketplace" →
    us
    , "Japan marketplace" →
    jp
    , "Germany marketplace" →
    de
    ; default to
    us
    if not specified
  2. Seed Keyword: Pass the user-provided keyword as-is (preferably in lowercase English); only a single keyword is supported
  3. Result Count: The default number of returned results is limited; set
    needCount
    if users need more results
  4. Sorting Option: Default to descending order of exact search volume (
    -monthly_search_volume_exact
    ); switch the sorting field based on user intent
  5. Filtering: Make full use of
    min/max
    parameters to narrow down the result range and avoid returning irrelevant low-quality keywords

Common Query Scenarios

Common Query Scenarios

1. 扩展种子关键词 — 获取相关关键词列表
json
{
  "marketplace": "us",
  "searchTerms": "yoga mat"
}
2. 挖掘长尾关键词(3+ 词)
json
{
  "marketplace": "us",
  "searchTerms": "yoga mat",
  "minWordCount": 3,
  "needCount": 50
}
3. 低竞争关键词发现
json
{
  "marketplace": "us",
  "searchTerms": "yoga mat",
  "maxOrganicProductCount": 200,
  "minMonthlySearchVolumeExact": 1000,
  "sort": "-ease_of_ranking_score"
}
4. 高搜索量关键词筛选
json
{
  "marketplace": "us",
  "searchTerms": "yoga mat",
  "minMonthlySearchVolumeExact": 10000,
  "sort": "-monthly_search_volume_exact",
  "needCount": 30
}
5. PPC 竞价研究 — 按广泛出价排序
json
{
  "marketplace": "us",
  "searchTerms": "yoga mat",
  "minMonthlySearchVolumeExact": 500,
  "sort": "ppc_bid_broad",
  "needCount": 30
}
6. 德国站广泛搜索量关键词
json
{
  "marketplace": "de",
  "searchTerms": "yogamatte",
  "minMonthlySearchVolumeBroad": 5000,
  "sort": "-monthly_search_volume_broad"
}
1. Expand Seed Keyword — Get Related Keyword List
json
{
  "marketplace": "us",
  "searchTerms": "yoga mat"
}
2. Mine Long-tail Keywords (3+ Words)
json
{
  "marketplace": "us",
  "searchTerms": "yoga mat",
  "minWordCount": 3,
  "needCount": 50
}
3. Discover Low-competition Keywords
json
{
  "marketplace": "us",
  "searchTerms": "yoga mat",
  "maxOrganicProductCount": 200,
  "minMonthlySearchVolumeExact": 1000,
  "sort": "-ease_of_ranking_score"
}
4. Filter High-search-volume Keywords
json
{
  "marketplace": "us",
  "searchTerms": "yoga mat",
  "minMonthlySearchVolumeExact": 10000,
  "sort": "-monthly_search_volume_exact",
  "needCount": 30
}
5. PPC Bid Research — Sort by Broad Bid
json
{
  "marketplace": "us",
  "searchTerms": "yoga mat",
  "minMonthlySearchVolumeExact": 500,
  "sort": "ppc_bid_broad",
  "needCount": 30
}
6. High Broad-search-volume Keywords on German Marketplace
json
{
  "marketplace": "de",
  "searchTerms": "yogamatte",
  "minMonthlySearchVolumeBroad": 5000,
  "sort": "-monthly_search_volume_broad"
}

Display Rules

Display Rules

  1. 表格优先:以表格展示关键词列表,核心列包括:关键词、精确搜索量、广泛搜索量、月度趋势、PPC精确出价、排名难度
  2. 按需裁剪列:根据用户意图决定展示列——PPC研究场景侧重出价列,拓词场景侧重搜索量和趋势
  3. 趋势标注:月度趋势和季度趋势为正值标注上升↑,负值标注下降↓
  4. 排名难度解读
    easeOfRankingScore
    1-3 为困难,4-6 为中等,7-10 为容易
  5. 数据洞察:在表格后提供简要总结,如高搜索量词集中在哪个类目、长尾词的竞争优势等
  6. Error handling: When a query fails, explain the reason based on the error response and suggest adjusting parameters
  1. Table Priority: Display the keyword list in a table, with core columns including: Keyword, Exact Search Volume, Broad Search Volume, Monthly Trend, PPC Exact Bid, Ease of Ranking Score
  2. Column Customization: Determine the displayed columns based on user intent - focus on bid columns for PPC research scenarios, and focus on search volume and trends for keyword expansion scenarios
  3. Trend Labeling: Mark positive monthly and quarterly trends with an upward arrow ↑, and negative trends with a downward arrow ↓
  4. Ranking Difficulty Interpretation:
    easeOfRankingScore
    1-3 means difficult, 4-6 means moderate, 7-10 means easy
  5. Data Insights: Provide a brief summary after the table, such as which category high-search-volume keywords are concentrated in, the competitive advantages of long-tail keywords, etc.
  6. Error handling: When a query fails, explain the reason based on the error response and suggest adjusting parameters

Important Limitations

Important Limitations

  • 单次单关键词
    searchTerms
    仅接受一个种子关键词,多关键词需拆分多次调用
  • 数据周期:搜索量为月均估算值,非实时数据
  • 站点限制:仅覆盖 10 个亚马逊站点,不含澳大利亚、荷兰等
  • 排序字段固定:仅支持预定义的排序字段,不支持自定义组合排序
  • Single Keyword per Call:
    searchTerms
    only accepts one seed keyword; multiple keywords need to be split into separate calls
  • Data Cycle: Search volume is an estimated monthly average, not real-time data
  • Marketplace Limitation: Only covers 10 Amazon marketplaces; does not include Australia, Netherlands, etc.
  • Fixed Sorting Fields: Only supports predefined sorting fields; custom combined sorting is not supported

User Expression & Scenario Quick Reference

User Expression & Scenario Quick Reference

Applicable — 关键词拓展与竞争分析:
User SaysScenario
"帮我拓展这个关键词"种子词扩展
"这个词有哪些相关关键词"相关词挖掘
"找一些长尾词"长尾关键词筛选(minWordCount ≥ 3)
"竞争度低的词有哪些"低竞争关键词(排名难度 + 商品数量筛选)
"这个词的PPC出价多少"PPC 竞价数据查询
"搜索量大的相关词"高搜索量关键词筛选
"德国站有什么相关词"非美国站关键词拓展
"帮我做关键词调研"综合关键词研究
Not applicable — 超出关键词拓展范围:
  • 关键词历史搜索量趋势(需要 keyword-history 工具)
  • ABA 搜索词排名(需要 ABA 工具)
  • 商品搜索或 listing 分析
  • 非亚马逊平台的关键词数据
  • ASIN 反查关键词
Boundary judgment: When users say "关键词", "拓词", or "关键词研究", if they want to expand a seed keyword into a list of related keywords with metrics, this skill applies. If they want to see a single keyword's historical search volume trend over time, use the keyword-history skill instead.
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, visit LinkFox Skills.
Applicable — Keyword Expansion and Competition Analysis:
User SaysScenario
"Help me expand this keyword"Seed Keyword Expansion
"What related keywords are there for this term?"Related Keyword Mining
"Find some long-tail keywords"Long-tail Keyword Filtering (minWordCount ≥ 3)
"What are the low-competition keywords?"Low-competition Keyword (Ranking Difficulty + Product Count Filtering)
"What's the PPC bid for this keyword?"PPC Bid Data Query
"Related keywords with high search volume"High-search-volume Keyword Filtering
"What related keywords are available on the German marketplace?"Non-US Marketplace Keyword Expansion
"Help me do keyword research"Comprehensive Keyword Research
Not Applicable — Beyond the Scope of Keyword Expansion:
  • Historical search volume trends for keywords (requires the keyword-history tool)
  • ABA search term ranking (requires the ABA tool)
  • Product search or listing analysis
  • Keyword data for non-Amazon platforms
  • ASIN reverse keyword lookup
Boundary Judgment: When users mention "keyword", "keyword expansion", or "keyword research", if they want to expand a seed keyword into a list of related keywords with metrics, this skill applies. If they want to view the historical search volume trend of a single keyword over time, use the keyword-history skill instead.
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, visit LinkFox Skills.