Tiktok Trending Videos Insights
Pricing
$1.00 / 1,000 results
Tiktok Trending Videos Insights
Extract trending TikTok videos data by region, time period, and engagement metrics. Perfect for content creators, marketers, and researchers tracking viral content.
0.0 (0)
Pricing
$1.00 / 1,000 results
2
Monthly users
11
Runs succeeded
>99%
Last modified
18 days ago
You can access the Tiktok Trending Videos Insights programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1{
2 "openapi": "3.0.1",
3 "info": {
4 "version": "0.0",
5 "x-build-id": "bBWjHIi1dzFCsvibi"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/codebyte~tiktok-trending-videos-insights/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-codebyte-tiktok-trending-videos-insights",
16 "x-openai-isConsequential": false,
17 "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18 "tags": [
19 "Run Actor"
20 ],
21 "requestBody": {
22 "required": true,
23 "content": {
24 "application/json": {
25 "schema": {
26 "$ref": "#/components/schemas/inputSchema"
27 }
28 }
29 }
30 },
31 "parameters": [
32 {
33 "name": "token",
34 "in": "query",
35 "required": true,
36 "schema": {
37 "type": "string"
38 },
39 "description": "Enter your Apify token here"
40 }
41 ],
42 "responses": {
43 "200": {
44 "description": "OK"
45 }
46 }
47 }
48 },
49 "/acts/codebyte~tiktok-trending-videos-insights/runs": {
50 "post": {
51 "operationId": "runs-sync-codebyte-tiktok-trending-videos-insights",
52 "x-openai-isConsequential": false,
53 "summary": "Executes an Actor and returns information about the initiated run in response.",
54 "tags": [
55 "Run Actor"
56 ],
57 "requestBody": {
58 "required": true,
59 "content": {
60 "application/json": {
61 "schema": {
62 "$ref": "#/components/schemas/inputSchema"
63 }
64 }
65 }
66 },
67 "parameters": [
68 {
69 "name": "token",
70 "in": "query",
71 "required": true,
72 "schema": {
73 "type": "string"
74 },
75 "description": "Enter your Apify token here"
76 }
77 ],
78 "responses": {
79 "200": {
80 "description": "OK",
81 "content": {
82 "application/json": {
83 "schema": {
84 "$ref": "#/components/schemas/runsResponseSchema"
85 }
86 }
87 }
88 }
89 }
90 }
91 },
92 "/acts/codebyte~tiktok-trending-videos-insights/run-sync": {
93 "post": {
94 "operationId": "run-sync-codebyte-tiktok-trending-videos-insights",
95 "x-openai-isConsequential": false,
96 "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97 "tags": [
98 "Run Actor"
99 ],
100 "requestBody": {
101 "required": true,
102 "content": {
103 "application/json": {
104 "schema": {
105 "$ref": "#/components/schemas/inputSchema"
106 }
107 }
108 }
109 },
110 "parameters": [
111 {
112 "name": "token",
113 "in": "query",
114 "required": true,
115 "schema": {
116 "type": "string"
117 },
118 "description": "Enter your Apify token here"
119 }
120 ],
121 "responses": {
122 "200": {
123 "description": "OK"
124 }
125 }
126 }
127 }
128 },
129 "components": {
130 "schemas": {
131 "inputSchema": {
132 "type": "object",
133 "properties": {
134 "country": {
135 "title": "Country",
136 "enum": [
137 "AR",
138 "AU",
139 "AT",
140 "BH",
141 "BD",
142 "BY",
143 "BE",
144 "BR",
145 "BG",
146 "KH",
147 "CA",
148 "CL",
149 "CO",
150 "HR",
151 "CZ",
152 "DK",
153 "EG",
154 "EE",
155 "FI",
156 "FR",
157 "DE",
158 "GR",
159 "HU",
160 "IS",
161 "ID",
162 "IQ",
163 "IE",
164 "IL",
165 "IT",
166 "JP",
167 "JO",
168 "KZ",
169 "KW",
170 "LV",
171 "LB",
172 "LT",
173 "LU",
174 "MO",
175 "MY",
176 "MX",
177 "MA",
178 "MM",
179 "NL",
180 "NZ",
181 "NG",
182 "NO",
183 "OM",
184 "PK",
185 "PE",
186 "PH",
187 "PL",
188 "PT",
189 "QA",
190 "RO",
191 "SA",
192 "SG",
193 "SK",
194 "ZA",
195 "KR",
196 "ES",
197 "SE",
198 "CH",
199 "TW",
200 "TH",
201 "TR",
202 "UA",
203 "AE",
204 "GB",
205 "US",
206 "UZ",
207 "VN"
208 ],
209 "type": "string",
210 "description": "Select the country for which you want to retrieve trending videos.",
211 "default": "US"
212 },
213 "period": {
214 "title": "Period",
215 "enum": [
216 "7",
217 "30"
218 ],
219 "type": "string",
220 "description": "The period for which you want to retrieve trending videos.",
221 "default": "7"
222 },
223 "order_by": {
224 "title": "Order By",
225 "enum": [
226 "vv",
227 "like",
228 "comment",
229 "repost"
230 ],
231 "type": "string",
232 "description": "The order in which the videos are retrieved.",
233 "default": "vv"
234 },
235 "limit": {
236 "title": "Limit",
237 "type": "integer",
238 "description": "The maximum number of videos to retrieve."
239 }
240 }
241 },
242 "runsResponseSchema": {
243 "type": "object",
244 "properties": {
245 "data": {
246 "type": "object",
247 "properties": {
248 "id": {
249 "type": "string"
250 },
251 "actId": {
252 "type": "string"
253 },
254 "userId": {
255 "type": "string"
256 },
257 "startedAt": {
258 "type": "string",
259 "format": "date-time",
260 "example": "2025-01-08T00:00:00.000Z"
261 },
262 "finishedAt": {
263 "type": "string",
264 "format": "date-time",
265 "example": "2025-01-08T00:00:00.000Z"
266 },
267 "status": {
268 "type": "string",
269 "example": "READY"
270 },
271 "meta": {
272 "type": "object",
273 "properties": {
274 "origin": {
275 "type": "string",
276 "example": "API"
277 },
278 "userAgent": {
279 "type": "string"
280 }
281 }
282 },
283 "stats": {
284 "type": "object",
285 "properties": {
286 "inputBodyLen": {
287 "type": "integer",
288 "example": 2000
289 },
290 "rebootCount": {
291 "type": "integer",
292 "example": 0
293 },
294 "restartCount": {
295 "type": "integer",
296 "example": 0
297 },
298 "resurrectCount": {
299 "type": "integer",
300 "example": 0
301 },
302 "computeUnits": {
303 "type": "integer",
304 "example": 0
305 }
306 }
307 },
308 "options": {
309 "type": "object",
310 "properties": {
311 "build": {
312 "type": "string",
313 "example": "latest"
314 },
315 "timeoutSecs": {
316 "type": "integer",
317 "example": 300
318 },
319 "memoryMbytes": {
320 "type": "integer",
321 "example": 1024
322 },
323 "diskMbytes": {
324 "type": "integer",
325 "example": 2048
326 }
327 }
328 },
329 "buildId": {
330 "type": "string"
331 },
332 "defaultKeyValueStoreId": {
333 "type": "string"
334 },
335 "defaultDatasetId": {
336 "type": "string"
337 },
338 "defaultRequestQueueId": {
339 "type": "string"
340 },
341 "buildNumber": {
342 "type": "string",
343 "example": "1.0.0"
344 },
345 "containerUrl": {
346 "type": "string"
347 },
348 "usage": {
349 "type": "object",
350 "properties": {
351 "ACTOR_COMPUTE_UNITS": {
352 "type": "integer",
353 "example": 0
354 },
355 "DATASET_READS": {
356 "type": "integer",
357 "example": 0
358 },
359 "DATASET_WRITES": {
360 "type": "integer",
361 "example": 0
362 },
363 "KEY_VALUE_STORE_READS": {
364 "type": "integer",
365 "example": 0
366 },
367 "KEY_VALUE_STORE_WRITES": {
368 "type": "integer",
369 "example": 1
370 },
371 "KEY_VALUE_STORE_LISTS": {
372 "type": "integer",
373 "example": 0
374 },
375 "REQUEST_QUEUE_READS": {
376 "type": "integer",
377 "example": 0
378 },
379 "REQUEST_QUEUE_WRITES": {
380 "type": "integer",
381 "example": 0
382 },
383 "DATA_TRANSFER_INTERNAL_GBYTES": {
384 "type": "integer",
385 "example": 0
386 },
387 "DATA_TRANSFER_EXTERNAL_GBYTES": {
388 "type": "integer",
389 "example": 0
390 },
391 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
392 "type": "integer",
393 "example": 0
394 },
395 "PROXY_SERPS": {
396 "type": "integer",
397 "example": 0
398 }
399 }
400 },
401 "usageTotalUsd": {
402 "type": "number",
403 "example": 0.00005
404 },
405 "usageUsd": {
406 "type": "object",
407 "properties": {
408 "ACTOR_COMPUTE_UNITS": {
409 "type": "integer",
410 "example": 0
411 },
412 "DATASET_READS": {
413 "type": "integer",
414 "example": 0
415 },
416 "DATASET_WRITES": {
417 "type": "integer",
418 "example": 0
419 },
420 "KEY_VALUE_STORE_READS": {
421 "type": "integer",
422 "example": 0
423 },
424 "KEY_VALUE_STORE_WRITES": {
425 "type": "number",
426 "example": 0.00005
427 },
428 "KEY_VALUE_STORE_LISTS": {
429 "type": "integer",
430 "example": 0
431 },
432 "REQUEST_QUEUE_READS": {
433 "type": "integer",
434 "example": 0
435 },
436 "REQUEST_QUEUE_WRITES": {
437 "type": "integer",
438 "example": 0
439 },
440 "DATA_TRANSFER_INTERNAL_GBYTES": {
441 "type": "integer",
442 "example": 0
443 },
444 "DATA_TRANSFER_EXTERNAL_GBYTES": {
445 "type": "integer",
446 "example": 0
447 },
448 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
449 "type": "integer",
450 "example": 0
451 },
452 "PROXY_SERPS": {
453 "type": "integer",
454 "example": 0
455 }
456 }
457 }
458 }
459 }
460 }
461 }
462 }
463 }
464}
Tiktok Trending Videos Insights OpenAPI definition
OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for Tiktok Trending Videos Insights from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients:
Pricing
Pricing model
Pay per resultThis Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.
Price per 1,000 items
$1.00