|
8 | 8 | "0", |
9 | 9 | "100", |
10 | 10 | "101", |
| 11 | + "202", |
11 | 12 | "300", |
12 | 13 | "301", |
13 | 14 | "302", |
|
8905 | 8906 | "x-order": "21001200" |
8906 | 8907 | } |
8907 | 8908 | }, |
| 8909 | + "/api/douyin-ec/get-item-detail/v1": { |
| 8910 | + "get": { |
| 8911 | + "description": "Get Douyin E-commerce item details, including price, title, and stock, for product monitoring and competitive analysis.", |
| 8912 | + "operationId": "getItemDetailV1", |
| 8913 | + "parameters": [ |
| 8914 | + { |
| 8915 | + "description": "Access token for this API service.", |
| 8916 | + "in": "query", |
| 8917 | + "name": "token", |
| 8918 | + "required": true, |
| 8919 | + "schema": { |
| 8920 | + "type": "string" |
| 8921 | + } |
| 8922 | + }, |
| 8923 | + { |
| 8924 | + "description": "The unique ID of the item on Douyin E-commerce.", |
| 8925 | + "in": "query", |
| 8926 | + "name": "itemId", |
| 8927 | + "required": true, |
| 8928 | + "schema": { |
| 8929 | + "type": "string" |
| 8930 | + } |
| 8931 | + } |
| 8932 | + ], |
| 8933 | + "responses": { |
| 8934 | + "default": { |
| 8935 | + "content": { |
| 8936 | + "application/json": {} |
| 8937 | + }, |
| 8938 | + "description": "default response" |
| 8939 | + } |
| 8940 | + }, |
| 8941 | + "summary": "Item Details", |
| 8942 | + "tags": [ |
| 8943 | + "Douyin E-commerce" |
| 8944 | + ], |
| 8945 | + "x-order": "14502000" |
| 8946 | + } |
| 8947 | + }, |
8908 | 8948 | "/api/douyin-xingtu/get-author-commerce-seed-base-info/v1": { |
8909 | 8949 | "get": { |
8910 | 8950 | "description": "Get Douyin Creator Marketplace (Xingtu) author Commerce Seeding Base Info data, including baseline metrics, commercial signals, and seeding indicators, for product seeding analysis, creator vetting, and campaign planning.", |
|
37293 | 37333 | } |
37294 | 37334 | }, |
37295 | 37335 | { |
37296 | | - "description": "The unique ID of the Kuaishou video, e.g. `3xbknvct79h46h9`", |
| 37336 | + "description": "The unique ID of the Kuaishou video, e.g. `3xbknvct79h46h9` or refer_photo_id `177012131237`", |
37297 | 37337 | "in": "query", |
37298 | 37338 | "name": "videoId", |
37299 | 37339 | "required": true, |
|
57944 | 57984 | "x-order": "17001500" |
57945 | 57985 | } |
57946 | 57986 | }, |
| 57987 | + "/api/weibo/get-user-video-list/v1": { |
| 57988 | + "get": { |
| 57989 | + "description": "Get Weibo user Video list data (waterfall), including pagination cursor for next page.", |
| 57990 | + "operationId": "getUserVideoListV1", |
| 57991 | + "parameters": [ |
| 57992 | + { |
| 57993 | + "description": "API access token.", |
| 57994 | + "in": "query", |
| 57995 | + "name": "token", |
| 57996 | + "required": true, |
| 57997 | + "schema": { |
| 57998 | + "type": "string" |
| 57999 | + } |
| 58000 | + }, |
| 58001 | + { |
| 58002 | + "description": "Weibo User ID (UID).", |
| 58003 | + "in": "query", |
| 58004 | + "name": "uid", |
| 58005 | + "required": true, |
| 58006 | + "schema": { |
| 58007 | + "type": "string" |
| 58008 | + } |
| 58009 | + }, |
| 58010 | + { |
| 58011 | + "description": "Pagination cursor returned by the previous response.", |
| 58012 | + "in": "query", |
| 58013 | + "name": "cursor", |
| 58014 | + "required": false, |
| 58015 | + "schema": { |
| 58016 | + "type": "string" |
| 58017 | + } |
| 58018 | + } |
| 58019 | + ], |
| 58020 | + "responses": { |
| 58021 | + "default": { |
| 58022 | + "content": { |
| 58023 | + "application/json": {} |
| 58024 | + }, |
| 58025 | + "description": "default response" |
| 58026 | + } |
| 58027 | + }, |
| 58028 | + "summary": "User Video List", |
| 58029 | + "tags": [ |
| 58030 | + "Weibo" |
| 58031 | + ], |
| 58032 | + "x-order": "17001510" |
| 58033 | + } |
| 58034 | + }, |
57947 | 58035 | "/api/weibo/get-weibo-detail/v1": { |
57948 | 58036 | "get": { |
57949 | 58037 | "description": "Get Weibo post Details data, including media, author metadata, and engagement counts, for post analysis, archiving, and campaign monitoring.", |
|
59145 | 59233 | "type": "boolean" |
59146 | 59234 | } |
59147 | 59235 | }, |
| 59236 | + { |
| 59237 | + "description": "Contains filter for the result set.\n\nAvailable Values:\n- `ALL`: All\n- `PICTURE`: Has Picture\n- `VIDEO`: Has Video\n- `MUSIC`: Has Music\n- `LINK`: Has Link", |
| 59238 | + "in": "query", |
| 59239 | + "name": "contains", |
| 59240 | + "required": false, |
| 59241 | + "schema": { |
| 59242 | + "default": "ALL", |
| 59243 | + "description": "Contains", |
| 59244 | + "enum": [ |
| 59245 | + "ALL", |
| 59246 | + "PICTURE", |
| 59247 | + "VIDEO", |
| 59248 | + "MUSIC", |
| 59249 | + "LINK" |
| 59250 | + ], |
| 59251 | + "type": "string" |
| 59252 | + } |
| 59253 | + }, |
59148 | 59254 | { |
59149 | 59255 | "description": "Page number, starting with 1.", |
59150 | 59256 | "in": "query", |
|
68054 | 68160 | }, |
68055 | 68161 | "/api/xiaohongshu/search-note/v3": { |
68056 | 68162 | "get": { |
68057 | | - "deprecated": true, |
68058 | 68163 | "description": "Get Xiaohongshu (RedNote) note Search data, including snippets, authors, and media, for topic discovery.", |
68059 | 68164 | "operationId": "getSearchNoteV3", |
68060 | 68165 | "parameters": [ |
|
68123 | 68228 | "responses": { |
68124 | 68229 | "default": { |
68125 | 68230 | "content": { |
68126 | | - "application/json": { |
68127 | | - "example": { |
68128 | | - "code": 0, |
68129 | | - "data": {} |
68130 | | - } |
68131 | | - } |
| 68231 | + "application/json": {} |
68132 | 68232 | }, |
68133 | 68233 | "description": "default response" |
68134 | 68234 | } |
|
0 commit comments