# Influencer trend influencer trend data,No more than 180 days Endpoint: GET /influencer/trend Version: 1.0.0 Security: MuseumPlaceholderAuth ## Query parameters: - `user_id` (string, required) user id - `start_date` (string, required) format yyyy-MM-dd, The date must be within 180 days Example: "2024-10-01" - `end_date` (string, required) format yyyy-MM-dd Example: "2024-10-01" - `page_num` (integer, required) page number - `page_size` (integer, required) page size ## Response 200 fields (application/json): - `dt` (string) Example: "2024-12-02" - `user_id` (string) Example: "10002228" - `total_followers_cnt` (integer) Example: 73819 - `total_digg_cnt` (integer) Example: 2152595 - `total_followers_1d_cnt` (integer) Example: -13 - `total_digg_1d_cnt` (integer) Example: 3 - `total_views_cnt` (integer) Example: 1 - `total_comments_cnt` (integer) Example: 1 - `total_shares_cnt` (integer) Example: 1 - `total_post_video_cnt` (integer) Example: 1 - `total_live_cnt` (integer) Example: 1 - `total_sale_1d_cnt` (integer) Example: 1 - `total_sale_gmv_1d_amt` (number) Example: 15.88 ## 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"