The EchoTik API, based on the EchoTik product selection data tool, provides you with comprehensive TikTok data.
https://open.echotik.live/api/v2/
It provides comprehensive data on TikTok commodities, including data on querying the commodity list, commodity trends, commodity details, influencers associated with commodities, videos, live broadcasts, as well as commodity rankings. If these interfaces fail to meet your needs, you can contact the official customer service of EchoTik.
It provides comprehensive data regarding TikTok shops, covering data on querying the shop list, shop trends, shop details, commodities associated with shops, influencers, videos, live broadcasts, as well as shop rankings. If these interfaces don't meet your requirements, you can contact the official customer service of EchoTik.
It provides comprehensive data on TikTok creators and influencers, including data on querying the influencer list, influencer trends, influencer details, videos associated with influencers, live broadcasts, commodities, as well as influencer rankings. If these interfaces fail to meet your needs, you can contact the official customer service of EchoTik.
https://open.echotik.live/api/v2/influencer/list
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/influencer/list?influencer_category_name=Public%20Figure%E3%80%81Entertainment%E3%80%81Beauty%E3%80%81Personal%20Blog%E3%80%81Art%E3%80%81Music%2FDance%E3%80%81Fashion%E3%80%81Media%E3%80%81Sports%E3%80%81Pets%E3%80%81Education%E3%80%81Baby%E3%80%81Food%E3%80%81Clothing%E3%80%81Gaming%E3%80%81Home%E3%80%81Shopping%E3%80%81Outdoor%E3%80%81Brand%E3%80%81Health%E3%80%81Auto%E3%80%81Tech%E3%80%81Electron%E3%80%81Movie%E3%80%81Life%E3%80%81Travel%E3%80%81Finance%E3%80%81Government%E3%80%81Service&keyword=string&page_num=1&page_size=10&product_category_id=string®ion=US%2FID%2FTH%2FPH%2FMY%2FVN%2FGB%2FMX%2FSG%2FSA%2FBR%2FES&sort_type=0'
{ "code": 0, "message": "success", "data": [ { … } ] }
category name
sort values. 1=total_followers_cnt 2=total_followers_30d_cnt 3=total_post_video_cnt 4=per_views_avg_cnt 5=interaction_rate 6=total_product_cnt
https://open.echotik.live/api/v2/influencer/listV2
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/influencer/listV2?influencer_category_name=Public%20Figure%E3%80%81Entertainment%E3%80%81Beauty%E3%80%81Personal%20Blog%E3%80%81Art%E3%80%81Music%2FDance%E3%80%81Fashion%E3%80%81Media%E3%80%81Sports%E3%80%81Pets%E3%80%81Education%E3%80%81Baby%E3%80%81Food%E3%80%81Clothing%E3%80%81Gaming%E3%80%81Home%E3%80%81Shopping%E3%80%81Outdoor%E3%80%81Brand%E3%80%81Health%E3%80%81Auto%E3%80%81Tech%E3%80%81Electron%E3%80%81Movie%E3%80%81Life%E3%80%81Travel%E3%80%81Finance%E3%80%81Government%E3%80%81Service&keyword=string&max_total_sale_gmv_30d_amt=0&max_total_sale_gmv_amt=0&max_total_views_cnt=0&min_total_sale_gmv_30d_amt=0&min_total_sale_gmv_amt=0&min_total_views_cnt=0&page_num=1&page_size=10&product_category_id=string®ion=US%2FID%2FTH%2FPH%2FMY%2FVN%2FGB%2FMX%2FSG%2FSA%2FBR%2FES&sales_flag=0&sort_type=0'
{ "code": 0, "message": "success", "data": [ { … } ] }
https://open.echotik.live/api/v2/influencer/trend
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/influencer/trend?end_date=2024-10-01&page_num=1&page_size=10&start_date=2024-10-01&user_id=string'
https://open.echotik.live/api/v2/influencer/detail
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/influencer/detail?unique_ids=catboythorfinn%2Ckaarleenss%2Clulu_gonzalez18&user_ids=100034034780479488%2C100037587565707264%2C100049707246170112'
{ "code": 0, "message": "success", "data": [ { … } ] }
https://open.echotik.live/api/v2/influencer/video/list
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/influencer/video/list?influencer_video_sort_field=0&page_num=1&page_size=10&sort_type=0&unique_id=string&user_id=string'
{ "code": 0, "message": "success", "data": [ { … } ] }
https://open.echotik.live/api/v2/influencer/live/list
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/influencer/live/list?page_num=1&page_size=10&user_id=string'
{ "code": 0, "message": "success", "data": [ { … } ] }
https://open.echotik.live/api/v2/influencer/product/list
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/influencer/product/list?category_id=600001&influencer_product_sort_field=0&page_num=1&page_size=10&sort_type=0&user_id=string'
{ "code": 0, "message": "success", "data": [ { … } ] }
https://open.echotik.live/api/v2/influencer/ranklist
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/influencer/ranklist?date=2024-12-15&influencer_category_name=Public%20Figure%E3%80%81Entertainment%E3%80%81Beauty%E3%80%81Personal%20Blog%E3%80%81Art%E3%80%81Music%2FDance%E3%80%81Fashion%E3%80%81Media%E3%80%81Sports%E3%80%81Pets%E3%80%81Education%E3%80%81Baby%E3%80%81Food%E3%80%81Clothing%E3%80%81Gaming%E3%80%81Home%E3%80%81Shopping%E3%80%81Outdoor%E3%80%81Brand%E3%80%81Health%E3%80%81Auto%E3%80%81Tech%E3%80%81Electron%E3%80%81Movie%E3%80%81Life%E3%80%81Travel%E3%80%81Finance%E3%80%81Government%E3%80%81Service&influencer_rank_field=0&page_num=1&page_size=10&rank_type=0®ion=US%2FID%2FTH%2FPH%2FMY%2FVN%2FGB%2FMX%2FSG%2FSA%2FBR%2FES'
{ "code": 0, "message": "success", "data": [ { … } ] }
https://open.echotik.live/api/v2/rt/influencer/detail
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/rt/influencer/detail?region=US%2FID%2FTH%2FPH%2FMY%2FVN%2FGB%2FMX%2FSG%2FSA%2FBR%2FES&user_id=string'
{ "code": 0, "message": "success", "data": { "following_count": 563, "total_favorited": 147800346, "sec_uid": "MS4wLjABAAAACEEO8ypH7C7M2vun-vWNTGNp4b6sSfdNnamiYyfFX_6sEXgjwN-uSbOixV8n6zHF", "follower_count": 2937589, "uid": 6918910644826342000, "category": "Public Figure", "aweme_count": 1296, "signature": "Long live let him cook 💔\nvexbolts@theswamp.gg 📩", "favoriting_count": 0, "bio_url": "https://linktr.ee/vexboltsx", "ins_id": "vexbolts", "nickname": "Vexbolts", "signature_language": "un", "unique_id": "vexbolts", "avatar": "https://p16-pu-sign-useast8.tiktokcdn-us.com/tos-useast5-avt-0068-tx/f51f7c1650bf29edba4d1706ae5090c2~tplv-tiktok-shrink:282:282.jpeg?lk3s=2472a6c6&nonce=8347&refresh_token=dcfe9568c80705681ff395fb79108bf3&x-expires=1735808400&x-signature=O%2Fj5tvowH%2BEk7OZ3x%2BCFPv5HSSs%3D&s=PACK_GO_API&se=false&sh=282_282&sc=avatar&l=20250102031402F89CDE435034C76901D6&shp=2472a6c6&shcp=-" } }
https://open.echotik.live/api/v2/rt/video/list
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/rt/video/list?count=0&offset=0®ion=US%2FID%2FTH%2FPH%2FMY%2FVN%2FGB%2FMX%2FSG%2FSA%2FBR%2FES&sec_user_id=string&unique_id=string&user_id=string'
{ "code": 0, "message": "success", "data": { "has_more": 1, "cursor": 1000, "aweme_list": [ … ] } }
https://open.echotik.live/api/v2/rt/influencer/getRegion
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/rt/influencer/getRegion?unique_id=string'
{ "code": 0, "message": "success", "data": "US" }
It provides comprehensive data on TikTok live broadcasts, including data on querying the list of historical live broadcasts, details of live broadcasts, commodities associated with live broadcasts, as well as rankings of live broadcasts. If these interfaces don't meet your requirements, you can contact the official customer service of EchoTik.