# Influencer list influencer data Endpoint: GET /influencer/list Version: 1.0.0 Security: MuseumPlaceholderAuth ## Query parameters: - `keyword` (string) fuzzy matching keywords - `product_category_id` (string) category id - `influencer_category_name` (string) category name Example: "Public Figure、Entertainment、Beauty、Personal Blog、Art、Music/Dance、Fashion、Media、Sports、Pets、Education、Baby、Food、Clothing、Gaming、Home、Shopping、Outdoor、Brand、Health、Auto、Tech、Electron、Movie、Life、Travel、Finance、Government、Service" - `region` (string, required) region code Example: "US/ID/TH/PH/MY/VN/GB/MX/SG/SA/BR/ES" - `sort_type` (integer) sort order. 0=asc 1=desc - `influencer_sort_field` (any) sort values. 1=total_followers_cnt 2=total_post_video_cnt - `page_num` (integer, required) page number - `page_size` (integer, required) page size ## Response 200 fields (application/json): - `user_id` (string) Example: "6771667630785938437" - `region` (string) Example: "US" - `unique_id` (string) Example: "kai_cenat" - `signature` (string) - `category` (string) Example: "Public Figure" - `nick_name` (string) Example: "Kai Cenat" - `avatar` (string) Example: "https://echosell-images.tos-ap-southeast-1.volces.com/user-avatar/767/MS4wLjABAAAAxdiClc8-RXBZpX7qt8wzXepwEivx7GyuaBzEKO0nqfb9cg4_dQhfMI7pD2ObdLO5.jpeg" - `seller_id` (string) - `first_crawl_dt` (string) Estimated listing time Example: "20220913" - `total_followers_cnt` (integer) Example: 100 - `total_following_cnt` (integer) Example: 100 - `total_digg_cnt` (integer) Example: 100 - `total_post_video_cnt` (integer) Example: 100 - `total_sale_cnt` (integer) Example: 100 - `total_sale_gmv_amt` (number) Example: 156.43 - `total_product_cnt` (integer) Example: 10 - `total_views_cnt` (integer) Example: 55532 - `total_comments_cnt` (integer) Example: 14444 - `total_shares_cnt` (integer) Example: 12222 - `total_live_cnt` (integer) Example: 1333 - `total_followers_1d_cnt` (integer) 1 days followers Example: 1 - `total_followers_7d_cnt` (integer) Example: 1 - `total_followers_30d_cnt` (integer) Example: 1 - `total_followers_90d_cnt` (integer) Example: 1 - `total_digg_1d_cnt` (integer) 1 days digg Example: 1 - `total_digg_7d_cnt` (integer) Example: 1 - `total_digg_30d_cnt` (integer) Example: 1 - `total_digg_90d_cnt` (integer) Example: 1 - `ec_score` (number) (All videos Likes+Comments+Shares)/Watch PV Example: 7.8 - `sales_flag` (integer) Main Sales Methods Example: 1 - `most_views_video` (string) video id Example: "7435451943352339758" - `influencer_video_publish_week` (object) Example: {"1":6,"2":7,"3":4,"4":6,"5":8,"6":9,"7":9} - `influencer_video_publish_hour` (object) Example: {"10":0,"11":0,"12":0,"13":0,"14":0,"15":1,"16":0,"17":1,"18":2,"19":7,"20":5,"21":9,"22":4,"23":5,"00":4,"01":5,"02":2,"03":2,"04":1,"05":1,"06":0,"07":0,"08":0,"09":0} - `influencer_video_duration_level` (object) Example: {"2m":2,"1m-2m":0,"30s-60s":14,"15s-30s":24,"15s":9} - `most_category_product` (array) Example: [] - `off_mark` (integer) Example: 1 - `show_case_flag` (integer) Can use showcase Example: 1 - `contact_email` (string) Example: "xxx@gmail.com" - `interaction_rate` (number) ER Rate Example: 1.5 - `gender` (string) Example: "man" - `language` (string) Example: "en" - `avg_30d_price` (number) Example: 3.5 - `total_product_30d_cnt` (integer) Example: 10 - `total_sale_gmv_30d_amt` (number) Example: 205.36 - `per_video_product_views_avg_7d_cnt` (integer) Example: 30 - `total_video_sale_30d_cnt` (integer) Example: 10 - `total_video_product_30d_cnt` (integer) Example: 10 - `total_likes_cnt` (integer) Example: 10 ## Response 403 fields (application/problem+json): - `code` (integer) Example: 403 - `message` (string) Example: "Usage Limit Exceeded, Please Contact Administrator to Increase Quota" ## Response 429 fields (application/problem+json): - `code` (integer) Example: 429 - `message` (string) Example: "speed limit" ## Response 500 fields (application/problem+json): - `code` (integer) Example: 500 - `message` (string) Example: "inner error" ## Response 504 fields (application/problem+json): - `code` (integer) Example: 504 - `message` (string) Example: "timeout"