amazon-keyword-research
Amazon keyword research and market opportunity analysis for sellers. Retrieve autocomplete suggestions (long-tail keywords), analyze competitor landscape, and assess market opportunity for any keyword on 12 Amazon marketplaces (US/UK/DE/FR/IT/ES/JP/CA/AU/IN/MX/BR). No API key required. Make sure to use this skill whenever the user mentions Amazon product research, finding products to sell on Amazon, Amazon keyword ideas, niche analysis, competition analysis for Amazon, market opportunity on Amazon, comparing Amazon keywords, evaluating whether a product is worth selling, Amazon autocomplete data, seasonal demand for Amazon products, or anything related to researching what to sell on Amazon — even if they don't explicitly say 'keyword research'. Also trigger when the user asks vague questions like 'is this a good product to sell?', 'what's the competition like for X on Amazon?', 'should I sell X or Y?', or 'what are people searching for on Amazon?'.
NPX Install
npx skill4agent add nexscope-ai/amazon-skills amazon-keyword-researchTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Amazon Keyword Research 🔍
Installation
npx skills add nexscope-ai/Amazon-Skills --skill amazon-keyword-research -gCapabilities
- Long-tail keyword mining: Extract 100-200 real search terms from Amazon's autocomplete engine
- Competitor landscape analysis: Product count, price range, average rating, review distribution, top brands
- Seasonal trend detection: 12-month Google Trends data to identify peak seasons and demand shifts
- Market opportunity scoring: 1-10 score combining competition density, price room, and demand signals
- Multi-marketplace support: US, UK, DE, FR, IT, ES, JP, CA, AU, IN, MX, BR
- Keyword comparison: Side-by-side analysis of multiple keywords
Usage Examples
Research the keyword "portable blender" on Amazon USFind long-tail keywords for "yoga mat" on AmazonI want to sell resistance bands. What does the Amazon keyword landscape look like?Compare "laptop stand" vs "monitor stand" on Amazon US — which has more opportunity?Analyze "Küchenmesser" on Amazon GermanyResearch "water bottle" across Amazon US, UK, and DEWorkflow
Step 1: Gather Autocomplete Data
<skill>/scripts/research.sh "<keyword>" [marketplace]- (required): The seed keyword to research
keyword - (optional):
marketplace(default),us,uk,de,fr,it,es,jp,ca,au,in,mxbr
- Queries Amazon's autocomplete API with the seed keyword
- Expands with prefixes: "best [keyword]", "cheap [keyword]", "top [keyword]"
- Expands with a-z suffixes: "[keyword] a", "[keyword] b", ... "[keyword] z"
- Returns deduplicated, sorted list of real search suggestions — one per line
<skill>/scripts/research.sh "portable blender" us
# Returns 100-200 long-tail keywordsStep 2: Analyze Competition
web_search- Search — note approximate result count for competition density
"<keyword>" site:amazon.com - Search — extract price patterns, rating averages, dominant brands
"<keyword>" amazon best sellers price review - Summarize: total competitors, price range (min/avg/max), average star rating, top 5 brands by visibility
Step 3: Check Seasonality
web_fetchhttps://trends.google.com/trends/explore?q=<keyword>&geo=USweb_search"<keyword>" seasonal trends demand peak monthsStep 4: Synthesize Report
Output Format
## Keyword Research Report: [keyword]
**Marketplace:** Amazon [US/UK/DE/...]
**Date:** [current date]
### 1. Long-tail Keywords ([count] found)
**High Commercial Intent:**
- [keyword with "buy", "best", "vs", "for" etc.]
- ...
**Informational / Research:**
- [keyword with "how to", "what is", "review" etc.]
- ...
**Niche / Specific:**
- [long, specific keywords indicating clear purchase intent]
- ...
### 2. Competition Landscape
| Metric | Value |
|--------|-------|
| Estimated competitors | [number] |
| Price range | $[min] - $[max] |
| Average price | $[avg] |
| Average rating | [stars] |
| Top brands | [brand1, brand2, brand3...] |
### 3. Seasonal Trends
[Describe 12-month trend: peaks, valleys, stable periods]
[Note any upcoming peak seasons relevant to the keyword]
### 4. Market Opportunity Score: [X/10]
**Score breakdown:**
- Competition density: [low/medium/high] — [why]
- Price room: [low/medium/high] — [why]
- Demand trend: [growing/stable/declining] — [why]
- Niche potential: [low/medium/high] — [why]
**Recommendation:** [1-2 sentence actionable recommendation]Multi-Keyword Comparison
Compare "laptop stand" vs "monitor stand" vs "tablet stand" on Amazon US — which one should I sell?<skill>/scripts/research.sh "laptop stand" us
<skill>/scripts/research.sh "monitor stand" us
<skill>/scripts/research.sh "tablet stand" us| Metric | laptop stand | monitor stand | tablet stand |
|---|---|---|---|
| Long-tail count | — | — | — |
| Avg price | — | — | — |
| Top brand dominance | — | — | — |
| Trend direction | — | — | — |
| Opportunity score | — | — | — |