- Nodejs ( download here )
npm i tiktok-scraper-without-watermark
- ssstik
const tiktok = require('tiktok-scraper-without-watermark')
const url = 'https://www.tiktok.com/@youneszarou/video/6942436555692805381'
tiktok.ssstik(url)
.then(result => {
console.log(result)
})
.catch(e => console.log(e))
- musicallydown
const tiktok = require('tiktok-scraper-without-watermark')
const url = 'https://www.tiktok.com/@youneszarou/video/6942436555692805381'
tiktok.musicallydown(url)
.then(result => {
console.log(result)
})
.catch(e => console.log(e))
- keeptiktok
const tiktok = require('tiktok-scraper-without-watermark')
const url = 'https://www.tiktok.com/@youneszarou/video/6942436555692805381'
tiktok.keeptiktok(url)
.then(result => {
console.log(result)
})
.catch(e => console.log(e))