tik-tok video scraper
Try for free
7 days trial then $5.00/month - No credit card required now
Go to Store
This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?
See alternative Actorstik-tok video scraper
stalker/tik-tok-video-scraper
Try for free
7 days trial then $5.00/month - No credit card required now
Scrape TikTok Video from URL 🎥 This tool allows you to scrape and download TikTok videos directly from a given URL. It extracts video content from TikTok pages, providing a quick and easy way to save or analyze videos without needing a TikTok account.
Scrape tik-tok video from url
In the body of the request you need to pass:
1{ 2 url: string // Link to the tik-tok video, example: "https://vm.tiktok.com/ZMkC5Gwp8/" 3}
Response data(Attention! This is an object Dataset) :
1[ 2 { 3 "url": string, // Link for downloading the target video 4 "audioInfo": { // Additional information about the audio track used in the video 5 "title": string, 6 "music": string, // Link to the audio track from the video 7 "author": string, // User login of the video author 8 "original": boolean, 9 "duration": number, 10 "album": string, 11 }, 12 "info": { // Additional information about the video itself 13 "play_count": number, // Number of video views 14 "react_count": number, // Number of reactions to the video 15 "comment_count": number, // Number of comments on the video 16 "share_count": number, // Number of shares 17 "author_avatar": string, // Link to the video author's avatar image 18 } 19 } 20]
Пример на js:
1myHeaders.append("Content-Type", "application/json"); 2 myHeaders.append("Accept", "application/json"); 3 const token = ''; // my token apify 4 5 const requestOptions = { 6 method: "POST", 7 headers: myHeaders, 8 body: JSON.stringify({ 9 url: "https://www.tiktok.com/@yxuliant8/video/7230418312637779227" 10 }), 11 responseType: 'json' 12 }; 13 14 15 16 fetch(`https://api.apify.com/v2/acts/0JIAS6p2aE4luYTnx/run-sync-get-dataset-items?token=${token}`, requestOptions) 17 .then((response)=> response.json()) 18 .then((result)=> console.log(result))
Developer
Maintained by Community
Actor Metrics
1 monthly user
-
0 No stars yet
Created in Jan 2025
Modified 9 days ago
Categories