
TikTok Scraper
Pricing
Pay per event

TikTok Scraper
Extract data from TikTok videos, hashtags, and users. Use URLs or search queries to scrape TikTok profiles, hashtags, posts, URLs, shares, followers, hearts, names, video, and music-related data. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.
4.5 (22)
Pricing
Pay per event
261
Total users
30.6k
Monthly users
5.8k
Runs succeeded
>99%
Issue response
2.7 days
Last modified
2 hours ago
Is there Pagination Support?
Open
Hi, I want to understand if there is a way I can paginate my requests like getting a user's 1-100 videos in the first request and then 101-200 videos in the second and so on.

Sviatozar Petrenko (svpetrenko)
Hi! Once you finish scraping the whole profile, you can iterate over the whole dataset in pages. Refer to this documentation (https://docs.apify.com/api/v2/dataset-items-get#pagination) So it would look like this: https://api.apify.com/v2/datasets/.../items?offset=100&limit=100&token=...
Does this suit you?