Skip to main content
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 creditper request

Copy for AI

πŸ€– Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

sk
string
required

Search terms

region
string

Region code: This field is optional. If left blank, no filtering will be performed.

type
integer
required

Search type. 1=influencer 2=product 3=seller 4=video 5=live

size
integer
required

A maximum of 30 data entries can be returned.

searchType
integer

0 = Fuzzy search; 1 = Precise search. Fuzzy search is the default.

Response

Success

The response is of type object.