Gojiberry AI
AI agents that find and contact high-intent leads for you
Try Gojiberry free β†’
Hermes Agent
Run your Hermes agent, fully managed
Launch on Hostinger β†’
Hostinger VPS
Spin up a VPS in one click, 20% off
Launch on Hostinger β†’
Firecrawl
Crawl and scrape any site into clean data
Try Firecrawl free β†’
Runable
One AI agent to build, run, and grow your business
Try Runable free β†’
Context.dev
One API to scrape, enrich, and extract the web
Start building free β†’
Jotform
Forms, workflows, and AI Agents for your team
Try Jotform free β†’
Runable
One AI agent to build, run, and grow your business
Try Runable free β†’
OpenClaw
Deploy a managed OpenClaw agent in 60 seconds
Launch on Hostinger β†’
Sponsor here
9/10 sponsor slots taken β€” 1 left
Claim it β†’
Claude Market
Menu
SkillsMCPPluginsMarketplacesNewsletterSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Claude Market
SkillsMCPPluginsMarketplacesNewsletterSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Skills/nexscope-ai/amazon-skills/amazon-sales-estimator
amazon-sales-estimator logo

amazon-sales-estimator

nexscope-ai/amazon-skills
809 installs515 stars
Run it on Hostinger, 20% off β†’Your friend gets 20% off too, using this linkFree API β†’|View on GitHub|Create your own skill β†’

Installation

npx skills add https://github.com/nexscope-ai/amazon-skills --skill amazon-sales-estimator

Summary

Amazon sales volume estimator for sellers and product researchers. Estimate monthly sales and revenue from BSR (Best Seller Rank), ASIN, or keyword. Three modes: (A) BSR Calculator β€” input BSR + marketplace + price + category to get instant sales estimate, (B) ASIN Lookup β€” input ASIN to auto-fetch data and estimate sales, (C) Keyword Market Analysis β€” input keyword to analyze total market size and competition. Works on 12 Amazon marketplaces. No API key required. Use when: (1) estimating how many units a product sells per month, (2) sizing a market or niche opportunity, (3) analyzing competitor sales performance, (4) comparing sales across price points, (5) identifying top sellers vs long-tail distribution.

SKILL.md

Amazon Sales Estimator πŸ“Š

Estimate monthly sales from BSR, analyze market size, and benchmark competitor performance. No API key β€” works out of the box.

Installation

npx skills add nexscope-ai/Amazon-Skills --skill amazon-sales-estimator -g

Three Modes

ModeWhen to UseInputOutput
A β€” BSR CalculatorQuick estimate from known BSRBSR + Marketplace + Price + CategoryMonthly units, monthly revenue
B β€” ASIN LookupEstimate sales for a specific productASIN or product URLAuto-fetch data + sales estimate
C β€” Keyword Market AnalysisSize a niche opportunityKeyword (+ optional marketplace)Total market sales, top sellers, price distribution

Capabilities

  • BSR-to-sales conversion: Estimate monthly unit sales from Best Seller Rank using category-specific formulas
  • Revenue calculation: Monthly sales Γ— price = estimated monthly revenue
  • Market sizing: Aggregate sales across products in a keyword search
  • Price band analysis: Distribution of sales across price ranges
  • Competition breakdown: Top sellers vs long-tail distribution
  • Multi-marketplace: US, UK, DE, FR, IT, ES, JP, CA, AU, IN, MX, BR

Handling Incomplete Input

If the user's intent is unclear or information is missing, guide them with all options and required inputs upfront:

User says: "Help me estimate Amazon sales" or "I want to check sales"

Agent should respond:

I can help you estimate Amazon sales in 3 ways. Pick one and provide the required info: A. BSR Calculator β€” Quick estimate from BSR number - BSR (required): e.g., 1500 - Category (required): e.g., Home & Kitchen - Price (required): e.g., $24.99 - Marketplace (optional, default US) B. ASIN Lookup β€” Check sales for a specific product - ASIN or URL (required): e.g., B09V3KXJPB - Marketplace (optional, default US) C. Market Analysis β€” Size a keyword/niche opportunity - Keyword (required): e.g., "yoga mat" - Marketplace (optional, default US) - Filters (optional): price range, min reviews Example: "Mode A: BSR 1500, Home & Kitchen, $24.99" or "Mode B: B09V3KXJPB"

---

Mode A β€” BSR Calculator

Input

FieldRequiredDescriptionExample
BSRβœ…Best Seller Rank number1500
Marketplaceβœ…Amazon siteUS, UK, DE, JP...
List Priceβœ…Product price$24.99
Categoryβœ…Product categoryHome & Kitchen

Usage Examples

Estimate sales for BSR 1500 in Home & Kitchen on Amazon US, price $24.99
BSR 500, category Electronics, marketplace DE, price €39.99
What's the monthly sales for a product ranked #10,000 in Sports & Outdoors at $15.99?

Workflow

  1. Receive input: BSR, Category, Price, Marketplace
  2. Look up base sales: Use BSR-to-sales reference table for the marketplace
  3. Apply category multiplier: Adjust based on category (Electronics 1.2x, Clothing 0.8x, etc.)
  4. Calculate monthly units: Base sales Γ— category multiplier
  5. Calculate revenue: Monthly units Γ— price
  6. Output results: Monthly units, daily units, monthly revenue

Output

# πŸ“Š Sales Estimate

**Input:**
- BSR: #1,500 in Home & Kitchen
- Marketplace: Amazon US
- Price: $24.99

**Results:**

| Metric | Estimate |
|--------|----------|
| **Est. Monthly Units** | ~450 units |
| **Est. Monthly Revenue** | ~$11,246 |
| **Est. Daily Units** | ~15 units |

*Estimate based on BSR-to-sales conversion formula for the selected category and marketplace.*

---

Mode B β€” ASIN Lookup

Input

FieldRequiredDescriptionExample
ASINβœ…Amazon product ID or URLB09V3KXJPB
MarketplaceOptionalDefaults to USUK, DE, JP...

Usage Examples

Estimate monthly sales for ASIN B09V3KXJPB
How many units does this sell? https://www.amazon.com/dp/B0D72TSM62
Get sales estimate for B0CPY1GFVZ on Amazon DE

Workflow

  1. Fetch product data using web_fetch on Amazon product page
  2. Extract: Title, Price, BSR, Category, Rating, Reviews
  3. Apply BSR-to-sales formula for the category and marketplace
  4. Calculate revenue: Monthly units Γ— Price

Output

# πŸ“Š Sales Estimate: B09V3KXJPB

## Product Info
- **Title:** [Product Title]
- **Price:** $24.99
- **BSR:** #1,500 in Home & Kitchen
- **Rating:** 4.5β˜… (1,234 reviews)

## Sales Estimate

| Metric | Estimate |
|--------|----------|
| **Est. Monthly Units** | ~450 units |
| **Est. Monthly Revenue** | ~$11,246 |
| **Est. Daily Units** | ~15 units |

## Competitive Context
- Ranks in **top 0.5%** of Home & Kitchen category
- Above average for $20-30 price range

---

Mode C β€” Keyword Market Analysis

Input

FieldRequiredDescriptionExample
Keywordβœ…Search termyoga mat
MarketplaceOptionalAmazon site (default: US)UK, DE, JP...
FiltersOptionalPrice range, min reviews$15-$40, 100+ reviews

Usage Examples

Analyze the market size for "yoga mat" on Amazon US
What's the total monthly sales for "portable blender" keyword?
Size the "dog shirt" market on Amazon US. Show top sellers and price distribution.

Workflow

  1. Search products using web_search for site:amazon.com "{keyword}"
  2. Fetch top 10-20 product pages to get BSR data
  3. Estimate sales for each product using Mode A formula
  4. Aggregate total market size
  5. Analyze price distribution and competition

Output

# πŸ“Š Market Analysis: "yoga mat"

**Marketplace:** Amazon US | **Products Analyzed:** 25

## Market Size

| Metric | Value |
|--------|-------|
| **Est. Total Monthly Units** | ~85,000 units |
| **Est. Total Monthly Revenue** | ~$2.1M |
| **Average Price** | $24.50 |

## Top 5 Sellers

| # | ASIN | Price | BSR | Est. Units/Mo |
|---|------|-------|-----|---------------|
| 1 | B0XX... | $22.99 | #45 | ~8,500 |
| 2 | B0YY... | $29.99 | #78 | ~6,200 |
| 3 | B0ZZ... | $18.99 | #120 | ~4,800 |
| ... | ... | ... | ... | ... |

## Market Concentration

- **Top 3:** 23% of total sales
- **Top 10:** 52% of total sales
- **Long tail:** 48% of total sales

β†’ **Fragmented market** β€” opportunity for new entrants

## Price Distribution

| Price Band | % of Sales |
|------------|------------|
| $0 - $20 | 25% |
| $20 - $35 | 55% |
| $35+ | 20% |

**Sweet spot:** $20-$35

---

BSR-to-Sales Reference

Amazon US β€” Baseline (Home & Kitchen)

BSR RangeEst. Monthly Sales
1-1003,000 - 10,000+
100-5001,000 - 3,000
500-2,000300 - 1,000
2,000-10,000100 - 300
10,000-50,00030 - 100
50,000-100,00010 - 30
100,000+< 10

Category Multipliers

CategoryMultiplier
Electronics1.2x
Home & Kitchen1.0x
Toys1.1x
Sports & Outdoors0.9x
Clothing0.8x
Books0.7x

Marketplace Adjustments

MarketplaceFactor
US1.0x
JP0.6x
DE0.5x
UK0.4x
CA0.3x
Others0.2x

---

Integration with Other Skills

This skill works well when chained with other skills from the Nexscope Amazon-Skills and eCommerce-Skills repositories.

With amazon-keyword-research

npx skills add nexscope-ai/Amazon-Skills --skill amazon-keyword-research -g
Step 1: "Research keywords for yoga mat"
   β†’ amazon-keyword-research returns keyword list with search volumes

Step 2: "Now analyze the market size for the top keyword"
   β†’ amazon-sales-estimator Mode C sizes the opportunity

With amazon-listing-optimization

npx skills add nexscope-ai/Amazon-Skills --skill amazon-listing-optimization -g
Step 1: "Estimate sales for competitors: B0ABC, B0XYZ"
   β†’ amazon-sales-estimator Mode B provides benchmark data

Step 2: "Create a listing to beat those competitors"
   β†’ amazon-listing-optimization generates optimized copy

With amazon-ppc-campaign

npx skills add nexscope-ai/Amazon-Skills --skill amazon-ppc-campaign -g
Step 1: "Estimate my product's monthly sales"
   β†’ amazon-sales-estimator provides revenue baseline

Step 2: "Build PPC campaigns with 30% ACoS target"
   β†’ amazon-ppc-campaign calculates bids based on your revenue data

More Skills

Browse all available skills:

  • Amazon Skills: https://github.com/nexscope-ai/Amazon-Skills
  • eCommerce Skills: https://github.com/nexscope-ai/eCommerce-Skills

---

Limitations

This skill uses publicly available data from Amazon product pages. It cannot access historical BSR data, actual seller sales figures, or PPC conversion metrics. For deeper analytics and historical trends, check out Nexscope β€” Your AI Assistant for smarter E-commerce decisions.

---

Built by Nexscope β€” research, validate, and act on e-commerce opportunities with AI.

Score

0–100
63/ 100

Grade

C

Popularity15/30

809 installs β€” growing adoption.

Completeness27/30

Documented: full SKILL.md body, description, one-line install. Missing: category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness β€” computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Amazon Sales Estimator skill score badge previewScore badge

Markdown

[![Amazon Sales Estimator skill](https://www.claudemarket.ai/skills/nexscope-ai/amazon-skills/amazon-sales-estimator/badges/score.svg)](https://www.claudemarket.ai/skills/nexscope-ai/amazon-skills/amazon-sales-estimator)

HTML

<a href="https://www.claudemarket.ai/skills/nexscope-ai/amazon-skills/amazon-sales-estimator"><img src="https://www.claudemarket.ai/skills/nexscope-ai/amazon-skills/amazon-sales-estimator/badges/score.svg" alt="Amazon Sales Estimator skill"/></a>

Amazon Sales Estimator FAQ

How do I install the Amazon Sales Estimator skill?

Run β€œnpx skills add https://github.com/nexscope-ai/amazon-skills --skill amazon-sales-estimator” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run β€” no restart or extra configuration needed.

What does the Amazon Sales Estimator skill do?

Amazon sales volume estimator for sellers and product researchers. Estimate monthly sales and revenue from BSR (Best Seller Rank), ASIN, or keyword. Three modes: (A) BSR Calculator β€” input BSR + marketplace + price + category to get instant sales estimate, (B) ASIN Lookup β€” input ASIN to auto-fetch data and estimate sales, (C) Keyword Market Analysis β€” input keyword to analyze total market size and competition. Works on 12 Amazon marketplaces. No API key required. Use when: (1) estimating how many units a product sells per month, (2) sizing a market or niche opportunity, (3) analyzing competitor sales performance, (4) comparing sales across price points, (5) identifying top sellers vs long-tail distribution. The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Amazon Sales Estimator skill free?

Yes. Amazon Sales Estimator is a free, open-source skill published from nexscope-ai/amazon-skills. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Amazon Sales Estimator work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Amazon Sales Estimator works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Recommended skills

Browse all β†’
find-skills logo

find-skills

vercel-labs/skills

2.9M installsInstall
grill-me logo

grill-me

mattpocock/skills

817K installsInstall
frontend-design logo

frontend-design

anthropics/skills

762K installsInstall
grill-with-docs logo

grill-with-docs

mattpocock/skills

696K installsInstall
improve-codebase-architecture logo

improve-codebase-architecture

mattpocock/skills

671K installsInstall
agent-browser logo

agent-browser

vercel-labs/agent-browser

652K installsInstall

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

Guide10 Openclaw Skills Every Nextjs Developer NeedsGuideHow To Find The Right Openclaw Skill For Your ProjectGuideBest Openclaw Skills 2026

Skills by category

FrontendBackend & APIsTesting & QASecurityDevOps & CI/CDMCP & ToolingAutomationData & Analysis+27 more

MCP servers by category

MCP & ToolingBackend & APIsData & AnalysisDevOps & CI/CDAutomationSecurityDocsTesting & QA+24 more

Plugins by category

AutomationDevOps & CI/CDData & AnalysisDesign & CreativeSecurityBackend & APIsFrontendTesting & QA+16 more

Marketplaces by category

AutomationData & AnalysisDevOps & CI/CDDesign & CreativeFrontendBackend & APIsTesting & QASecurity+21 more

The Agent Stack

Weekly Claude Code, Agent SDK, and MCP moves worth your time β€” free.

Claude Market

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

Independent project, not affiliated with Anthropic.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Plugins
  • Browse Marketplaces
  • Newsletter

More

  • Submit a Tool
  • Create a Skill
  • Advertise
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy
Β© 2026 Claude Market Β· Not affiliated with Anthropic
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed