Browse Source

更新超时时间

gangvy 2 days ago
parent
commit
3e20ee692e
49 changed files with 90 additions and 90 deletions
  1. 2 2
      competitor-analysis/competitor-bsr-tracking/api-config.json
  2. 2 2
      competitor-analysis/competitor-discovery/api-config.json
  3. 2 2
      competitor-analysis/competitor-pricing-analysis/api-config.json
  4. 2 2
      competitor-analysis/competitor-product-comparison/api-config.json
  5. 1 1
      douyin/douyin-comment-replies/api-config.json
  6. 1 1
      douyin/douyin-general-search/api-config.json
  7. 1 1
      douyin/douyin-hashtag-search/api-config.json
  8. 1 1
      douyin/douyin-user-profile/api-config.json
  9. 1 1
      douyin/douyin-user-search/api-config.json
  10. 1 1
      douyin/douyin-video-comments/api-config.json
  11. 1 1
      douyin/douyin-video-detail/api-config.json
  12. 2 2
      review-analysis/review-batch-collection/api-config.json
  13. 2 2
      review-analysis/review-highlight-extraction/api-config.json
  14. 2 2
      review-analysis/review-keyword-cloud/api-config.json
  15. 2 2
      review-analysis/review-pain-point-extraction/api-config.json
  16. 2 2
      review-analysis/review-sentiment-analysis/api-config.json
  17. 2 2
      social-media/instagram-search/api-config.json
  18. 2 2
      social-media/instagram-user-info/api-config.json
  19. 2 2
      social-media/instagram-user-posts/api-config.json
  20. 2 2
      social-media/tiktok-hashtag-detail/api-config.json
  21. 2 2
      social-media/tiktok-hashtag-videos/api-config.json
  22. 2 2
      social-media/tiktok-user-posts/api-config.json
  23. 2 2
      social-media/tiktok-user-profile/api-config.json
  24. 2 2
      social-media/tiktok-user-search/api-config.json
  25. 2 2
      social-media/tiktok-video-comments/api-config.json
  26. 2 2
      social-media/tiktok-video-detail/api-config.json
  27. 2 2
      social-media/tiktok-video-search/api-config.json
  28. 2 2
      social-voc/instagram-brand-voc/api-config.json
  29. 2 2
      social-voc/social-trend-analysis/api-config.json
  30. 2 2
      social-voc/tiktok-brand-voc/api-config.json
  31. 2 2
      social-voc/tiktok-category-voc/api-config.json
  32. 2 2
      synthesis/brand-profile/api-config.json
  33. 2 2
      synthesis/category-landscape/api-config.json
  34. 1 1
      synthesis/html-report-generator/api-config.json
  35. 2 2
      synthesis/product-deep-analysis/api-config.json
  36. 2 2
      synthesis/user-persona/api-config.json
  37. 2 2
      synthesis/voc-proposal/api-config.json
  38. 2 2
      voc/asin-reverse-keywords/api-config.json
  39. 2 2
      voc/asin-sales-volume/api-config.json
  40. 2 2
      voc/category-products/api-config.json
  41. 2 2
      voc/category-tree/api-config.json
  42. 2 2
      voc/keyword-product-ranking/api-config.json
  43. 2 2
      voc/keyword-search-trend/api-config.json
  44. 2 2
      voc/keyword-search/api-config.json
  45. 2 2
      voc/product-detail-query/api-config.json
  46. 2 2
      voc/product-monitor/api-config.json
  47. 2 2
      voc/product-reviews-query/api-config.json
  48. 2 2
      voc/product-search/api-config.json
  49. 2 2
      voc/similar-products/api-config.json

+ 2 - 2
competitor-analysis/competitor-bsr-tracking/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "competitor-bsr-tracking",
   "displayName": "竞品BSR排名追踪",
   "description": "追踪竞品BSR/销量/价格变化趋势,生成增长路径分析和风险预警汇总",
@@ -144,7 +144,7 @@
       }
     }
   },
-  "timeout": 60000,
+  "timeout": 120000,
   "retry": {
     "maxAttempts": 2,
     "delay": 2000,

+ 2 - 2
competitor-analysis/competitor-discovery/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "competitor-discovery",
   "displayName": "竞品发现与筛选",
   "description": "根据品类关键词和自身品牌信息,自动发现并筛选直接竞品",
@@ -202,7 +202,7 @@
       }
     }
   },
-  "timeout": 30000,
+  "timeout": 120000,
   "retry": {
     "maxAttempts": 2,
     "delay": 2000,

+ 2 - 2
competitor-analysis/competitor-pricing-analysis/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "competitor-pricing-analysis",
   "displayName": "竞品定价策略分析",
   "description": "分析竞品定价策略,包括5分位价格带分布、黄金价格带评分、毛利估算、促销建议和盈亏平衡销量分析",
@@ -167,7 +167,7 @@
       "promotionAdvice": { "type": "array", "items": { "type": "string" } }
     }
   },
-  "timeout": 60000,
+  "timeout": 120000,
   "retry": {
     "maxAttempts": 2,
     "delay": 2000,

+ 2 - 2
competitor-analysis/competitor-product-comparison/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "competitor-product-comparison",
   "displayName": "竞品产品对比",
   "description": "对自身产品与竞品进行多维度横向对比,生成5维健康度仪表盘并标注机会/风险标签",
@@ -154,7 +154,7 @@
       }
     }
   },
-  "timeout": 60000,
+  "timeout": 120000,
   "retry": {
     "maxAttempts": 2,
     "delay": 2000,

+ 1 - 1
douyin/douyin-comment-replies/api-config.json

@@ -95,7 +95,7 @@
       "购买决策影响因素(对话式评论)"
     ]
   },
-  "timeout": 15000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1500,

+ 1 - 1
douyin/douyin-general-search/api-config.json

@@ -179,7 +179,7 @@
       "用户痛点关键词(结合评论分析)"
     ]
   },
-  "timeout": 45000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1500,

+ 1 - 1
douyin/douyin-hashtag-search/api-config.json

@@ -137,7 +137,7 @@
       "竞品话题曝光对比"
     ]
   },
-  "timeout": 45000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1500,

+ 1 - 1
douyin/douyin-user-profile/api-config.json

@@ -76,7 +76,7 @@
       "达人个人定位(简介分析)"
     ]
   },
-  "timeout": 15000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1500,

+ 1 - 1
douyin/douyin-user-search/api-config.json

@@ -99,7 +99,7 @@
       "竞品代言人定位"
     ]
   },
-  "timeout": 45000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1500,

+ 1 - 1
douyin/douyin-video-comments/api-config.json

@@ -104,7 +104,7 @@
       "用户购买意向信号"
     ]
   },
-  "timeout": 15000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1500,

+ 1 - 1
douyin/douyin-video-detail/api-config.json

@@ -77,7 +77,7 @@
       "爆款内容文案与卖点分析"
     ]
   },
-  "timeout": 15000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1500,

+ 2 - 2
review-analysis/review-batch-collection/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "review-batch-collection",
   "displayName": "评论批量采集",
   "description": "对多个ASIN批量采集Amazon评论,支持翻页和星级过滤,输出结构化评论语料库",
@@ -185,7 +185,7 @@
       }
     }
   },
-  "timeout": 120000,
+  "timeout": 300000,
   "retry": {
     "maxAttempts": 3,
     "delay": 2000,

+ 2 - 2
review-analysis/review-highlight-extraction/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "review-highlight-extraction",
   "displayName": "好评亮点提取",
   "description": "从好评中提取用户最认可的产品亮点,识别竞品核心卖点和可借鉴的优势",
@@ -143,7 +143,7 @@
       }
     }
   },
-  "timeout": 60000,
+  "timeout": 300000,
   "retry": {
     "maxAttempts": 2,
     "delay": 1000,

+ 2 - 2
review-analysis/review-keyword-cloud/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "review-keyword-cloud",
   "displayName": "评论关键词云",
   "description": "从评论语料生成关键词云,结合ASIN反查关键词,每个关键词带情感标签,构建VOC关键词库",
@@ -127,7 +127,7 @@
       "overlapKeywords": { "type": "integer" }
     }
   },
-  "timeout": 60000,
+  "timeout": 300000,
   "retry": {
     "maxAttempts": 2,
     "delay": 2000,

+ 2 - 2
review-analysis/review-pain-point-extraction/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "review-pain-point-extraction",
   "displayName": "差评痛点提取",
   "description": "从差评中提取用户痛点,按类别聚类,量化频率和严重度,找到竞品死穴",
@@ -165,7 +165,7 @@
       }
     }
   },
-  "timeout": 60000,
+  "timeout": 300000,
   "retry": {
     "maxAttempts": 2,
     "delay": 1000,

+ 2 - 2
review-analysis/review-sentiment-analysis/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "review-sentiment-analysis",
   "displayName": "评论情感分析",
   "description": "对评论语料库进行情感分析,分类正面/负面/中性,提取情感关键短语并按ASIN/品牌聚合",
@@ -163,7 +163,7 @@
     "starRatings": "Sorftime返回的星级字段(fiveStartRatings等)是百分比值,不是计数,加权评分=sum(star*pct)/sum(pct)",
     "stopWords": "English停用词表: the/a/an/is/it/i/my/to/and/of/for/in/this/that/was/with/but/have/not/are"
   },
-  "timeout": 60000,
+  "timeout": 300000,
   "retry": {
     "maxAttempts": 2,
     "delay": 1000,

+ 2 - 2
social-media/instagram-search/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "instagram-search",
   "displayName": "Instagram 搜索",
   "description": "按关键词搜索 Instagram 用户账号或话颒标签,返回匹配的用户列表或标签列表。适用于竞品品牌 Instagram 账号定位、KOL 初筛、品类 话颒标签发现。",
@@ -133,7 +133,7 @@
       "品类话颒标签热度分布"
     ]
   },
-  "timeout": 15000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1500,

+ 2 - 2
social-media/instagram-user-info/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "instagram-user-info",
   "displayName": "Instagram 用户详情",
   "description": "根据用户名获取 Instagram 账号完整资料,包括粉丝数、帖子数、个人简介、认证状态、商业账号类型等。适用于竞品品牌 IG 影响力画像建立、KOL 资质评估、达人商业价弹分析。",
@@ -133,7 +133,7 @@
       "外部链接(官网入口)"
     ]
   },
-  "timeout": 15000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1500,

+ 2 - 2
social-media/instagram-user-posts/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "instagram-user-posts",
   "displayName": "Instagram 用户帖子列表",
   "description": "获取指定 Instagram 用户发布的帖子列表,包括点赞数、评论数、帖子文案等。适用于竞品品牌 IG 内容策略分析、KOL 帖子互动表现评估、品牌运营频率分析。",
@@ -153,7 +153,7 @@
       "品牌视觉风格分析"
     ]
   },
-  "timeout": 15000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1500,

+ 2 - 2
social-media/tiktok-hashtag-detail/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "tiktok-hashtag-detail",
   "displayName": "TikTok 话题详情",
   "description": "根据话题/标签 ID 获取 TikTok 话题详情,包括总播放量、视频使用数等。适用于品类 TikTok 话题热度量化、话题对标分析、内容营销话题选择。",
@@ -95,7 +95,7 @@
       "竞品话颒曝光对比"
     ]
   },
-  "timeout": 15000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1500,

+ 2 - 2
social-media/tiktok-hashtag-videos/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "tiktok-hashtag-videos",
   "displayName": "TikTok 话题视频列表",
   "description": "获取指定 TikTok 话题下的视频列表,包括播放量/点赞/作者等数据。适用于话题内容作战分析、品类爆款内容发现、话题 KOL 筛选。",
@@ -139,7 +139,7 @@
       "内容形式和话颒策略规律"
     ]
   },
-  "timeout": 15000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1500,

+ 2 - 2
social-media/tiktok-user-posts/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "tiktok-user-posts",
   "displayName": "TikTok 用户作品列表",
   "description": "获取指定 TikTok 用户发布的视频列表,包括播放量、点赞、评论等数据。适用于竞品品牌内容策略分析、KOL 年度内容表现评估、达人带货说服力分析。",
@@ -136,7 +136,7 @@
       "竞品品牌内容策略对标"
     ]
   },
-  "timeout": 15000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1500,

+ 2 - 2
social-media/tiktok-user-profile/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "tiktok-user-profile",
   "displayName": "TikTok 用户详情",
   "description": "根据用户名获取 TikTok 用户完整资料(粉丝数/总获赞/作品数/个人简介等)。适用于竞品品牌 TikTok 影响力分析、KOL 达人档案建立、达人商业价値评估。",
@@ -142,7 +142,7 @@
       "KOL 认证状态(verified)"
     ]
   },
-  "timeout": 15000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1500,

+ 2 - 2
social-media/tiktok-user-search/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "tiktok-user-search",
   "displayName": "TikTok 用户搜索",
   "description": "按关键词搜索 TikTok 达人/用户,返回匹配账号列表及基础数据。适用于 KOL 候选人初筛、品类达人批量搜索、竞品品牌账号定位。",
@@ -132,7 +132,7 @@
       "竞品代言人定位"
     ]
   },
-  "timeout": 15000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1500,

+ 2 - 2
social-media/tiktok-video-comments/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "tiktok-video-comments",
   "displayName": "TikTok 视频评论查询",
   "description": "获取指定 TikTok 视频的用户评论列表,支持翻页。用户评论是 VOC 情感分析、痛点挖掘、需求发现的核心英文数据源。适用于品类用户评价采集、竞品带货视频反馈分析。",
@@ -141,7 +141,7 @@
       "用户购买意向信号"
     ]
   },
-  "timeout": 15000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1500,

+ 2 - 2
social-media/tiktok-video-detail/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "tiktok-video-detail",
   "displayName": "TikTok 视频详情",
   "description": "根据视频 ID 获取单条 TikTok 视频完整数据(播放量/点赞/评论/分享/话题标签/作者等)。适用于爆款视频深度分析、竞品内容解析、KOL 内容效果评估。",
@@ -135,7 +135,7 @@
       "KOL 单视频效果量化"
     ]
   },
-  "timeout": 15000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1500,

+ 2 - 2
social-media/tiktok-video-search/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "tiktok-video-search",
   "displayName": "TikTok 视频搜索",
   "description": "按关键词搜索 TikTok 视频,返回视频列表及播放量/点赞/评论/分享等数据。适用于品类 TikTok 爆款内容发现、竞品视频监控、社媒频道热度统计、KOL 内容效果对比。",
@@ -186,7 +186,7 @@
       "活跃 KOL 账号发现"
     ]
   },
-  "timeout": 15000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1500,

+ 2 - 2
social-voc/instagram-brand-voc/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "instagram-brand-voc",
   "displayName": "Instagram品牌VOC采集",
   "description": "搜索竞品品牌Instagram账号,采集帖子和互动数据,分析品牌IG策略",
@@ -108,7 +108,7 @@
       }
     }
   },
-  "timeout": 60000,
+  "timeout": 120000,
   "retry": {
     "maxAttempts": 2,
     "delay": 2000,

+ 2 - 2
social-voc/social-trend-analysis/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "social-trend-analysis",
   "displayName": "社媒趋势与热度分析",
   "description": "综合TikTok和Instagram数据,分析品类社媒趋势、热度走向和内容生态",
@@ -167,7 +167,7 @@
       }
     }
   },
-  "timeout": 30000,
+  "timeout": 120000,
   "retry": {
     "maxAttempts": 2,
     "delay": 1000,

+ 2 - 2
social-voc/tiktok-brand-voc/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "tiktok-brand-voc",
   "displayName": "TikTok品牌VOC采集",
   "description": "搜索竞品品牌TikTok账号,采集发布内容和用户评论,分析品牌社媒策略",
@@ -136,7 +136,7 @@
       }
     }
   },
-  "timeout": 90000,
+  "timeout": 120000,
   "retry": {
     "maxAttempts": 2,
     "delay": 2000,

+ 2 - 2
social-voc/tiktok-category-voc/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "tiktok-category-voc",
   "displayName": "TikTok品类VOC采集",
   "description": "基于品类关键词搜索TikTok视频并批量采集评论,提取用户讨论热点和情感倾向",
@@ -147,7 +147,7 @@
       }
     }
   },
-  "timeout": 90000,
+  "timeout": 120000,
   "retry": {
     "maxAttempts": 2,
     "delay": 2000,

+ 2 - 2
synthesis/brand-profile/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "brand-profile",
   "displayName": "品牌六维画像",
   "description": "生成品牌六维量化画像,标注机会/风险标签、识别核心短板、输出竞争定位建议和《品牌认知校准卡》",
@@ -177,7 +177,7 @@
       "calibrationCard": { "type": "string", "description": "品牌认知校准卡(Markdown格式)" }
     }
   },
-  "timeout": 90000,
+  "timeout": 300000,
   "retry": {
     "maxAttempts": 2,
     "delay": 2000,

+ 2 - 2
synthesis/category-landscape/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "category-landscape",
   "displayName": "品类格局分析",
   "description": "品类全景分析,计算CR5/HHI市场集中度,生成风险预警汇总和优先行动清单,输出《品类认知校准表》",
@@ -220,7 +220,7 @@
       }
     }
   },
-  "timeout": 90000,
+  "timeout": 300000,
   "retry": {
     "maxAttempts": 2,
     "delay": 2000,

+ 1 - 1
synthesis/html-report-generator/api-config.json

@@ -158,7 +158,7 @@
       }
     }
   },
-  "timeout": 180000,
+  "timeout": 300000,
   "retry": {
     "maxAttempts": 2,
     "delay": 3000,

+ 2 - 2
synthesis/product-deep-analysis/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "product-deep-analysis",
   "displayName": "单品深度诊断",
   "description": "针对单个ASIN进行多维度深度分析:流量架构透视、定价策略、Listing优化、VOC痛点、广告策略、市场机会,并由AI生成核心诊断和运营建议",
@@ -418,7 +418,7 @@
       }
     }
   },
-  "timeout": 180000,
+  "timeout": 300000,
   "retry": {
     "maxAttempts": 2,
     "delay": 3000,

+ 2 - 2
synthesis/user-persona/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "user-persona",
   "displayName": "用户画像生成",
   "description": "融合电商VOC和社媒VOC,AI生成核心用户画像、使用场景和决策因素",
@@ -201,7 +201,7 @@
       }
     }
   },
-  "timeout": 60000,
+  "timeout": 300000,
   "retry": {
     "maxAttempts": 2,
     "delay": 1000,

+ 2 - 2
synthesis/voc-proposal/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "voc-proposal",
   "displayName": "VOC产品优化提案生成",
   "description": "整合所有VOC分析成果,AI生成结构化的6章节产品优化提案",
@@ -226,7 +226,7 @@
       }
     }
   },
-  "timeout": 120000,
+  "timeout": 300000,
   "retry": {
     "maxAttempts": 2,
     "delay": 3000,

+ 2 - 2
voc/asin-reverse-keywords/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "asin-reverse-keywords",
   "displayName": "ASIN 反查关键词",
   "description": "根据 ASIN 反向查询该产品关联的搜索关键词列表,包括搜索排名、搜索量等。用于竞品关键词策略分析、广告关键词挖掘。",
@@ -87,7 +87,7 @@
       "搜索量"
     ]
   },
-  "timeout": 10000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1000,

+ 2 - 2
voc/asin-sales-volume/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "asin-sales-volume",
   "displayName": "ASIN 销量查询",
   "description": "查询指定 ASIN 的销量数据,包括日销量、周销量、月销量趋势。用于市场规模估算、品类销售额计算。",
@@ -89,7 +89,7 @@
       "销量趋势"
     ]
   },
-  "timeout": 10000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1000,

+ 2 - 2
voc/category-products/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "category-products",
   "displayName": "Amazon 类目产品查询",
   "description": "根据类目 ID 获取该类目下的产品列表。用于获取品类 Top 产品、分析品类竞争格局、统计品牌分布和中国卖家占比。",
@@ -101,7 +101,7 @@
       "价格带分析"
     ]
   },
-  "timeout": 10000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1000,

+ 2 - 2
voc/category-tree/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "category-tree",
   "displayName": "Amazon 类目树查询",
   "description": "获取 Amazon 类目层级树结构,用于定位目标品类的类目 ID,再通过 category_products 获取该类目下的产品列表。",
@@ -73,7 +73,7 @@
       "品类类目定位"
     ]
   },
-  "timeout": 10000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1000,

+ 2 - 2
voc/keyword-product-ranking/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "keyword-product-ranking",
   "displayName": "关键词产品排名查询",
   "description": "查询指定关键词下的产品排名列表,获取该关键词搜索结果中的产品排序。用于竞品在关键词下的位置分析、广告优化。",
@@ -98,7 +98,7 @@
       "竞品在关键词下的位置"
     ]
   },
-  "timeout": 10000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1000,

+ 2 - 2
voc/keyword-search-trend/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "keyword-search-trend",
   "displayName": "关键词搜索趋势查询",
   "description": "查询指定关键词的搜索结果趋势变化,包括搜索量随时间的变化。用于发现飙升关键词、季节性趋势分析。",
@@ -87,7 +87,7 @@
       "飙升卖点词增幅"
     ]
   },
-  "timeout": 10000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1000,

+ 2 - 2
voc/keyword-search/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "keyword-search",
   "displayName": "Amazon 关键词查询",
   "description": "查询 Amazon 关键词的搜索量、搜索趋势、竞争度等数据。用于广告关键词推荐、趋势雷达、飙升卖点词分析。",
@@ -94,7 +94,7 @@
       "VOC匹配度"
     ]
   },
-  "timeout": 10000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1000,

+ 2 - 2
voc/product-detail-query/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "product-detail-query",
   "displayName": "Amazon 产品详情查询",
   "description": "根据 ASIN 获取 Amazon 产品详情,包括标题、价格、评分、销量、BSR、品牌、类目、变体、趋势等完整信息。用于竞品分析、市场全景、定价策略。",
@@ -211,7 +211,7 @@
       "类目"
     ]
   },
-  "timeout": 10000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1000,

+ 2 - 2
voc/product-monitor/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "product-monitor",
   "displayName": "产品监控数据查询",
   "description": "获取产品的监控追踪数据,包括价格变化、排名变化、评分变化等历史数据。用于竞品动态追踪、价格监控、新品上架预警。",
@@ -86,7 +86,7 @@
       "竞品动态预警"
     ]
   },
-  "timeout": 10000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1000,

+ 2 - 2
voc/product-reviews-query/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "product-reviews-query",
   "displayName": "Amazon 产品评论查询",
   "description": "根据 ASIN 抓取 Amazon 产品用户评论,支持按星级、日期、是否验证购买筛选。用于 VOC 用户洞察、痛点提取、喜爱点分析、使用场景挖掘。",
@@ -206,7 +206,7 @@
       "使用场景分布"
     ]
   },
-  "timeout": 10000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1000,

+ 2 - 2
voc/product-search/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "product-search",
   "displayName": "Amazon 关键词搜索产品",
   "description": "按关键词搜索 Amazon 产品列表,返回多个产品的标题、价格、评分、销量等信息。用于品类市场全景分析、Top100 产品列表获取。",
@@ -127,7 +127,7 @@
       "中国卖家占比"
     ]
   },
-  "timeout": 10000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1000,

+ 2 - 2
voc/similar-products/api-config.json

@@ -1,4 +1,4 @@
-{
+{
   "name": "similar-products",
   "displayName": "Amazon 相似产品查询",
   "description": "根据 ASIN 查询与该产品相似的产品列表,用于竞品发现、关联分析。",
@@ -78,7 +78,7 @@
       "相似竞品列表"
     ]
   },
-  "timeout": 10000,
+  "timeout": 60000,
   "retry": {
     "maxAttempts": 3,
     "delay": 1000,