EchoTik API (1.0.0)
The EchoTik API, based on the EchoTik product selection data tool, provides you with comprehensive TikTok data.
https://open.echotik.live/api/v2/
Product
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.
Seller
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.
Influencer
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
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/influencer/list?keyword=string&product_category_id=string&influencer_category_name=Public+Figure%E3%80%81Entertainment%E3%80%81Beauty%E3%80%81Personal+Blog%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®ion=US%2FID%2FTH%2FPH%2FMY%2FVN%2FGB%2FMX%2FSG%2FSA%2FBR%2FES&sort_type=0&page_num=1&page_size=10'
{ "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
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/influencer/listV2?keyword=string&product_category_id=string&influencer_category_name=Public+Figure%E3%80%81Entertainment%E3%80%81Beauty%E3%80%81Personal+Blog%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®ion=US%2FID%2FTH%2FPH%2FMY%2FVN%2FGB%2FMX%2FSG%2FSA%2FBR%2FES&sort_type=0&min_interaction_rate=0&max_interaction_rate=0&min_total_views_cnt=0&max_total_views_cnt=0&min_total_sale_gmv_amt=0&max_total_sale_gmv_amt=0&min_total_sale_gmv_30d_amt=0&max_total_sale_gmv_30d_amt=0&gender=string&influencer_language=string&sales_flag=0&page_num=1&page_size=10'
{ "code": 0, "message": "success", "data": [ { … } ] }
https://open.echotik.live/api/v2/influencer/trend
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/influencer/trend?user_id=string&start_date=2024-10-01&end_date=2024-10-01&page_num=1&page_size=10'
https://open.echotik.live/api/v2/influencer/detail
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/influencer/detail?user_ids=100034034780479488%2C100037587565707264%2C100049707246170112&unique_ids=catboythorfinn%2Ckaarleenss%2Clulu_gonzalez18'
{ "code": 0, "message": "success", "data": [ { … } ] }
https://open.echotik.live/api/v2/influencer/video/list
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/influencer/video/list?user_id=string&unique_id=string&influencer_video_sort_field=0&sort_type=0&page_num=1&page_size=10'
{ "code": 0, "message": "success", "data": [ { … } ] }
https://open.echotik.live/api/v2/influencer/live/list
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/influencer/live/list?user_id=string&page_num=1&page_size=10'
{ "code": 0, "message": "success", "data": [ { … } ] }
https://open.echotik.live/api/v2/influencer/product/list
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/influencer/product/list?user_id=string&category_id=600001&influencer_product_sort_field=0&sort_type=0&page_num=1&page_size=10'
{ "code": 0, "message": "success", "data": [ { … } ] }
https://open.echotik.live/api/v2/influencer/ranklist
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/influencer/ranklist?date=2024-12-15®ion=US%2FID%2FTH%2FPH%2FMY%2FVN%2FGB%2FMX%2FSG%2FSA%2FBR%2FES&influencer_category_name=Public+Figure%E3%80%81Entertainment%E3%80%81Beauty%E3%80%81Personal+Blog%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&rank_type=0&influencer_rank_field=0&page_num=1&page_size=10'
{ "code": 0, "message": "success", "data": [ { … } ] }
https://open.echotik.live/api/v2/rt/influencer/detail
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/rt/influencer/detail?user_id=string®ion=US%2FID%2FTH%2FPH%2FMY%2FVN%2FGB%2FMX%2FSG%2FSA%2FBR%2FES'
{ "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
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/rt/video/list?user_id=string&sec_user_id=string&unique_id=string®ion=US%2FID%2FTH%2FPH%2FMY%2FVN%2FGB%2FMX%2FSG%2FSA%2FBR%2FES&offset=0&count=0'
{ "code": 0, "message": "success", "data": { "has_more": 1, "cursor": 1000, "aweme_list": [ … ] } }
https://open.echotik.live/api/v2/rt/influencer/getRegion
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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" }
Live
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.
Video
It provides comprehensive TikTok video data, including batch querying of the video list, video details, video dynamic trends, commodities associated with videos, as well as video rankings. If these interfaces don't meet your needs, you can contact the official customer service of EchoTik.