TikTok Scraper avatar
TikTok Scraper

Pricing

Pay per event

Go to Store
TikTok Scraper

TikTok Scraper

Developed by

Clockworks

Clockworks

Maintained by Apify

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

DI

Is there Pagination Support?

Open

divyasaini6798 opened this issue
4 months ago

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.

svpetrenko avatar

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?