Loading...
Loading...
Jungle Scout Keyword Expansion Tool: Expands a seed keyword into a list of related keywords with data such as search volume, trends, PPC bids, ranking difficulty, etc., covering 10 Amazon marketplaces including the US, UK, Germany, Japan, etc. This skill is triggered when users mention keyword expansion, keyword mining, long-tail keyword mining, related keywords, keyword suggestions, keyword expansion, PPC bid research, keyword competition, keyword discovery, Jungle Scout keywords, or terms like keyword expansion, keyword discovery, keyword scout, related keywords, long-tail keywords, keyword suggestions, PPC bid research, keyword competition, seed keyword expansion, keyword mining. Even if users do not explicitly mention "Jungle Scout", this skill should be triggered as long as their needs involve finding more related keywords and their metrics such as search volume and competition starting from a seed keyword.
npx skill4agent add linkfox-ai/linkfox-skills linkfox-junglescout-keyword-by-keywordminWordCounteaseOfRankingScoreorganicProductCount| Field | API Name | Description | Example |
|---|---|---|---|
| Keyword | name | Keyword name | yoga mat thick |
| Marketplace | country | Market code | us |
| Exact Monthly Search Volume | monthlySearchVolumeExact | Average monthly exact-match search volume | 45000 |
| Broad Monthly Search Volume | monthlySearchVolumeBroad | Average monthly broad-match search volume | 120000 |
| Monthly Trend | monthlyTrend | Percentage change in monthly search volume compared to the previous period | 15.3 |
| Quarterly Trend | quarterlyTrend | Percentage change in quarterly search volume compared to the previous period | -5.2 |
| Dominant Category | dominantCategory | The category with the highest proportion in search results | Sports & Outdoors |
| Relevancy Score | relevancyScore | Relevancy score with the seed keyword | 856 |
| Ease of Ranking Score | easeOfRankingScore | Ranking ease score (higher means easier) | 3 |
| Organic Product Count | organicProductCount | Number of organically ranked products in search results | 342 |
| Sponsored Product Count | sponsoredProductCount | Number of sponsored products in search results | 28 |
| PPC Exact Bid | ppcBidExact | Recommended exact-match PPC bid (USD) | 1.25 |
| PPC Broad Bid | ppcBidBroad | Recommended broad-match PPC bid (USD) | 0.89 |
| Sponsored Brand Ad Bid | spBrandAdBid | Recommended Sponsored Brand ad bid (USD) | 2.50 |
| Recommended Promotions | recommendedPromotions | Number of recommended promotional giveaways | 150 |
| Token Cost | costToken | Number of tokens consumed for this call | 1 |
usukdeincafritesmxjpus| Marketplace | marketplace value | Description |
|---|---|---|
| United States | us | Amazon.com |
| United Kingdom | uk | Amazon.co.uk |
| Germany | de | Amazon.de |
| India | in | Amazon.in |
| Canada | ca | Amazon.ca |
| France | fr | Amazon.fr |
| Italy | it | Amazon.it |
| Spain | es | Amazon.es |
| Mexico | mx | Amazon.com.mx |
| Japan | jp | Amazon.co.jp |
references/api.mdscripts/junglescout_keyword_by_keyword.pymarketplacesearchTermsusjpdeusneedCount-monthly_search_volume_exactmin/max{
"marketplace": "us",
"searchTerms": "yoga mat"
}{
"marketplace": "us",
"searchTerms": "yoga mat",
"minWordCount": 3,
"needCount": 50
}{
"marketplace": "us",
"searchTerms": "yoga mat",
"maxOrganicProductCount": 200,
"minMonthlySearchVolumeExact": 1000,
"sort": "-ease_of_ranking_score"
}{
"marketplace": "us",
"searchTerms": "yoga mat",
"minMonthlySearchVolumeExact": 10000,
"sort": "-monthly_search_volume_exact",
"needCount": 30
}{
"marketplace": "us",
"searchTerms": "yoga mat",
"minMonthlySearchVolumeExact": 500,
"sort": "ppc_bid_broad",
"needCount": 30
}{
"marketplace": "de",
"searchTerms": "yogamatte",
"minMonthlySearchVolumeBroad": 5000,
"sort": "-monthly_search_volume_broad"
}easeOfRankingScoresearchTerms| User Says | Scenario |
|---|---|
| "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 |
references/api.md