{
  "message": "ProductHunt API Worker with Real URL Resolution & Maker History",
  "version": "1.2.0",
  "features": [
    "✅ 自动解析ProductHunt跟踪链接为真实网站地址",
    "✅ 发布者完整历史产品功能（最多500个/发布者）",
    "✅ 智能并发控制，最大8个并发制作者查询",
    "✅ 批量处理支持，最多150个产品",
    "✅ 完整的错误处理和降级策略",
    "✅ 详细的性能监控统计"
  ],
  "endpoints": [
    "GET /api/products/featured?total=1-150&includeMakerHistory=true - 获取特色产品（含发布者历史）",
    "GET /api/products/trending?total=1-150&includeMakerHistory=true - 获取趋势产品（含发布者历史）",
    "GET /api/products/today?total=1-150&includeMakerHistory=true - 获取今日产品（含发布者历史）",
    "GET /api/products/details?id=PRODUCT_ID&includeMakerHistory=true - 获取产品详情（含发布者历史）"
  ],
  "url_resolution": {
    "enabled": true,
    "timeout_ms": 3000,
    "max_concurrent": 5,
    "max_redirects": 10,
    "fallback_strategy": "Original tracking URL on failure"
  },
  "maker_history": {
    "enabled": true,
    "max_concurrent": 8,
    "max_products_per_maker": 100,
    "timeout_ms": 45000,
    "batch_size": 20,
    "activation": "includeMakerHistory=true parameter required"
  },
  "timestamp": "2026-07-26T12:28:30.293Z"
}