跳转到主要内容
GET
/
v1
/
tiktok
/
search
/
analytics
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/tiktok/search/analytics' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": [
    {
      "avatar": "https://echosell-images.tos-ap-southeast-1.volces.com/user-avatar/105/MS4wLjABAAAA7fFYOyzWslqGUq5-RPabVG7PBgUbWAnn8gEkAVHojMCMDuO2CvFv3OkZRdQOFbr6.jpg",
      "category": "Entertainment",
      "region": "US",
      "highlight": null,
      "contact_email": "spiritamethystt@gmail.com",
      "influencer_level": "4",
      "nick_name": "Spirit Amethystt 🌺",
      "total_digg_cnt": 81730646,
      "total_followers_cnt": 1623154,
      "total_live_cnt": 1,
      "total_live_views_cnt": 34432,
      "total_post_video_cnt": 1342,
      "total_product_cnt": 19,
      "total_sale_cnt": 4582,
      "total_sale_gmv_amt": 564100.61,
      "total_views_cnt": 151867772,
      "unique_id": "spiritamethystt",
      "user_id": "6720730872091345925"
    }
  ],
  "requestId": "91c7d5fd-8091-4d4d-aff0-15f947d24e2e"
}
🪙1 credit每次请求

Copy for AI

🤖 让 AI 帮你写调用代码

点击按钮复制一段结构化提示词,可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。

授权

Authorization
string
header
必填

接口鉴权凭证。请在请求 Header 中传入 Authorization: Bearer <YOUR_API_KEY>。 可在 Dashboard 获取你的 API Key。

查询参数

sk
string
必填

搜索词。

region
string

地区代码,可选;留空时不按地区筛选。

type
integer
必填

搜索类型,1=达人,2=商品,3=店铺,4=视频,5=直播。

size
integer
必填

最多返回 30 条数据。

searchType
integer

搜索方式,0=模糊搜索,1=精确搜索;默认模糊搜索。

响应

请求成功

The response is of type object.