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"
}Perform a general search across TikTok Shop using the analytics dataset, returning products, shops, and influencers matching the query with rich performance metrics.
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"
}π€ 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.
Search terms
Region code: This field is optional. If left blank, no filtering will be performed.
Search type. 1=influencer 2=product 3=seller 4=video 5=live
A maximum of 30 data entries can be returned.
0 = Fuzzy search; 1 = Precise search. Fuzzy search is the default.
Success
The response is of type object.