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.3 (24)

Pricing

Pay per event

602

Total users

54K

Monthly users

11K

Runs succeeded

98%

Issues response

1.3 days

Last modified

a day ago

PS

hi i need the same jason function to work on tiktok

Closed

psypup opened this issue
25 days ago

hi i need the same jason function to work on tiktok and get 100 comments reels with all the profile data for this user in the same json

need the same jason function to work on tiktok

{ "addParentData": true, "commentsLimit": 100, "directUrls": [ "https://www.instagram.com/davidkelt/", "https://www.instagram.com/galzohar/", "https://www.instagram.com/maysfadia_/", "https://www.instagram.com/sisi_lavii/", "https://www.instagram.com/rudneva.dd/", "https://www.instagram.com/cornelius_aviad/", "https://www.instagram.com/salah__rizk/", "https://www.instagram.com/maya_gat/", "https://www.instagram.com/reutalush/", "https://www.instagram.com/osher_eden_photography/", "https://www.instagram.com/odelya_gavrieli/", "https://www.instagram.com/yuvalugassi/", "https://www.instagram.com/hashaharhaole/", "https://www.instagram.com/dontcrywooolf/", "https://www.instagram.com/noahadarr/", "https://www.instagram.com/zehavamashihov/", "https://www.instagram.com/ht9zx/", "https://www.instagram.com/misnik_nikol/", "https://www.instagram.com/idancanfiphoto/", "https://www.instagram.com/shir.alon.official/", "https://www.instagram.com/54_sole/", "https://www.instagram.com/ahmd_ahmd8/", "https://www.instagram.com/pop.and.pope/", "https://www.instagram.com/allinlove.tlv/", "https://www.instagram.com/lyale_algnob/", "https://www.instagram.com/daniel__eat/", "https://www.instagram.com/shiranginsberg/", "https://www.instagram.com/mishelatias_/", "https://www.instagram.com/kbpure/", "https://www.instagram.com/shani.kugman/", "https://www.instagram.com/ilanitmizrahi_/", "https://www.instagram.com/eliran_breezy1/", "https://www.instagram.com/matanmalahovski/", "https://www.instagram.com/youvaliko/", "https://www.instagram.com/asif.tlv/", "https://www.instagram.com/ortalalmog/", "https://www.instagram.com/ron_peretz11/", "https://www.instagram.com/missgeisha/", "https://www.instagram.com/racheli_gross/", "https://www.instagram.com/ipanema_israel/", "https://www.instagram.com/tal.fartuk/", "https://www.instagram.com/dollshir/", "https://www.instagram.com/sintya.habib10/", "https://www.instagram.com/djidanperez/", "https://www.instagram.com/yovel_gavriel_makeup/", "https://www.instagram.com/yotam_gavriel/", "https://www.instagram.com/rivka_sharphy_/", "https://www.instagram.com/liron_elmashly/", "https://www.instagram.com/shira_chay/", "https://www.instagram.com/amika_il/", "https://www.instagram.com/shahafeliyahu/", "https://www.instagram.com/the_bar_ons/" ], "enhanceUserSearchWithFacebookPage": false, "includePostComments": true, "isUserReelFeedURL": false, "isUserTaggedFeedURL": false, "resultsLimit": 12, "resultsType": "stories", "searchType": "hashtag", "skipPinnedPosts": true }

ruocco-l avatar

Hello. Unfortunately this will not work, there is no functionality that deduces a TikTok account from an Instagram account. You could try by using just the username on Instagram as a username on TikTok but there is no guarantee that the username is shared between the platforms (e.g. https://www.instagram.com/cristiano/ and https://www.tiktok.com/@cristiano are two completely different profiles).

I'll close this issue to avoid cluttering but feel free to ask more questions if you want to.

PS

psypup

25 days ago

no you didnt understand

i just meant i want to create a tiktok json to get me the same data fields i got with this instagram scrapper (i have a diffrent tiktok users list) i need it to get me 12 reels with 100 comments with all the profile data for this user and all the reels data

can you show me the right json example i should use to get it right?

ruocco-l avatar

Oh, my bad. What you want to do is use the TikTok Comments Scraper then. The user interface is very similar to the Instagram scraper, you won't have problem setting it up.

PS

psypup

25 days ago

ok i will use this scrapper but what needs to be in the jason for me to get only the latest reels from 2025 and downward, comments and all video and prfile meta info for each user in one csv output? can you paste here the complete jason i should use?

PS

psypup

16 days ago

can you please send me the right jason to scrap all the info together?

what needs to be in the jason for me to get only the latest reels from 2025 and downward, comments and all video and prfile meta info for each user in one csv output? can you paste here the complete jason i should use?

lukas.prusa avatar

Damn bro I think you should try this https://chatgpt.com 😭🙏🙏🥀

Jason 😭😭 It's JSON bro 🙏

PS

psypup

11 days ago

why are you helping me? i just asking a way to scrap 10 videos data from 2025 per profile user with all the comments and meta of the user. can you please send me the code i need or instructions

ruocco-l avatar

Try this

{
"commentsPerPost": NUMBER_OF_COMMENTS,
"excludePinnedPosts": false,
"maxRepliesPerComment": 0,
"oldestPostDateUnified": "2025-01-01",
"profiles": [
"USERNAME"
],
"resultsPerPage": NUMBER_OF_VIDEOS
}