TikTok Videos Scraper avatar

TikTok Videos Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
TikTok Videos Scraper

TikTok Videos Scraper

Extract TikTok videos from search results, profiles, FYP, and explore pages with engagement metrics and author data. 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

9

Total users

1

Monthly active users

5 days ago

Last modified

Share

This actor extracts Videos from TikTok. It works on search results, profiles, the For You Page (FYP), and explore pages. The scraper returns video metadata, engagement statistics, author information, and music details.


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 recipe! #cooking"
Video Create TimeTimestamp of video upload"2023-10-27T10:00:00Z"
Video Category TypeInternal category classification"Entertainment"
Video DurationLength of video in seconds60
Video WidthHorizontal resolution1080
Video HeightVertical resolution1920
Video URLDirect link to the video"https://www.tiktok.com/@user/video/123"
Video CoverURL of the video thumbnail"https://static.tiktok.com/cover.jpg"
Video View CountTotal number of views15000
Video Like CountTotal number of likes1200
Video Comment CountTotal number of comments45
Video Share CountTotal number of shares300
Author IDUnique TikTok ID for the creator"789123"
Author NicknameDisplay name of the creator"Chef John"
Author UsernameHandle of the creator"chefjohn123"
Author AvatarURL of profile picture"https://static.tiktok.com/avatar.jpg"
Author BioCreator's profile description"I love cooking and sharing recipes."
Author VerifiedVerification statustrue
Music IDUnique ID for the audio track"456789"
Music TitleName of the song or sound"Original Sound"
Music AuthorCreator of the audio"Artist Name"
Music CoverURL of the music thumbnail"https://static.tiktok.com/music.jpg"
Music URLLink to the music page"https://www.tiktok.com/music/track"
Music DurationLength of audio in seconds60
Video Page URLThe URL of the page where video was found"https://www.tiktok.com/search?q=food"

Input

  • urls: Array of TikTok URLs. Works on search results, profiles, FYP, and explore pages.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.tiktok.com/search?q=technology"],
"maxItems": 50
}

Example Output

[
{
"videoDescription": "New tech review!",
"videoCreateTime": "2023-11-01T12:00:00Z",
"videoCategoryType": "Tech",
"videoDuration": 15,
"videoWidth": 1080,
"videoHeight": 1920,
"videoUrl": "https://www.tiktok.com/@techguru/video/711",
"videoCover": "https://p16.tiktokcdn.com/cover.jpg",
"videoViewCount": 5000,
"videoLikeCount": 450,
"videoCommentCount": 12,
"videoShareCount": 88,
"authorId": "112233",
"authorNickname": "Tech Guru",
"authorUsername": "techguru",
"authorAvatar": "https://p16.tiktokcdn.com/avatar.jpg",
"authorBio": "Reviewing gadgets daily",
"authorVerified": true,
"musicId": "998877",
"musicTitle": "Tech Beats",
"musicAuthor": "Producer X",
"musicCover": "https://p16.tiktokcdn.com/music.jpg",
"musicUrl": "https://www.tiktok.com/music/tech-beats",
"musicDuration": 15,
"videoPageUrl": "https://www.tiktok.com/search?q=technology"
},
{
"videoDescription": "Unboxing the latest phone",
"videoCreateTime": "2023-11-02T15:30:00Z",
"videoCategoryType": "Tech",
"videoDuration": 30,
"videoWidth": 1080,
"videoHeight": 1920,
"videoUrl": "https://www.tiktok.com/@gadgetguy/video/722",
"videoCover": "https://p16.tiktokcdn.com/cover2.jpg",
"videoViewCount": 12000,
"videoLikeCount": 900,
"videoCommentCount": 55,
"videoShareCount": 120,
"authorId": "445566",
"authorNickname": "Gadget Guy",
"authorUsername": "gadgetguy",
"authorAvatar": "https://p16.tiktokcdn.com/avatar2.jpg",
"authorBio": "Unboxing everything",
"authorVerified": false,
"musicId": "334455",
"musicTitle": "Unboxing Vibes",
"musicAuthor": "DJ Unbox",
"musicCover": "https://p16.tiktokcdn.com/music2.jpg",
"musicUrl": "https://www.tiktok.com/music/unboxing-vibes",
"musicDuration": 30,
"videoPageUrl": "https://www.tiktok.com/search?q=technology"
}
]

Disclaimer

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