Amazon And Etsy Product Research

# πŸ›οΈ Amazon & Etsy Bestseller Product Research Engine

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Amazon And Etsy Product Research" with this command: npx skills add nicemaths123/amazon-and-etsy-product-research

πŸ›οΈ Amazon & Etsy Bestseller Product Research Engine

Slug: amazon-etsy-product-research
Category: E-Commerce / Product Research
Powered by: Apify + Claude AI

Input any niche. Get a complete product research report β€” bestsellers, pricing gaps, review weaknesses, search trends, profit margins & untapped opportunities β€” in minutes. Find your next winning product before your competitors do.


πŸ’₯ Why This Skill Will Explode on ClawHub

Every dropshipper, Amazon FBA seller, Etsy creator, and e-commerce founder spends 20-40 hours/week manually researching products. That's the most painful, repetitive, high-stakes task in their business.

This skill cuts that to 5 minutes. With better data than anything they'd find manually.

What gets researched automatically:

  • πŸ† Top 50 bestselling products in any niche (Amazon + Etsy combined)
  • πŸ’° Real pricing data β€” average, min, max, optimal price point
  • ⭐ Review gap analysis β€” what customers LOVE and HATE about existing products
  • πŸ“ˆ Search trend momentum β€” rising vs declining demand
  • 🏭 Supplier intelligence β€” estimated production cost & profit margin
  • πŸ” Keyword goldmine β€” top search terms driving sales
  • πŸš€ Untapped opportunity score β€” low competition, high demand niches
  • πŸ“¦ Listing optimization tips β€” titles, tags, descriptions that rank

πŸ› οΈ Apify Actors Used

ActorIDPurpose
Amazon Product Scraperjunglee/amazon-product-scraperBestsellers, pricing, reviews, BSR rank
Amazon Reviews Scraperjunglee/amazon-reviews-scraperDeep review sentiment analysis
Etsy Scraperemastra/etsy-scraperTop Etsy listings, sales estimates, tags
Google Trends Scraperemastra/google-trends-scraperDemand momentum & seasonal patterns
Google Search Scraperapify/google-search-scraperMarket size, competitor brands, news

βš™οΈ Full Workflow

INPUT: Niche keyword + marketplace (Amazon / Etsy / Both) + budget range
        ↓
STEP 1 β€” Scrape Top 50 Bestsellers in the Niche
  └─ Amazon BSR rank, Etsy sales count, pricing, review volume
        ↓
STEP 2 β€” Deep Review Mining (1,000+ reviews analyzed)
  └─ What do buyers LOVE? What do they HATE?
  └─ Most mentioned complaints = your product improvement opportunity
        ↓
STEP 3 β€” Pricing Intelligence
  └─ Average price, price clustering, optimal entry price point
  └─ Identify underpriced gaps and premium opportunities
        ↓
STEP 4 β€” Google Trends Analysis
  └─ Is demand rising or declining?
  └─ Seasonal peaks, emerging micro-trends
        ↓
STEP 5 β€” Keyword & SEO Analysis
  └─ Top search terms, long-tail opportunities, low-competition keywords
        ↓
STEP 6 β€” Profit Margin Estimation
  └─ Estimated COGS based on product type & complexity
  └─ Realistic margin after platform fees, shipping, ads
        ↓
STEP 7 β€” Claude AI Generates Full Opportunity Report
  └─ Top 10 product opportunities ranked by score
  └─ Review gap = your product angle
  └─ Exact listing strategy to outrank existing sellers
        ↓
OUTPUT: Ranked product list + full opportunity report (JSON / Markdown / CSV)

πŸ“₯ Inputs

{
  "niche": "minimalist home decor",
  "marketplace": "both",
  "price_range": {
    "min": 15,
    "max": 80
  },
  "target_margin": 40,
  "exclude_brands": ["IKEA", "Amazon Basics"],
  "research_depth": {
    "max_products": 50,
    "reviews_per_product": 100,
    "lookback_days": 90
  },
  "apify_token": "YOUR_APIFY_TOKEN"
}

πŸ“€ Output Example

{
  "niche": "minimalist home decor",
  "market_overview": {
    "total_products_analyzed": 50,
    "average_price": "$34.50",
    "average_reviews": 847,
    "market_trend": "πŸ“ˆ Rising +23% YoY",
    "competition_level": "🟑 Medium",
    "best_entry_price_point": "$24.99 - $39.99"
  },
  "top_opportunities": [
    {
      "rank": 1,
      "opportunity_score": 94,
      "product_idea": "Minimalist Wooden Desk Organizer with Hidden Wireless Charger",
      "why_it_wins": "Top 3 complaints in 800+ reviews of existing organizers: 'no cable management', 'takes up too much space', 'no charging'. Zero products currently solve all 3.",
      "estimated_price": "$39.99",
      "estimated_cogs": "$11.00",
      "estimated_margin": "62%",
      "monthly_search_volume": "28,400",
      "top_competitors": 4,
      "review_gap": {
        "buyers_love": ["clean design", "sturdy wood", "good size"],
        "buyers_hate": ["no wireless charging", "cables everywhere", "too bulky"],
        "your_angle": "Same minimalist aesthetic + built-in wireless charging pad + cable routing"
      },
      "listing_strategy": {
        "title": "Minimalist Wooden Desk Organizer with Wireless Charger β€” Cable-Free Workspace Storage for Home Office",
        "top_keywords": ["desk organizer", "wireless charging desk organizer", "minimalist office accessories", "wooden desk storage"],
        "price_to_win": "$37.99 (undercut leader by $4 while adding features)"
      }
    },
    {
      "rank": 2,
      "opportunity_score": 87,
      "product_idea": "Expandable Minimalist Spice Rack β€” Bamboo, No Assembly",
      "why_it_wins": "Best seller has 2,400 reviews. #1 complaint (340 reviews): 'took 45 min to assemble, instructions terrible'. Opportunity: same product, tool-free snap assembly.",
      "estimated_price": "$28.99",
      "estimated_cogs": "$7.50",
      "estimated_margin": "58%",
      "monthly_search_volume": "41,200",
      "top_competitors": 6,
      "review_gap": {
        "buyers_love": ["looks great", "holds a lot", "bamboo quality"],
        "buyers_hate": ["horrible assembly", "screws stripped", "instructions useless"],
        "your_angle": "Snap-fit bamboo construction β€” zero tools, 60 seconds to set up"
      }
    }
  ],
  "keyword_goldmine": [
    { "keyword": "minimalist desk organizer", "volume": 28400, "competition": "medium", "trend": "rising" },
    { "keyword": "aesthetic home office accessories", "volume": 18700, "competition": "low", "trend": "rising +41%" },
    { "keyword": "bamboo desk storage", "volume": 12300, "competition": "low", "trend": "stable" }
  ],
  "seasonal_insights": {
    "peak_months": ["October", "November", "January"],
    "advice": "Launch by September to catch Q4 gifting season β€” this niche sees 3x volume in November"
  },
  "sourcing_intelligence": {
    "recommended_platforms": ["Alibaba", "1688.com", "AliExpress"],
    "estimated_moq": "50-200 units for custom branding",
    "avg_sample_cost": "$15-30",
    "production_lead_time": "15-25 days"
  }
}

🧠 Claude AI Master Prompt

You are a world-class Amazon FBA and Etsy product research expert.

SCRAPED MARKETPLACE DATA:
- Bestsellers: {{bestsellers_data}}
- Review analysis: {{reviews_data}}
- Pricing data: {{pricing_data}}
- Google Trends: {{trends_data}}
- Keyword data: {{keyword_data}}

RESEARCH PARAMETERS:
- Niche: {{niche}}
- Target price range: {{price_range}}
- Target margin: {{target_margin}}%

GENERATE:
1. Market overview β€” average price, competition level, trend direction
2. Top 10 product opportunities ranked by opportunity score (0-100)
   For each opportunity include:
   - Why it wins (review gap + market gap)
   - Estimated price, COGS, and margin
   - Exact buyer complaints that become your product USP
   - Listing strategy: optimized title + top 5 keywords + recommended price
3. Keyword goldmine β€” top 10 search terms with volume, competition & trend
4. Seasonal insights β€” when to launch and peak months
5. Sourcing intelligence β€” where to source, MOQ, lead time estimates

SCORING CRITERIA (weight each):
- Review gap score (30%) β€” how many complaints can you fix?
- Demand trend (25%) β€” is search volume rising?
- Competition density (25%) β€” how many strong sellers dominate?
- Margin potential (20%) β€” can you hit the target margin?

OUTPUT: Valid JSON only. No markdown. No preamble.

πŸ’° Cost Estimate

Research RunsApify CUCostNiches Researched
1 niche~45 CU~$0.451 full report
5 niches~220 CU~$2.205 full reports
20 niches~880 CU~$8.8020 full reports
100 niches~4,300 CU~$43100 full reports

πŸ’‘ $5 free Apify credits on signup = your first 10 niche reports completely free.
πŸ‘‰ https://www.apify.com?fpr=dx06p


πŸ”— Who Makes Money With This Skill

UserHow They Use ItRevenue Potential
Amazon FBA SellerFind next winning product before competitors$5K-$50K/month per product
Etsy CreatorIdentify trending niches with low competition$2K-$15K/month passive
DropshipperValidate products before buying inventoryAvoid $000s in bad stock
Product Research AgencySell reports to clients at $200-$500 each$5K-$20K/month service
E-com ConsultantBundle into strategy package$2K-$10K per engagement
Private Label BrandSource & brand winning productsBuild 6-7 figure brand

πŸ“Š Why This Beats Every Existing Research Tool

FeatureHelium10 ($99/mo)Jungle Scout ($69/mo)This Skill
Amazon dataβœ…βœ…βœ…
Etsy dataβŒβŒβœ…
Review gap analysisβŒβŒβœ…
AI-generated product angleβŒβŒβœ…
Listing strategy includedβŒβŒβœ…
Monthly subscription$99/mo$69/mo~$0.45/run
Works for any niche instantlyβœ…βœ…βœ…

πŸš€ Setup in 3 Steps

Step 1 β€” Get your Apify API Token
Sign up free β†’ https://www.apify.com?fpr=dx06p
Go to: Settings β†’ Integrations β†’ API Token

Step 2 β€” Define your niche & parameters
Keyword, marketplace, price range, target margin. The more specific, the better.

Step 3 β€” Run & get your report
Full opportunity report with ranked products in under 5 minutes.


⚑ Pro Tips to Find Winning Products Faster

  • Focus on products with 500+ reviews AND a 3.8-4.2β˜… rating β€” enough demand, enough complaints to improve on
  • The best opportunity is always in the reviews β€” sort by 1-3 stars and read 50 complaints
  • Target the #2 or #3 bestseller, not #1 β€” easier to dethrone, same demand
  • Launch in October for Q4 β€” home decor, gifts & organizers 3x in November
  • Start with Etsy to validate β€” lower ad costs, faster feedback loop than Amazon

🏷️ Tags

amazon etsy product-research ecommerce dropshipping fba private-label apify bestseller market-research product-validation keyword-research


Powered by Apify + Claude AI

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Polymarket News Events

Monitors 20+ premium RSS feeds for breaking news and matches stories to Polymarket markets via keyword analysis. Trades when breaking news creates an estimat...

Registry SourceRecently Updated
1070mibayy
Research

Uplo Knowledge Management

AI-powered knowledge management intelligence. Search taxonomies, content curation records, expertise directories, and communities of practice with structured...

Registry SourceRecently Updated
Research

Uplo Insurance

AI-powered insurance knowledge management. Search policy documents, claims records, underwriting guidelines, and actuarial data with structured extraction.

Registry SourceRecently Updated
Research

Uplo Hr

AI-powered HR knowledge management. Search employee handbooks, org charts, company policies, benefits documentation, and onboarding materials with structured...

Registry SourceRecently Updated