TikTok Video Details Scraper avatar

TikTok Video Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
TikTok Video Details Scraper

TikTok Video Details Scraper

Extract video descriptions, engagement metrics, author info, and music metadata from individual TikTok video pages. Powered by TikTok Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

2

Monthly active users

3 days ago

Last modified

Share

This actor extracts Video details from TikTok. It works on individual video pages and returns engagement metrics, author information, and music metadata. Use this tool to collect specific data points from individual TikTok posts.


Want more from TikTok?

This actor covers Videos only. The full TikTok Scraper browser extension also includes Videos, Comments, Profiles, Users with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the TikTok Scraper extension


Data Fields

Field NameDescriptionExample
Video DescriptionThe text caption of the video"Check out this sunset! #nature"
Video Create TimeTimestamp of video upload"2023-10-01T12:00:00Z"
Video Category TypeThe category classification"Entertainment"
Video DurationLength of video in seconds15
Video WidthWidth in pixels1080
Video HeightHeight in pixels1920
Video URLDirect link to the video file"https://v.tiktok.com/example.mp4"
Video CoverURL of the thumbnail image"https://p16.tiktokcdn.com/cover.jpg"
Video View CountTotal number of views150000
Video Like CountTotal number of likes12000
Video Comment CountTotal number of comments450
Video Share CountTotal number of shares890
Author IDUnique ID of the creator"7123456789"
Author NicknameDisplay name of the creator"Jane Doe"
Author UsernameHandle of the creator"janedoe123"
Author AvatarURL of the profile picture"https://p16.tiktokcdn.com/avatar.jpg"
Author BioCreator profile description"Traveler and photographer"
Author VerifiedVerification statustrue
Music IDUnique ID of the audio track"987654321"
Music TitleName of the song or sound"Original Sound"
Music AuthorCreator of the audio"janedoe123"
Music CoverURL of the music thumbnail"https://p16.tiktokcdn.com/music.jpg"
Music URLLink to the music page"https://www.tiktok.com/music/id"
Music DurationLength of audio in seconds15
Video Page URLThe URL of the video page"https://www.tiktok.com/@user/video/123"

Input

  • urls: Array of TikTok video page URLs. The actor works on individual video pages.
  • maxItems: Max items per URL. Default is 100.

Example Input

{
"urls": ["https://www.tiktok.com/@tiktok/video/7123456789"],
"maxItems": 1
}

Example Output

[
{
"videoDescription": "Cooking tutorial for beginners",
"videoCreateTime": "2023-11-15T10:30:00Z",
"videoCategoryType": "Food",
"videoDuration": 60,
"videoWidth": 1080,
"videoHeight": 1920,
"videoUrl": "https://v16.tiktokcdn.com/video.mp4",
"videoCover": "https://p16.tiktokcdn.com/cover1.jpg",
"videoViewCount": 50000,
"videoLikeCount": 2500,
"videoCommentCount": 120,
"videoShareCount": 45,
"authorId": "11223344",
"authorNickname": "Chef Mike",
"authorUsername": "chefmike",
"authorAvatar": "https://p16.tiktokcdn.com/avatar1.jpg",
"authorBio": "Simple recipes for everyone",
"authorVerified": false,
"musicId": "55667788",
"musicTitle": "Happy Cooking",
"musicAuthor": "MusicMaker",
"musicCover": "https://p16.tiktokcdn.com/music1.jpg",
"musicUrl": "https://www.tiktok.com/music/happy-cooking",
"musicDuration": 60,
"videoPageUrl": "https://www.tiktok.com/@chefmike/video/7123456789"
},
{
"videoDescription": "Morning routine in NYC",
"videoCreateTime": "2023-11-16T08:15:00Z",
"videoCategoryType": "Lifestyle",
"videoDuration": 30,
"videoWidth": 1080,
"videoHeight": 1920,
"videoUrl": "https://v16.tiktokcdn.com/video2.mp4",
"videoCover": "https://p16.tiktokcdn.com/cover2.jpg",
"videoViewCount": 120000,
"videoLikeCount": 8000,
"videoCommentCount": 300,
"videoShareCount": 150,
"authorId": "99887766",
"authorNickname": "City Life",
"authorUsername": "citylife_vlogs",
"authorAvatar": "https://p16.tiktokcdn.com/avatar2.jpg",
"authorBio": "Exploring New York City",
"authorVerified": true,
"musicId": "44332211",
"musicTitle": "City Streets",
"musicAuthor": "JazzArtist",
"musicCover": "https://p16.tiktokcdn.com/music2.jpg",
"musicUrl": "https://www.tiktok.com/music/city-streets",
"musicDuration": 30,
"videoPageUrl": "https://www.tiktok.com/@citylife_vlogs/video/9876543210"
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.