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.4 (23)

Pricing

Pay per event

442

Total users

42K

Monthly users

9.5K

Runs succeeded

98%

Issues response

1.5 days

Last modified

6 hours ago

PS

i want to get same data -12 last 2025 reels details, profile details and comments per each user as you can see in the jason i used in the instagram scrapper

Closed

psypup opened this issue
5 days ago

i want to get same data -12 last 2025 reels details, profile details and comments per each user as you can see in the jason i used in the instagram scrapper. can you help me update so it will work on the tiktok scrapper as well: here is the code i used on the json instaram scrapper:

{ "addParentData": true, "commentsLimit": 100, "directUrls": [ "https://www.instagram.com/zionbaruch/",

],
"enhanceUserSearchWithFacebookPage": false,
"includePostComments": true,
"isUserReelFeedURL": false,
"isUserTaggedFeedURL": false,
"resultsLimit": 12,
"resultsType": "stories",
"searchType": "hashtag",
"skipPinnedPosts": true

}

svpetrenko avatar

hi! it's actually pretty easy to do - just navigate to the input UI. I recommend you to explore the Profile section for yourself, because it has some advanced configurations you'd probably like to check out for yourself, as you know your particular use-case best.

Regarding comment scraping, this functionality is in a separate actor - check it out https://console.apify.com/actors/BDec00yAmCm1QbMEI/input. Since recently you can input profile URLs into that, if you don't want to split your workflow into 2 actors

Hope this helps!