AI-powered ecommerce product research tool for Amazon FBA, Shopify, and dropshipping. Find winning products, analyze competition, estimate profits, and track trends.
AI驱动的电商爆品研究工具。
为亚马逊FBA、Shopify和Dropshipping寻找热销产品。分析竞争、估算利润、追踪趋势、寻找供应商。
电商卖家面临的困境:
电商产品专家提供:
bash
clawhub install ecommerce-product-pro
javascript
const { EcommerceProductPro } = require(ecommerce-product-pro);
const research = new EcommerceProductPro({
apiKey: your-api-key,
marketplace: amazon, // amazon, shopify, dropshipping
targetCountry: US,
budget: 5000 // 初始投资预算
});
javascript
const products = await research.findWinningProducts({
niche: home fitness,
minPrice: 20,
maxPrice: 100,
minMargin: 30, // 最低30%利润率
maxCompetition: medium,
count: 20
});
console.log(products);
// [
// {
// product: Resistance Bands Set,
// niche: home fitness,
// price: 29.99,
// monthlySales: 3500,
// competition: low,
// margin: 45,
// opportunityScore: 92,
// trend: rising,
// seasonality: year-round
// }
// ]
javascript
const analysis = await research.analyzeProduct({
asin: B08XYZ123, // 亚马逊ASIN
orUrl: https://amazon.com/dp/B08XYZ123
});
console.log(analysis);
// {
// product: Resistance Bands Set,
// price: 29.99,
// monthlyRevenue: 104965,
// reviews: 2847,
// avgRating: 4.5,
// competition: medium,
// marketShare: top 10%,
// fbaFees: 8.50,
// estimatedProfit: 12.30,
// margin: 41
// }
javascript
const profit = await research.calculateProfit({
sellingPrice: 29.99,
productCost: 8.50,
shippingCost: 3.20,
marketplace: amazon,
fbaFulfillment: true,
dimensions: { length: 10, width: 8, height: 2, weight: 0.5 }
});
console.log(profit);
// {
// revenue: 29.99,
// costs: {
// product: 8.50,
// shipping: 3.20,
// fbaFees: 5.80,
// referral: 4.50,
// total: 22.00
// },
// profit: 7.99,
// margin: 26.6,
// roi: 36.3
// }
javascript
const suppliers = await research.findSuppliers({
product: resistance bands set,
minMOQ: 100,
maxPrice: 10,
verified: true
});
console.log(suppliers);
// [
// {
// name: XYZ Manufacturing,
// price: 6.50,
// moq: 200,
// rating: 4.8,
// years: 8,
// verified: true,
// responseTime: < 24h
// }
// ]
javascript
const trends = await research.trackTrends({
niche: home fitness,
period: 90d
});
console.log(trends);
// 热门产品、增长率、季节性模式
javascript
const validation = await research.validateProduct({
asin: B08XYZ123,
criteria: {
minMargin: 30,
maxCompetition: medium,
minDemand: 1000
}
});
// 返回通过/未通过及详细评分
javascript
const niche = await research.analyzeNiche({
niche: pet supplies,
depth: comprehensive
});
// 市场规模、热门产品、竞争程度、机会
javascript
const tracking = await research.trackCompetitor({
asins: [B08XYZ123, B09ABC456],
metrics: [price, rank, reviews]
});
// 每日价格/排名/评论追踪
javascript
const seasonal = await research.findSeasonalProducts({
month: December,
leadTime: 60 // 季节前天数
});
// 特定季节热销产品
| 等级 | 价格 | 功能 |
|---|---|---|
| 基础版 | $59 | 产品发现、市场分析、利润计算 |
| 专业版 |
MIT许可证
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 ecommerce-product-pro-1776116102 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 ecommerce-product-pro-1776116102 技能
skillhub install ecommerce-product-pro-1776116102
文件大小: 8.74 KB | 发布时间: 2026-4-14 14:05