Tiktok Music Trend API avatar
Tiktok Music Trend API

Pricing

$45.00/month + usage

Go to Store
Tiktok Music Trend API

Tiktok Music Trend API

novi/tiktok-music-trend-api

Developed by

Novi

Maintained by Community

Access trending music data from TikTok with our API. Get real-time insights into popular sounds, discover new artists, and fuel your music discovery applications.

0.0 (0)

Pricing

$45.00/month + usage

2

Monthly users

7

Runs succeeded

>99%

Last modified

11 days ago

You can access the Tiktok Music Trend API 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": "PcgCbeLFkoIvh2GY5"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/novi~tiktok-music-trend-api/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-novi-tiktok-music-trend-api",
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/novi~tiktok-music-trend-api/runs": {
50      "post": {
51        "operationId": "runs-sync-novi-tiktok-music-trend-api",
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/novi~tiktok-music-trend-api/run-sync": {
93      "post": {
94        "operationId": "run-sync-novi-tiktok-music-trend-api",
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        "required": [
134          "limit"
135        ],
136        "properties": {
137          "region": {
138            "title": "Target country",
139            "enum": [
140              "",
141              "GB",
142              "AF",
143              "AL",
144              "DZ",
145              "AS",
146              "AD",
147              "AO",
148              "AI",
149              "AQ",
150              "AG",
151              "AR",
152              "AM",
153              "AW",
154              "AU",
155              "AT",
156              "AZ",
157              "BS",
158              "BH",
159              "BD",
160              "BB",
161              "BY",
162              "BE",
163              "BZ",
164              "BJ",
165              "BM",
166              "BT",
167              "BO",
168              "BQ",
169              "BA",
170              "BW",
171              "BV",
172              "BR",
173              "IO",
174              "VG",
175              "BN",
176              "BG",
177              "BF",
178              "BI",
179              "KH",
180              "CM",
181              "CA",
182              "CV",
183              "KY",
184              "CF",
185              "TD",
186              "CL",
187              "CN",
188              "CX",
189              "CC",
190              "CO",
191              "KM",
192              "CK",
193              "CR",
194              "HR",
195              "CU",
196              "CW",
197              "CY",
198              "CZ",
199              "CD",
200              "DK",
201              "DJ",
202              "DM",
203              "DO",
204              "TL",
205              "EC",
206              "EG",
207              "SV",
208              "GQ",
209              "ER",
210              "EE",
211              "ET",
212              "FK",
213              "FO",
214              "FJ",
215              "FI",
216              "FR",
217              "GF",
218              "PF",
219              "TF",
220              "GA",
221              "GM",
222              "GE",
223              "DE",
224              "GH",
225              "GI",
226              "GR",
227              "GL",
228              "GD",
229              "GP",
230              "GU",
231              "GT",
232              "GG",
233              "GN",
234              "GW",
235              "GY",
236              "HT",
237              "HM",
238              "HN",
239              "HK",
240              "HU",
241              "IS",
242              "IN",
243              "ID",
244              "IR",
245              "IQ",
246              "IE",
247              "IM",
248              "IL",
249              "IT",
250              "CI",
251              "JM",
252              "JP",
253              "JE",
254              "JO",
255              "KZ",
256              "KE",
257              "KI",
258              "XK",
259              "KW",
260              "KG",
261              "LA",
262              "LV",
263              "LB",
264              "LS",
265              "LR",
266              "LY",
267              "LI",
268              "LT",
269              "LU",
270              "MO",
271              "MG",
272              "MW",
273              "MY",
274              "MV",
275              "ML",
276              "MT",
277              "MH",
278              "MQ",
279              "MR",
280              "MU",
281              "YT",
282              "MX",
283              "FM",
284              "MD",
285              "MC",
286              "MN",
287              "ME",
288              "MS",
289              "MA",
290              "MZ",
291              "MM",
292              "NA",
293              "NR",
294              "NP",
295              "NL",
296              "NC",
297              "NZ",
298              "NI",
299              "NE",
300              "NG",
301              "NU",
302              "NF",
303              "KP",
304              "MK",
305              "MP",
306              "NO",
307              "OM",
308              "PK",
309              "PW",
310              "PS",
311              "PA",
312              "PG",
313              "PY",
314              "PE",
315              "PH",
316              "PN",
317              "PL",
318              "PT",
319              "PR",
320              "QA",
321              "CG",
322              "RO",
323              "RU",
324              "RW",
325              "RE",
326              "BL",
327              "SH",
328              "KN",
329              "LC",
330              "MF",
331              "PM",
332              "VC",
333              "WS",
334              "SM",
335              "SA",
336              "SN",
337              "RS",
338              "SC",
339              "SL",
340              "SG",
341              "SX",
342              "SK",
343              "SI",
344              "SB",
345              "SO",
346              "ZA",
347              "GS",
348              "KR",
349              "SS",
350              "ES",
351              "LK",
352              "SD",
353              "SR",
354              "SJ",
355              "SZ",
356              "SE",
357              "CH",
358              "SY",
359              "ST",
360              "TW",
361              "TJ",
362              "TZ",
363              "TH",
364              "TG",
365              "TK",
366              "TO",
367              "TT",
368              "TN",
369              "TR",
370              "TM",
371              "TC",
372              "TV",
373              "UM",
374              "VI",
375              "UG",
376              "UA",
377              "AE",
378              "US",
379              "UY",
380              "UZ",
381              "VU",
382              "VA",
383              "VE",
384              "VN",
385              "WF",
386              "EH",
387              "YE",
388              "ZM",
389              "ZW",
390              "AX"
391            ],
392            "type": "string",
393            "description": "Please fill 2 characters region code. Ex: US",
394            "default": "US"
395          },
396          "limit": {
397            "title": "💯 Max Items",
398            "type": "integer",
399            "description": "Soft limit of result. If actual result size >= limit. The scraper will stop.",
400            "default": 1
401          }
402        }
403      },
404      "runsResponseSchema": {
405        "type": "object",
406        "properties": {
407          "data": {
408            "type": "object",
409            "properties": {
410              "id": {
411                "type": "string"
412              },
413              "actId": {
414                "type": "string"
415              },
416              "userId": {
417                "type": "string"
418              },
419              "startedAt": {
420                "type": "string",
421                "format": "date-time",
422                "example": "2025-01-08T00:00:00.000Z"
423              },
424              "finishedAt": {
425                "type": "string",
426                "format": "date-time",
427                "example": "2025-01-08T00:00:00.000Z"
428              },
429              "status": {
430                "type": "string",
431                "example": "READY"
432              },
433              "meta": {
434                "type": "object",
435                "properties": {
436                  "origin": {
437                    "type": "string",
438                    "example": "API"
439                  },
440                  "userAgent": {
441                    "type": "string"
442                  }
443                }
444              },
445              "stats": {
446                "type": "object",
447                "properties": {
448                  "inputBodyLen": {
449                    "type": "integer",
450                    "example": 2000
451                  },
452                  "rebootCount": {
453                    "type": "integer",
454                    "example": 0
455                  },
456                  "restartCount": {
457                    "type": "integer",
458                    "example": 0
459                  },
460                  "resurrectCount": {
461                    "type": "integer",
462                    "example": 0
463                  },
464                  "computeUnits": {
465                    "type": "integer",
466                    "example": 0
467                  }
468                }
469              },
470              "options": {
471                "type": "object",
472                "properties": {
473                  "build": {
474                    "type": "string",
475                    "example": "latest"
476                  },
477                  "timeoutSecs": {
478                    "type": "integer",
479                    "example": 300
480                  },
481                  "memoryMbytes": {
482                    "type": "integer",
483                    "example": 1024
484                  },
485                  "diskMbytes": {
486                    "type": "integer",
487                    "example": 2048
488                  }
489                }
490              },
491              "buildId": {
492                "type": "string"
493              },
494              "defaultKeyValueStoreId": {
495                "type": "string"
496              },
497              "defaultDatasetId": {
498                "type": "string"
499              },
500              "defaultRequestQueueId": {
501                "type": "string"
502              },
503              "buildNumber": {
504                "type": "string",
505                "example": "1.0.0"
506              },
507              "containerUrl": {
508                "type": "string"
509              },
510              "usage": {
511                "type": "object",
512                "properties": {
513                  "ACTOR_COMPUTE_UNITS": {
514                    "type": "integer",
515                    "example": 0
516                  },
517                  "DATASET_READS": {
518                    "type": "integer",
519                    "example": 0
520                  },
521                  "DATASET_WRITES": {
522                    "type": "integer",
523                    "example": 0
524                  },
525                  "KEY_VALUE_STORE_READS": {
526                    "type": "integer",
527                    "example": 0
528                  },
529                  "KEY_VALUE_STORE_WRITES": {
530                    "type": "integer",
531                    "example": 1
532                  },
533                  "KEY_VALUE_STORE_LISTS": {
534                    "type": "integer",
535                    "example": 0
536                  },
537                  "REQUEST_QUEUE_READS": {
538                    "type": "integer",
539                    "example": 0
540                  },
541                  "REQUEST_QUEUE_WRITES": {
542                    "type": "integer",
543                    "example": 0
544                  },
545                  "DATA_TRANSFER_INTERNAL_GBYTES": {
546                    "type": "integer",
547                    "example": 0
548                  },
549                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
550                    "type": "integer",
551                    "example": 0
552                  },
553                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
554                    "type": "integer",
555                    "example": 0
556                  },
557                  "PROXY_SERPS": {
558                    "type": "integer",
559                    "example": 0
560                  }
561                }
562              },
563              "usageTotalUsd": {
564                "type": "number",
565                "example": 0.00005
566              },
567              "usageUsd": {
568                "type": "object",
569                "properties": {
570                  "ACTOR_COMPUTE_UNITS": {
571                    "type": "integer",
572                    "example": 0
573                  },
574                  "DATASET_READS": {
575                    "type": "integer",
576                    "example": 0
577                  },
578                  "DATASET_WRITES": {
579                    "type": "integer",
580                    "example": 0
581                  },
582                  "KEY_VALUE_STORE_READS": {
583                    "type": "integer",
584                    "example": 0
585                  },
586                  "KEY_VALUE_STORE_WRITES": {
587                    "type": "number",
588                    "example": 0.00005
589                  },
590                  "KEY_VALUE_STORE_LISTS": {
591                    "type": "integer",
592                    "example": 0
593                  },
594                  "REQUEST_QUEUE_READS": {
595                    "type": "integer",
596                    "example": 0
597                  },
598                  "REQUEST_QUEUE_WRITES": {
599                    "type": "integer",
600                    "example": 0
601                  },
602                  "DATA_TRANSFER_INTERNAL_GBYTES": {
603                    "type": "integer",
604                    "example": 0
605                  },
606                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
607                    "type": "integer",
608                    "example": 0
609                  },
610                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
611                    "type": "integer",
612                    "example": 0
613                  },
614                  "PROXY_SERPS": {
615                    "type": "integer",
616                    "example": 0
617                  }
618                }
619              }
620            }
621          }
622        }
623      }
624    }
625  }
626}

Tiktok Music Trend API 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 Music Trend API 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

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

1 day

Price

$45.00