EchoTik API (1.0.0)

The EchoTik API, based on the EchoTik product selection data tool, provides you with comprehensive TikTok data.

Languages
Servers
https://open.echotik.live/api/v2/

Authentication

Our API adopts the Basic Auth method for authentication. If you need an account and password, please contact the customer service of EchoTik to apply for activation.

Operations

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.

Operations

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.

Operations

Seller list

Request

seller list data

Query
keywordstring

fuzzy matching keywords

category_idstring

first level category id

Example: category_id=600001
category_l2_idstring

second level category id

Example: category_l2_id=851848
category_l3_idstring

third level category id

Example: category_l3_id=600621
regionstringrequired

region code

Example: region=US/ID/TH/PH/MY/VN/GB/MX/SG/SA/BR/ES
from_flaginteger

cross border. 1=local 2=overseas

sales_flaginteger

Main Sales Methods. 1=video 2=live

sales_trend_flaginteger

sale trend. 0=stable 1=up 2=down

sort_typeinteger

sort order. 0=asc 1=desc

seller_sort_fieldany

sort values. 1=total_sale_cnt 2=total_sale_gmv_amt 3=spu_avg_price

page_numinteger<= 100000required

page number

Default 1
page_sizeinteger<= 10required

page size

Default 10
curl -i -X GET \
  -u <username>:<password> \
  'https://open.echotik.live/api/v2/seller/list?category_id=600001&category_l2_id=851848&category_l3_id=600621&from_flag=0&keyword=string&page_num=1&page_size=10&region=US%2FID%2FTH%2FPH%2FMY%2FVN%2FGB%2FMX%2FSG%2FSA%2FBR%2FES&sales_flag=0&sales_trend_flag=0&sort_type=0'

Responses

Bodyapplication/json
seller_idstring
Example: "7493990254769243585"
user_idstring
Example: "6571602609966333954"
seller_linkstring
Example: "aweme://user/profile/6571602609966333954?sec_uid=MS4wLjABAAAA7xQOQFtPu85YoN_j_Z6tuKhlIou-JWuTRtXNuDlaABg0cFHEnowHBJkj8TrZ86Fh&from_scene=8"
seller_namestring
Example: "RN SHOP"
ratingnumber
Example: 0
cover_urlstring
Example: "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/477/7493990254769243585.png"
regionstring
Example: "ID"
total_crawl_product_cntinteger

In-Store Products

Example: 10
total_product_cntinteger

Active Sales Products

Example: 10
total_sale_cntinteger
Example: 1
total_sale_gmv_amtnumber
Example: 1.5
total_sale_1d_cntinteger

1 days sales

Example: 1
total_sale_7d_cntinteger

7 days sales

Example: 1
total_sale_30d_cntinteger

30 days sales

Example: 1
total_sale_90d_cntinteger

90 days sales

Example: 1
total_sale_gmv_1d_amtnumber
Example: 1
total_sale_gmv_7d_amtnumber
Example: 1
total_sale_gmv_30d_amtnumber
Example: 1
total_sale_gmv_90d_amtnumber
Example: 1
total_ifl_cntinteger
Example: 1
total_video_cntinteger
Example: 1
total_live_cntinteger
Example: 1
spu_avg_pricenumber

avg sku price

Example: 1.5
product_category_listArray of arrays
Example: [{"category_name":"Perlengkapan Hewan Peliharaan","category_id":"602118"},{"category_name":"Perbaikan Rumah","category_id":"604968"}]
most_product_category_listArray of arrays

sales desc

Example: [{"category_name":"Perbaikan Rumah","category_id":"604968"}]
from_flaginteger

cross border. 1=local 2=overseas

Example: 1
first_crawl_dtstring

Estimated listing time

Example: "20241001"
sales_flaginteger

Main Sales Methods. 1=video 2=live

Example: 1
sales_trend_flaginteger
Example: 1
category_idstring
Example: "600001"
category_l2_idstring
Example: "852232"
category_l3_idstring
Example: "855048"
Response
application/json
{ "code": 0, "message": "success", "data": [ {} ] }

Seller trend

Request

seller trend data,No more than 180 days

Query
seller_idstringrequired

seller id

start_datestringrequired

format yyyy-MM-dd, The date must be within 180 days

Example: start_date=2024-10-01
end_datestringrequired

format yyyy-MM-dd

Example: end_date=2024-10-01
page_numinteger<= 100000required

page number

Default 1
page_sizeinteger<= 10required

page size

Default 10
curl -i -X GET \
  -u <username>:<password> \
  'https://open.echotik.live/api/v2/seller/trend?end_date=2024-10-01&page_num=1&page_size=10&seller_id=string&start_date=2024-10-01'

Responses

Bodyapplication/json
dtstring
Example: "2024-12-06"
seller_idstring
Example: "7493990259344770504"
user_idstring
Example: "6856991879940244481"
total_sale_cntinteger
Example: 4276
total_sale_gmv_amtnumber
Example: 1223.54
total_live_cntinteger
Example: 1
total_video_cntinteger
Example: 1
total_product_cntinteger
Example: 1
total_crawl_product_cntinteger
Example: 1
total_sale_1d_cntinteger
Example: 1
total_sale_gmv_1d_amtnumber
Example: 15.55
Response
application/json
{ "code": 0, "message": "success", "data": [ {} ] }

Seller detail

Request

seller data

Query
seller_idstringrequired

seller id

curl -i -X GET \
  -u <username>:<password> \
  'https://open.echotik.live/api/v2/seller/detail?seller_id=string'

Responses

Bodyapplication/json
seller_idstring
Example: "7493990254769243585"
user_idstring
Example: "6571602609966333954"
seller_linkstring
Example: "aweme://user/profile/6571602609966333954?sec_uid=MS4wLjABAAAA7xQOQFtPu85YoN_j_Z6tuKhlIou-JWuTRtXNuDlaABg0cFHEnowHBJkj8TrZ86Fh&from_scene=8"
seller_namestring
Example: "RN SHOP"
ratingnumber
Example: 0
cover_urlstring
Example: "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/477/7493990254769243585.png"
regionstring
Example: "ID"
total_crawl_product_cntinteger

In-Store Products

Example: 10
total_product_cntinteger

Active Sales Products

Example: 10
total_sale_cntinteger
Example: 1
total_sale_gmv_amtnumber
Example: 1.5
total_sale_1d_cntinteger

1 days sales

Example: 1
total_sale_7d_cntinteger

7 days sales

Example: 1
total_sale_30d_cntinteger

30 days sales

Example: 1
total_sale_90d_cntinteger

90 days sales

Example: 1
total_sale_gmv_1d_amtnumber
Example: 1
total_sale_gmv_7d_amtnumber
Example: 1
total_sale_gmv_30d_amtnumber
Example: 1
total_sale_gmv_90d_amtnumber
Example: 1
total_ifl_cntinteger
Example: 1
total_video_cntinteger
Example: 1
total_live_cntinteger
Example: 1
spu_avg_pricenumber

avg sku price

Example: 1.5
product_category_listArray of arrays
Example: [{"category_name":"Perlengkapan Hewan Peliharaan","category_id":"602118"},{"category_name":"Perbaikan Rumah","category_id":"604968"}]
most_product_category_listArray of arrays

sales desc

Example: [{"category_name":"Perbaikan Rumah","category_id":"604968"}]
from_flaginteger

cross border. 1=local 2=overseas

Example: 1
first_crawl_dtstring

Estimated listing time

Example: "20241001"
sales_flaginteger

Main Sales Methods. 1=video 2=live

Example: 1
sales_trend_flaginteger
Example: 1
category_idstring
Example: "600001"
category_l2_idstring
Example: "852232"
category_l3_idstring
Example: "855048"
Response
application/json
{ "code": 0, "message": "success", "data": [ {} ] }

Seller product list

Request

List of all active sales products in the store

Query
seller_idstringrequired

seller id

page_numinteger<= 100000required

page number

Default 1
page_sizeinteger<= 10required

page size

Default 10
curl -i -X GET \
  -u <username>:<password> \
  'https://open.echotik.live/api/v2/seller/product/list?page_num=1&page_size=10&seller_id=string'

Responses

Bodyapplication/json
product_idstring
Example: "1729382308971940777"
cover_urlArray of arrays
Example: [{"url":"https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/154/1729382308971940777_7.jpeg","index":7},{"url":"https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/154/1729382308971940777_5.jpeg","index":5},{"url":"https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/154/1729382308971940777_6.jpeg","index":6},{"url":"https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/154/1729382308971940777_2.jpeg","index":2},{"url":"https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/154/1729382308971940777_4.jpeg","index":4},{"url":"https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/154/1729382308971940777_3.jpeg","index":3},{"url":"https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/154/1729382308971940777_1.jpeg","index":1},{"url":"https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/154/1729382308971940777_8.jpeg","index":8},{"url":"https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/154/1729382308971940777_0.jpeg","index":0}]
product_namestring
Example: "MOUNTAIN BIKE WEAPON ROCKET AIR SUSPENSION FORK"
regionstring
Example: "PH"
spu_avg_pricenumber

avg sku price (USD)

Example: 111.92
min_pricenumber

min sku price (USD)

Example: 11.23
max_pricenumber

max sku price (USD)

Example: 11.23
skusArray of arrays
Example: [{"sku_id":"1729382308972006313","sale_prop_value_ids":"7104114389657306885_7104114389657372421","real_price":{"price_str":"₱6,499.00","price_val":"6499","currency":"PHP"}},{"sku_id":"1729382309955111849","sale_prop_value_ids":"7104114389657323269_7104114389657372421","real_price":{"price_str":"₱6,499.00","price_val":"6499","currency":"PHP"}},{"sku_id":"1729382309955177385","sale_prop_value_ids":"7104114389657339653_7104114389657372421","real_price":{"price_str":"₱6,499.00","price_val":"6499","currency":"PHP"}},{"sku_id":"1729382309955242921","sale_prop_value_ids":"7104114389657356037_7104114389657372421","real_price":{"price_str":"₱6,499.00","price_val":"6499","currency":"PHP"}}]
sale_propsArray of arrays
Example: [{"prop_name":"Color","has_image":"true","prop_id":"100000","sale_prop_values":[{"image":"https://p16-oec-va.ibyteimg.com/tos-maliva-i-o3syd03w52-us/fb37d268c32f41e39f532975e4d77ae5~tplv-o3syd03w52-resize-jpeg:800:800.jpeg?from=1826719393","prop_value_id":"7104114389657306885","prop_value":"29ER GREY BLK GOLD"},{"image":"https://p16-oec-va.ibyteimg.com/tos-maliva-i-o3syd03w52-us/343016cdebc942f0ae3852d09b06f471~tplv-o3syd03w52-resize-jpeg:800:800.jpeg?from=1826719393","prop_value_id":"7104114389657323269","prop_value":"27.5 GREY BLACK GOLD"},{"image":"https://p16-oec-va.ibyteimg.com/tos-maliva-i-o3syd03w52-us/8b9bd4cf369048c4ab2263585703973e~tplv-o3syd03w52-resize-jpeg:800:800.jpeg?from=1826719393","prop_value_id":"7104114389657339653","prop_value":"29ER GREY WHITE BLK"},{"image":"https://p16-oec-va.ibyteimg.com/tos-maliva-i-o3syd03w52-us/c59ca954d838441cb8b16a85d82f29f0~tplv-o3syd03w52-resize-jpeg:800:800.jpeg?from=1826719393","prop_value_id":"7104114389657356037","prop_value":"27.5 GREY WHITE BLK"}]},{"prop_name":"Specification","has_image":"false","prop_id":"100089","sale_prop_values":[{"image":"","prop_value_id":"7104114389657372421","prop_value":"Standard"}]}]
product_commission_ratenumber

commission rate

Example: 0.2
category_idstring

first level category id

Example: "600001"
category_l2_idstring

second level category id

Example: "851848"
category_l3_idstring

third level category id

Example: "600621"
product_ratingnumber
Example: 4.5
review_countinteger
Example: 4551
free_shippinginteger
Example: 0
seller_idstring

shop id

Example: "7494631990599780670"
discountstring
Example: "-43%"
total_sale_cntinteger
Example: 100
total_sale_1d_cntinteger

1 days sales

Example: 200
total_sale_7d_cntinteger

7 days sales

Example: 300
total_sale_15d_cntinteger

15 days sales

Example: 300
total_sale_30d_cntinteger

30 days sales

Example: 500
total_sale_60d_cntinteger

60 days sales

Example: 500
total_sale_90d_cntinteger

90 days sales

Example: 1000
total_sale_gmv_amtnumber
Example: 332.1
total_sale_gmv_1d_amtnumber
Example: 332.1
total_sale_gmv_7d_amtnumber
Example: 332.1
total_sale_gmv_15d_amtnumber
Example: 332.1
total_sale_gmv_30d_amtnumber
Example: 332.1
total_sale_gmv_60d_amtnumber
Example: 332.1
total_sale_gmv_90d_amtnumber
Example: 332.1
total_live_cntinteger
Example: 100
total_video_cntinteger
Example: 0
total_ifl_cntinteger
Example: 20
sales_trend_flaginteger

0=stable 1=up 2=down

Example: 1
first_crawl_dtstring

Estimated listing time

Example: "20241205"
off_markinteger

Product delisting label

Example: 0
is_s_shopinteger

Whether to fully host the store

Example: 0
sales_flaginteger

Main delivery method

Example: 1
desc_detailstring

product detail

Example: "[{\"type\":\"image\",\"image\":{\"height\":800,\"width\":800,\"uri\":\"tos-maliva-i-o3syd03w52-us/62865276afb2493483cb6f3c957049fc\",\"url_list\":[\"https://p16-oec-va.ibyteimg.com/tos-maliva-i-o3syd03w52-us/62865276afb2493483cb6f3c957049fc~tplv-o3syd03w52-resize-jpeg:800:800.jpeg?from=1826719393\",\"https://p19-oec-va.ibyteimg.com/tos-maliva-i-o3syd03w52-us/62865276afb2493483cb6f3c957049fc~tplv-o3syd03w52-resize-jpeg:800:800.jpeg?from=1826719393\"]}},{\"type\":\"text\",\"text\":\" \"},{\"type\":\"ul\",\"content\":[\"Crayon Warna: Ungkapan Kreativitas yang Tak Terbatas\"]},{\"type\":\"text\",\"text\":\"Mari jelajahi dunia warna dengan Crayon Warna kami yang menawan! Tak hanya digemari oleh anak-anak, tetapi juga menjadi favorit bagi orang dewasa yang ingin menyalurkan kreativitas mereka.\"},{\"type\":\"text\",\"text\":\"Fitur yang Membuat Anda Tertarik:\"},{\"type\":\"ul\",\"content\":[\"Warna-Warna Menggoda: Dari merah muda yang lembut hingga biru laut yang mendalam, kami menyediakan pilihan warna yang menarik dan menginspirasi. Siapa bilang hanya anak-anak yang boleh bermain dengan warna?\",\"Aman dan Berkualitas: Dirancang khusus untuk kenyamanan dan keselamatan, Crayon Warna kami bebas dari bahan beracun yang dapat membahayakan kesehatan anak-anak. Anda bisa dengan tenang memberikannya kepada balita yang sedang belajar mewarnai.\",\"Kualitas yang Tidak Diragukan: Dengan pigmentasi yang kuat dan daya tahan yang luar biasa, Crayon Warna kami menawarkan pengalaman mewarnai yang memuaskan dan tahan lama. Jadikanlah setiap gambar dan kreasi Anda menjadi karya seni yang mengagumkan!\"]},{\"type\":\"text\",\"text\":\"Dengan Crayon Warna berkualitas kami, Anda tak hanya memiliki alat tulis, tetapi juga kanvas untuk mengekspresikan imajinasi dan kreativitas Anda secara bebas. Mari buat dunia Anda berwarna-warni dengan Crayon Warna kami yang mengagumkan!\"}]"
total_views_cntinteger

total video views

Example: 100
total_video_1d_cntinteger
Example: 0
total_video_7d_cntinteger
Example: 0
total_video_15d_cntinteger
Example: 0
total_video_30d_cntinteger
Example: 0
total_video_60d_cntinteger
Example: 0
total_video_90d_cntinteger
Example: 0
total_views_1d_cntinteger
Example: 0
total_views_7d_cntinteger
Example: 0
total_views_15d_cntinteger
Example: 0
total_views_30d_cntinteger
Example: 0
total_views_60d_cntinteger
Example: 0
total_views_90d_cntinteger
Example: 0
total_ifl_video_1d_cntinteger
Example: 0
total_ifl_video_7d_cntinteger
Example: 0
total_ifl_video_15d_cntinteger
Example: 0
total_ifl_video_30d_cntinteger
Example: 0
total_ifl_video_60d_cntinteger
Example: 0
total_ifl_video_90d_cntinteger
Example: 0
total_live_1d_cntinteger
Example: 0
total_live_7d_cntinteger
Example: 0
total_live_15d_cntinteger
Example: 0
total_live_30d_cntinteger
Example: 0
total_live_60d_cntinteger
Example: 0
total_live_90d_cntinteger
Example: 0
total_ifl_live_1d_cntinteger
Example: 0
total_ifl_live_7d_cntinteger
Example: 0
total_ifl_live_15d_cntinteger
Example: 0
total_ifl_live_30d_cntinteger
Example: 0
total_ifl_live_60d_cntinteger
Example: 0
total_ifl_live_90d_cntinteger
Example: 0
total_live_sale_1d_cntinteger
Example: 0
total_live_sale_7d_cntinteger
Example: 0
total_live_sale_15d_cntinteger
Example: 0
total_live_sale_30d_cntinteger
Example: 0
total_live_sale_60d_cntinteger
Example: 0
total_live_sale_90d_cntinteger
Example: 0
total_live_sale_gmv_1d_amtinteger
Example: 0
total_live_sale_gmv_7d_amtinteger
Example: 0
total_live_sale_gmv_15d_amtinteger
Example: 0
total_live_sale_gmv_30d_amtinteger
Example: 0
total_live_sale_gmv_60d_amtinteger
Example: 0
total_live_sale_gmv_90d_amtinteger
Example: 0
Response
application/json
{ "code": 0, "message": "success", "data": [ {} ] }

Seller influencer list

Request

List of delivery influencer in the store

Query
seller_idstringrequired

seller id

page_numinteger<= 100000required

page number

Default 1
page_sizeinteger<= 10required

page size

Default 10
curl -i -X GET \
  -u <username>:<password> \
  'https://open.echotik.live/api/v2/seller/influencer/list?page_num=1&page_size=10&seller_id=string'

Responses

Bodyapplication/json
seller_idstring
Example: "7495473409830390594"
user_idstring
Example: "7185381258932896814"
regionstring
Example: "US"
nick_namestring
Example: "👁luzmariluna🌒"
avatarstring
Example: "https://echosell-images.tos-ap-southeast-1.volces.com/user-avatar/82/MS4wLjABAAAAuWZLstLZg_EC_NcAYEI90P2dttlXRTxf0yIC4duIBSVw1wX_pzYVz0g4I_lcyZld.jpeg"
total_followers_cntinteger
Example: 17317
total_following_cntinteger
Example: 8762
total_digg_cntinteger
Example: 16753
total_sale_cntinteger
Example: 10
total_sale_gmv_amtnumber
Example: 122.56
Response
application/json
{ "code": 0, "message": "success", "data": [ {} ] }

Seller video list

Request

List of videos associated with the store

Query
seller_idstringrequired

seller id

page_numinteger<= 100000required

page number

Default 1
page_sizeinteger<= 10required

page size

Default 10
curl -i -X GET \
  -u <username>:<password> \
  'https://open.echotik.live/api/v2/seller/video/list?page_num=1&page_size=10&seller_id=string'

Responses

Bodyapplication/json
seller_idstring
Example: "7494691104772229722"
video_idstring
Example: "7315745919985552645"
video_descstring
Example: "cek keranjang kuninggg🔥🙌☝️ #fyp #asbkcustom #giftcustom #kodocustom #giftbox #asbak "
create_timestring
Example: "1703329834"
reflow_coverstring
Example: "https://echosell-images.tos-ap-southeast-1.volces.com/video-cover/302/7315745919985552645.heic"
user_idstring
Example: "7120501711038972955"
nick_namestring
Example: "aion.see"
avatarstring
Example: "https://echosell-images.tos-ap-southeast-1.volces.com/user-avatar/290/MS4wLjABAAAALzlJKQso-w6DE83pqlXKnsd2nCmEobDHArKNFs--qizFy_0AVrxSOHwKKxRAVMaI.heic"
regionstring
Example: "ID"
total_views_cntinteger
Example: 1000
total_digg_cntinteger
Example: 1000
total_comments_cntinteger
Example: 1000
total_shares_cntinteger
Example: 1000
total_video_sale_cntinteger
Example: 10
total_video_sale_gmv_amtnumber
Example: 132.56
Response
application/json
{ "code": 0, "message": "success", "data": [ {} ] }

Seller live list

Request

List of live associated with the store

Query
seller_idstringrequired

seller id

page_numinteger<= 100000required

page number

Default 1
page_sizeinteger<= 10required

page size

Default 10
curl -i -X GET \
  -u <username>:<password> \
  'https://open.echotik.live/api/v2/seller/live/list?page_num=1&page_size=10&seller_id=string'

Responses

Bodyapplication/json
seller_idstring
Example: "7494820742528469726"
room_idstring
Example: "7345725432767597318"
user_idstring
Example: "7327174239169397765"
regionstring
Example: "ID"
nick_namestring
Example: "AGHNI POPOK MURAH"
avatarstring
Example: "https://echosell-images.tos-ap-southeast-1.volces.com/user-avatar/36/MS4wLjABAAAA8m96K0KzAHSaoX50Z15ugX8C-J3amJcSS8-OzV_0xZpuqAbuPOwbGBv7B82xqVgT.jpeg"
titlestring
Example: "POPOK MURAH CUMA ADA DISINII!!!!"
cover_urlstring
Example: "https://echosell-images.tos-ap-southeast-1.volces.com/live-cover/151/7345725432767597318.webp"
create_timestring
Example: "1710310031"
finish_timestring
Example: "1710318877"
durationstring
Example: "8846"
max_views_cntinteger
Example: 1
total_views_cntinteger
Example: 1
total_joins_cntinteger
Example: 1
total_sale_cntinteger
Example: 1
total_sale_gmv_amtnumber
Example: 1
Response
application/json
{ "code": 0, "message": "success", "data": [ {} ] }

Seller rank list

Request

The seller rank list data and the return value of the interface are all incremental data during the list period.

Query
datestringrequired

yyyy-MM-dd

Example: date=2024-12-15
regionstringrequired

region code

Example: region=US/ID/TH/PH/MY/VN/GB/MX/SG/SA/BR/ES
category_idstring

first level category id

Example: category_id=600001
rank_typeintegerrequired

rank cycle,1=day 2=week 3=month

seller_rank_fieldintegerrequired

rank field. 1=total_sale_cnt 2=total_ifl_cnt

page_numinteger<= 100000required

page number

Default 1
page_sizeinteger<= 10required

page size

Default 10
curl -i -X GET \
  -u <username>:<password> \
  'https://open.echotik.live/api/v2/seller/ranklist?category_id=600001&date=2024-12-15&page_num=1&page_size=10&rank_type=0&region=US%2FID%2FTH%2FPH%2FMY%2FVN%2FGB%2FMX%2FSG%2FSA%2FBR%2FES&seller_rank_field=0'

Responses

Bodyapplication/json
seller_idstring
Example: "7493991011861366211"
seller_namestring
Example: "Illamasqua"
user_idstring
Example: "6782167892907066374"
ratingnumber
Example: 3.3
cover_urlstring
Example: "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/284/7493991011861366211.png"
regionstring
Example: "GB"
most_product_category_listArray of arrays
Example: [{"category_name":"Beauty & Personal Care","category_id":"601450"}]
total_sale_cntinteger
Example: 10
total_sale_gmv_amtnumber
Example: 12.56
total_product_cntinteger
Example: 10
total_ifl_cntinteger
Example: 10
total_video_cntinteger
Example: 10
total_live_cntinteger
Example: 10
Response
application/json
{ "code": 0, "message": "success", "data": [ {} ] }

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.

Operations

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.

Operations

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.

Operations

Other

It provides classification data for the first-level, second-level and third-level categories of commodities. Other public dimension data is still under development...

Operations