Labsco
moltstudios logo

scraping-api-marketplace

from moltstudios

Real-time product data from Amazon, eBay, Walmart, Kaufland and many others β€” directly inside your AI assistant

πŸ”₯πŸ”₯FreeQuick setup
<div align="center">

πŸ” Lumnix

AI-powered e-commerce research tools via MCP

Stop paying for three different SaaS dashboards. Ask your AI to find winning products, vet suppliers, and calculate margins β€” all in one conversation.

npm version License: MIT MCP Protocol Keepa Powered

Copy & paste β€” that's it
npm install lumnix

Get API Key Β· Documentation Β· npm Package

</div>

🎬 Demos

<div align="center">

Explainer β€” What Lumnix does:

https://github.com/user-attachments/assets/388cad8a-948d-4921-9945-fd5d5e618b9c

Live Demo β€” Real research session:

https://github.com/user-attachments/assets/dd76f1df-18ff-492a-b9ac-0ae2d6d69815

</div>

Why Lumnix

The old way: Subscribe to Jungle Scout for product research ($49/mo), Keepa for price history ($50/mo), some Chrome extension for Alibaba vetting ($20/mo), and a spreadsheet for margin math. Switch between tabs all day. Miss opportunities.

The Lumnix way: One API key. 19 tools. In your AI assistant. No dashboards. No Chrome extensions. No tab-hopping.

"Find me wireless earbuds under $20 with high sales volume, low reviews, and a supplier on Alibaba with MOQ under 500"

Your AI calls Lumnix. You get structured data with revenue estimates, competition analysis, and profit margins. You decide. Done.

What makes it different

  • 🚫 No dashboards β€” Works inside Claude, Cursor, Windsurf, Cline, or any MCP client
  • πŸ“Š Keepa-powered β€” Real price history and BSR tracking, not estimates
  • 🎯 Opportunity Score β€” 0-100 niche score based on demand, competition, and margin potential
  • 🏭 Full sourcing pipeline β€” Amazon β†’ Alibaba β†’ AliExpress, all connected
  • πŸ’° Profit calculator β€” Full P&L with FBA fees, shipping, PPC ads, refunds, and ROI
  • ⚑ 30-second setup β€” No install. No config file editing. Just an API key and one JSON block

πŸ›  Tools Reference

Lumnix gives your AI 19 specialized tools across three platforms:

Amazon β€” 11 tools

ToolWhat it does
amazon_search_productsSearch by keyword with price, rating, and review filters
amazon_get_product_detailsFull product page β€” features, specs, reviews, images, category
amazon_estimate_salesMonthly sales volume with confidence range
amazon_opportunity_score⭐ 0-100 niche score β€” demand, competition, margin potential
amazon_analyze_competitionTop players, review counts, price ranges for a keyword
amazon_best_sellersBest-selling products by category with sales data
amazon_keyword_suggestionsAmazon autocomplete keywords with search frequency
amazon_price_historyπŸ“Š Keepa-powered β€” historical price chart
amazon_bsr_historyπŸ“Š Keepa-powered β€” Best Sellers Rank trend over time
amazon_analyze_negative_reviewsComplaint categories, sentiment breakdown, common issues
amazon_analyze_listing_qualityCTR + CVR scoring with specific improvement suggestions

Alibaba β€” 4 tools

ToolWhat it does
alibaba_search_productsSearch suppliers and products with MOQ and price filters
alibaba_get_product_detailsPricing tiers, specs, variants, supplier credentials
alibaba_vet_supplierTrust score, risk flags, verification status β€” avoid bad suppliers
alibaba_match_to_amazonMatch Alibaba products to Amazon listings for FBA arbitrage

AliExpress β€” 4 tools

ToolWhat it does
aliexpress_search_productsSearch with price, rating, and store filters
aliexpress_get_product_detailsVariants, specs, shipping options, store ratings
aliexpress_analyze_supplierStore score, feedback rate, top-rated status
aliexpress_profit_calculatorπŸ’° Full P&L β€” product cost, shipping, FBA fees, PPC, refunds, ROI

πŸ’¬ Example Prompts

Product Research

"Search Amazon for stainless steel water bottles between $15-30 with at least 4 stars and under 1000 reviews"

Opportunity Scoring

"Score the 'portable blender' niche on Amazon. Is it worth entering?"

Competition Analysis

"Analyze the competition for 'organic dog treats'. How many sellers have less than 500 reviews?"

Keepa Price History

"Show me the price history for ASIN B0FHWKYT89. Has it been trending down?"

Supplier Vetting

"Find aluminum water bottle suppliers on Alibaba with trust score above 70 and MOQ under 500"

Margin Calculation

"I want to sell this AliExpress product on Amazon for $29.99. Calculate my profit margin including FBA fees, PPC ads at 15%, and 5% refund rate"

Full Workflow

"Find a product on Amazon with high sales volume and low reviews, find the matching supplier on Alibaba, vet them, and tell me if the margins work"


πŸ“Š Example Response

Copy & paste β€” that's it
{
  "asin": "B0FHWKYT89",
  "title": "Portable Blender for Shakes and Smoothies",
  "price": "$29.99",
  "rating": 4.5,
  "reviews": 2847,
  "sales_volume": "5K+ bought in past month",
  "monthly_revenue_est": "$149,950",
  "is_amazon_choice": true,
  "is_prime": true,
  "number_of_offers": 12
}

πŸ’° Plans

FreeProBusiness
Price$0$29/mo$99/mo
API calls10/month5,000/month25,000/month
PlatformsAmazon onlyAmazon + Alibaba + AliExpressAmazon + Alibaba + AliExpress
ToolsSearch, details, keywordsAll 19 including KeepaAll 19 including Keepa
API keys2520
Keepa price historyβŒβœ…βœ…
Opportunity scoreβŒβœ…βœ…
Supplier vettingβŒβœ…βœ…
Profit calculatorβŒβœ…βœ…

The free tier gives you 3 Amazon search tools β€” enough to see the data quality. When you're ready for Keepa-powered insights, opportunity scoring, and full sourcing across all platforms, upgrade here.


πŸ”§ API Reference

Lumnix is a remote MCP server. No installation, no Docker, no local dependencies.

Endpoint: https://lumnix.dev/api/mcp Auth: Bearer token in the Authorization header Protocol: JSON-RPC 2.0 (MCP spec 2025-03-26)

Direct API call

Copy & paste β€” that's it
curl -X POST https://lumnix.dev/api/mcp \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "amazon_search_products",
      "arguments": { "keyword": "wireless earbuds", "max_price": 50 }
    }
  }'

🌐 Find Us On

Lumnix is listed on all major MCP directories:


πŸ”’ Security

  • API keys hashed with SHA-256 β€” never stored in plaintext
  • Row-level security on all database tables
  • Per-platform rate limiting
  • Webhook signature verification for all payment events

πŸ“„ License

MIT


<div align="center">

Built by Molt Studios

Website Β· Twitter

</div>