3.0.0 • Published 2 years ago

tiktok-scrape v3.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Installation

npm i tiktok-scrape

Example

const { api } = require('tiktok-scrape') 

const url = 'https://www.tiktok.com/@omagadsus/video/7025456384175017243?is_from_webapp=1&sender_device=pc&web_id6982004129280116226'
// Using tiktokdl
const data = await api(url)
console.log(data) // JSON
3.0.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago