| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "workflow": "competitive_analysis_report",
- "description": "香薰行业竞品分析报告 — 完整输入示例",
- "input": {
- "industryName": "香薰",
- "categoryKeywords": [
- "scented candle",
- "aroma diffuser",
- "candle warmer",
- "car diffuser",
- "reed diffuser"
- ],
- "competitorBrands": [
- {
- "name": "NEST New York",
- "positioning": "高端标杆",
- "instagramUsername": "nestnewyork",
- "tiktokUsername": "nestnewyork",
- "sampleAsins": ["B07GZXX3Q9", "B07N1JGLYG", "B01N4G3WQE"]
- },
- {
- "name": "Paddywax",
- "positioning": "可持续标杆",
- "instagramUsername": "paddywax",
- "tiktokUsername": "paddywax",
- "sampleAsins": ["B09MRGV1QY", "B00JFO0UUS"]
- },
- {
- "name": "SpaRoom",
- "positioning": "待提升",
- "instagramUsername": "sparoom",
- "tiktokUsername": "",
- "sampleAsins": []
- }
- ],
- "vocAsins": [
- "B0B24QJ217",
- "B0DJHP1FCS",
- "B0CSVRWJ1H"
- ],
- "trendKeywords": [
- "candle warmer lamp aesthetic",
- "reed diffuser natural oil",
- "aroma diffuser jellyfish",
- "organic scented candle gift",
- "car diffuser essential oil USB"
- ],
- "domain": 1,
- "reviewPages": 10
- },
- "expectedOutput": {
- "reportSlides": 17,
- "estimatedApiCalls": {
- "sorftime": "~150次 (5品类×20产品详情 + 3ASIN×10页评论 + 5趋势词 + 3ASIN反查)",
- "tikhub": "~25次 (5品类视频搜索 + 3品牌×2平台 + 3品类达人搜索 + 3IG帖子)",
- "ai": "~5次大型分析 (VOC/策略/Listing/关键词/矩阵)"
- },
- "estimatedDuration": "3-5分钟",
- "deliverables": [
- "HTML 幻灯片报告(17页,含 Chart.js 交互图表)",
- "原始数据 JSON 快照",
- "执行元数据(API调用统计、错误日志)"
- ]
- }
- }
|