> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keyapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# API 预览

> 按平台整理的 KeyAPI API 接口总览。

## Base URL

```
https://api.keyapi.ai
```

## 平台

按分组浏览接口，共 20 个分组：

<CardGroup cols={2}>
  <Card title="TikTok Influencer" icon="tiktok" href="/zh/tiktok/influencer/search">
    达人资料、粉丝、视频和分析数据。
  </Card>

  <Card title="TikTok Shop" icon="tiktok" href="/zh/tiktok/shop/product-id">
    商品、类目、店铺和直播电商情报。
  </Card>

  <Card title="TikTok Content" icon="tiktok" href="/zh/tiktok/content/video-search">
    视频、Hashtag、音乐、评论和搜索。
  </Card>

  <Card title="TikTok Intelligence" icon="tiktok" href="/zh/tiktok/intelligence/trending-hashtags">
    趋势信号、洞察分析和广告情报。
  </Card>

  <Card title="Instagram User" icon="instagram" href="/zh/instagram/fetch_user_info">
    主页资料、粉丝、Reels、Stories 和 Highlights。
  </Card>

  <Card title="Instagram Content" icon="instagram" href="/zh/instagram/fetch_post_info">
    帖子、评论、Hashtag 和内容发现。
  </Card>

  <Card title="YouTube Video" icon="youtube" href="/zh/youtube/get_video_info">
    视频详情、评论、播放流信息和趋势。
  </Card>

  <Card title="YouTube Channel" icon="youtube" href="/zh/youtube/get_channel_description">
    频道资料、搜索和内容发现。
  </Card>

  <Card title="Twitter / X" icon="x-twitter" href="/zh/twitter/screenname">
    Tweets、用户资料、回复、媒体和趋势。
  </Card>

  <Card title="LinkedIn User" icon="linkedin" href="/zh/linkedin/get_user_profile">
    个人资料、动态、技能和职业洞察。
  </Card>

  <Card title="LinkedIn Company" icon="linkedin" href="/zh/linkedin/get_company_profile">
    公司资料、职位和人员数据。
  </Card>

  <Card title="Reddit Post" icon="reddit" href="/zh/reddit/fetch_post_details">
    帖子详情、评论和信息流探索。
  </Card>

  <Card title="Reddit User & Community" icon="reddit" href="/zh/reddit/fetch_user_profile">
    用户资料、Subreddit 和搜索信号。
  </Card>

  <Card title="Threads" icon="threads" href="/zh/threads/fetch_user_info">
    主页、帖子、评论和搜索。
  </Card>

  <Card title="Amazon Product" icon="amazon" href="/zh/amazon/search">
    商品、评论、报价和类目数据。
  </Card>

  <Card title="Amazon Seller & Influencer" icon="amazon" href="/zh/amazon/seller-profile">
    卖家资料和达人店铺洞察。
  </Card>

  <Card title="Facebook" icon="facebook" href="/zh/facebook/profile_details_url">
    主页、群组、帖子和 Reels。
  </Card>

  <Card title="Pinterest" icon="pinterest" href="/zh/pinterest/search">
    用户、图板、Pins 和粉丝数据。
  </Card>

  <Card title="Google" icon="google" href="/zh/google/search">
    网页搜索和图片搜索数据。
  </Card>
</CardGroup>

## Response Format

所有接口都会返回如下 JSON envelope：

```json theme={null}
{
  "code": 0,
  "message": "success",
  "data": { ... }
}
```

| 字段        | 类型              | 说明               |
| --------- | --------------- | ---------------- |
| `code`    | integer         | `0` 表示成功，其他值表示错误 |
| `message` | string          | 可读的状态说明          |
| `data`    | object \| array | 接口返回的数据主体        |
