Fast TikTok API (with no-watermark video download link) avatar

Fast TikTok API (with no-watermark video download link)

Try for free

1 day trial then $38.00/month - No credit card required now

Go to Store
Fast TikTok API (with no-watermark video download link)

Fast TikTok API (with no-watermark video download link)

novi/fast-tiktok-api
Try for free

1 day trial then $38.00/month - No credit card required now

All in one TikTok APIs. Fastest TikTok API for Trend, Hashtag, Search, Music, User, Comment. Provides no-watermark download link.

Developer
Maintained by Community

Actor Metrics

  • 75 monthly users

  • 5.0 / 5 (1)

  • 30 bookmarks

  • >99% runs succeeded

  • 6.8 hours response time

  • Created in May 2023

  • Modified 11 hours ago

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

Fast TikTok API, Unmatched speed and stability scraper 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 Fast TikTok API (with no-watermark video download link) 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: