{
  "name": "增爱 - AI工具导航平台",
  "description": "专业AI工具导航平台，收录全球优质AI工具，按AI写作、AI绘画、AI编程、AI视频等场景分类推荐，帮助用户发现最适合的AI工具。",
  "url": "https://www.zengai.com",
  "version": "2.0",
  "language": "zh-CN",
  "api": {
    "base_url": "https://www.zengai.com/api/v1",
    "tools": "https://www.zengai.com/api/v1/tools",
    "tool_detail": "https://www.zengai.com/api/v1/tools/:idOrSlug",
    "tool_screenshots": "https://www.zengai.com/api/v1/tools/:id/screenshots",
    "categories": "https://www.zengai.com/api/v1/categories",
    "search": "https://www.zengai.com/api/v1/tools/search?q=:query",
    "reports": "https://www.zengai.com/api/v1/reports",
    "report_detail": "https://www.zengai.com/api/v1/reports/:idOrSlug",
    "report_categories": "https://www.zengai.com/api/v1/report-categories",
    "stats": "https://www.zengai.com/api/v1/stats",
    "health": "https://www.zengai.com/api/v1/health",
    "public_settings": "https://www.zengai.com/api/v1/public/settings",
    "sitemap": "https://www.zengai.com/sitemap.xml",
    "ai_protocol": "https://www.zengai.com/.well-known/ai-protocol.json",
    "ai_txt": "https://www.zengai.com/ai.txt"
  },
  "data_format": {
    "tools": {
      "description": "工具列表，无需认证，返回 JSON 数组",
      "response_schema": {
        "id": "number",
        "name": "string - 工具名称",
        "slug": "string - URL 友好的标识",
        "description": "string - 工具描述",
        "website": "string - 工具官网 URL",
        "logo": "string - 工具 Logo URL",
        "category": "object - 所属分类",
        "tags": "string - 逗号分隔的标签",
        "viewCount": "number - 浏览量",
        "clickCount": "number - 点击量",
        "rankScore": "number - 评分"
      }
    },
    "categories": {
      "description": "分类列表，包括AI办公、AI绘画、AI写作、AI编程、AI视频、AI语音、AI金融等"
    }
  },
  "structured_data": "JSON-LD (application/ld+json) embedded in HTML",
  "robots": "https://www.zengai.com/robots.txt",
  "sitemap": "https://www.zengai.com/sitemap.xml",
  "contact": "https://www.zengai.com/about",
  "rate_limit": "200 requests per 15 minutes",
  "auth_required": false,
  "crawl_policy": {
    "allowed_agents": ["*"],
    "disallowed_paths": ["/admin/", "/assets/"],
    "crawl_delay": 1
  }
}
