Tiktok Profile Scraper avatar
Tiktok Profile Scraper
Try for free

Pay $5.00 for 1,000 videos

View all Actors
Tiktok Profile Scraper

Tiktok Profile Scraper

clockworks/tiktok-profile-scraper
Try for free

Pay $5.00 for 1,000 videos

Extract data from TikTok profiles and videos they post. Get TikTok profile data, URLs, numbers of shares, followers, comments, hearts, video and music metadata. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

Do you want to learn more about this Actor?

Get a demo
MH

subtitleLinks

Closed

mahanjava opened this issue
2 months ago

How can I make this dataset appear on my Airtable?

TR

travenupAI

2 months ago

Hi! If you are watching Stephen Pope video, "I THINK" the subtitleLinks is from another source, I think it is not possible to build the first path in Make.com. This path must be built in the future. I didn't finish the video, so I am not sure.

lukas.prusa avatar

Hi all, thanks for opening this issue!

I don't have any knowledge about the Airtable or Make.com platform, but I can provide you with information about this scraper and our platform.

Essentially, subtitle links are extracted into separate datasets, where each of the subtitles have their own key. I'm not sure how the other platforms allow you to go around multiple datasets, so I'm guessing that there is probably going to be some limitation there.

FYI the subtitle dataset links are stored in the main output like so: [item].videoMeta.[subtitle].downloadLink

I hope this helps, thanks and happy scraping!

DI

diggler

16 hours ago

[item].videoMeta.[subtitle].downloadLink returns a mp4 video and not subtitle like srt or vtt. Any idea what the next step could be to extract the transcript from tiktoks?

lukas.prusa avatar

Hi Michiel, simply turn on the shouldDownloadSubtitles option and the downloadLink will get replaced with the correct one :) To explain, without this option, the field is just the original one from TikTok, which is getting blocked without some required cookies.

I hope this helps, thanks!

DI

diggler

11 hours ago

Hi Lukas, thanks for your quick reply. I am new with Apify. I have turned on 'Include subtitles' under 'input' tab. But this doesn't change the output as far as I can see. Still gets a downlink link to mp4 file. What am I doing wrong? Regards, Michiel

lukas.prusa avatar

Are you accessing the correct field? I can access the downloaded subtitles just fine under the [item].videoMeta.[subtitle].downloadLink output field.

See this example run: https://console.apify.com/view/runs/qg0sP6mTIsKMH3TdP

DI

diggler

8 hours ago

Hi, I got it now in the end. I am using make.com and I had to give the correct JSON instructions :-) I only gave it the profile name!

{ "profiles": ["{{profile name}}"], "resultsPerPage": 1, "shouldDownloadCovers": false, "shouldDownloadSubtitles": true, "shouldDownloadVideos": false }

Cheers for your help!

Developer
Maintained by Apify
Actor metrics
  • 432 monthly users
  • 189 stars
  • 98.6% runs succeeded
  • 9 days response time
  • Created in Mar 2023
  • Modified 4 days ago