fragrance_report_input.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "workflow": "competitive_analysis_report",
  3. "description": "香薰行业竞品分析报告 — 完整输入示例",
  4. "input": {
  5. "industryName": "香薰",
  6. "categoryKeywords": [
  7. "scented candle",
  8. "aroma diffuser",
  9. "candle warmer",
  10. "car diffuser",
  11. "reed diffuser"
  12. ],
  13. "competitorBrands": [
  14. {
  15. "name": "NEST New York",
  16. "positioning": "高端标杆",
  17. "instagramUsername": "nestnewyork",
  18. "tiktokUsername": "nestnewyork",
  19. "sampleAsins": ["B07GZXX3Q9", "B07N1JGLYG", "B01N4G3WQE"]
  20. },
  21. {
  22. "name": "Paddywax",
  23. "positioning": "可持续标杆",
  24. "instagramUsername": "paddywax",
  25. "tiktokUsername": "paddywax",
  26. "sampleAsins": ["B09MRGV1QY", "B00JFO0UUS"]
  27. },
  28. {
  29. "name": "SpaRoom",
  30. "positioning": "待提升",
  31. "instagramUsername": "sparoom",
  32. "tiktokUsername": "",
  33. "sampleAsins": []
  34. }
  35. ],
  36. "vocAsins": [
  37. "B0B24QJ217",
  38. "B0DJHP1FCS",
  39. "B0CSVRWJ1H"
  40. ],
  41. "trendKeywords": [
  42. "candle warmer lamp aesthetic",
  43. "reed diffuser natural oil",
  44. "aroma diffuser jellyfish",
  45. "organic scented candle gift",
  46. "car diffuser essential oil USB"
  47. ],
  48. "domain": 1,
  49. "reviewPages": 10
  50. },
  51. "expectedOutput": {
  52. "reportSlides": 17,
  53. "estimatedApiCalls": {
  54. "sorftime": "~150次 (5品类×20产品详情 + 3ASIN×10页评论 + 5趋势词 + 3ASIN反查)",
  55. "tikhub": "~25次 (5品类视频搜索 + 3品牌×2平台 + 3品类达人搜索 + 3IG帖子)",
  56. "ai": "~5次大型分析 (VOC/策略/Listing/关键词/矩阵)"
  57. },
  58. "estimatedDuration": "3-5分钟",
  59. "deliverables": [
  60. "HTML 幻灯片报告(17页,含 Chart.js 交互图表)",
  61. "原始数据 JSON 快照",
  62. "执行元数据(API调用统计、错误日志)"
  63. ]
  64. }
  65. }