2

I want to make tiktok downloader php. I heard from some articles stackoverflow that tiktok has two version of videos (watermarked and original). I want that my web can download the original without watermark.

I have tried some github repositories like this https://github.com/TufayelLUS/TikTok-Video-Downloader-PHP. But it only work for video that uploaded before July 27th, 2020. Can you guys give me a help like suggestion for this?

Aruki
  • 49
  • 4
  • First you need to find TikTok's API. As far as I can tell, they didn't publish one, so you should go over unofficial APIs and implementations and check if someone has original videos for downlonad. Although I doubt it. – Nenad Mitic Oct 05 '21 at 07:19
  • 1
    Anyone resolve the video without watermark problem? – royallife Aug 10 '22 at 12:18

1 Answers1

1

Tiktok not provide any official api for fetch video data, So you have to download it by using curl scrap methods or you can use npm package in node js.

Mandeep Singh
  • 455
  • 2
  • 14