Tiktok Transcript Scraper avatar

Tiktok Transcript Scraper

Pricing

$15.00/month + usage

Go to Apify Store
Tiktok Transcript Scraper

Tiktok Transcript Scraper

Instantly extract spoken transcripts from TikTok videos using a powerful TikTok Transcript Scraper. Just enter the video links and get clean, ready to use text within seconds, great for research, content repurposing, analytics, or AI automation.

Pricing

$15.00/month + usage

Rating

0.0

(0)

Developer

Ilong Mamman

Ilong Mamman

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

📝 TikTok Transcripts Scraper

Best TikTok Transcripts Scraper is a simple yet powerful tool that extracts spoken transcripts from TikTok videos — where available. Just drop in the TikTok video URLs you're interested in, and the scraper will return:

  • 📝 Full speech-to-text transcript (if available)

It's the fastest way to get text from spoken TikTok content, with zero code required.


🧠 What can I do with TikTok transcripts?

  • 🔍 Analyze spoken content vs captions
  • 🧠 Extract topics, hooks, and keywords from videos
  • 🤖 Feed real TikTok audio into AI workflows
  • 📊 Study storytelling styles and product pitches
  • 🧪 Collect datasets for marketing or research

🚀 How to use TikTok Transcripts Scraper

  1. Log in to your Apify account (or sign up free)
  2. Open TikTok Transcripts Scraper
  3. Paste one or more TikTok video URLs into the input
  4. Click Start
  5. Download your results in JSON, CSV

⬇ Input example

{
"startUrls": [
"https://www.tiktok.com/@stoolpresidente/video/7488736374602927402",
"https://www.tiktok.com/@cfoh.sebh/video/7478237043735317806",
"https://www.tiktok.com/@kzfadez/video/7477698081920748830"
],
"timestamps": false
}
FieldTypeDescription
startUrlsstring[]Required. List of TikTok video URLs to scrape.
timestampsbooleanIf true, output includes start/end times per line. Default: false.

⬆ Output example

With timestamps: false (default) — plain text:

{
"videoUrl": "https://www.tiktok.com/@stoolpresidente/video/7488736374602927402",
"text": "I work in influencer marketing and I look at media kids all day long. And here is one mistake that I see so many influencers and content creators make..."
}

With timestamps: true — timestamped segments:

{
"videoUrl": "https://www.tiktok.com/@stoolpresidente/video/7488736374602927402",
"transcript": [
{
"startTime": "00:00:00.080",
"endTime": "00:00:01.280",
"text": "I work in influencer marketing"
},
{
"startTime": "00:00:01.280",
"endTime": "00:00:03.360",
"text": "and I look at media kids all day long."
}
]
}

⚠️ Note: Transcripts are only returned if available on the TikTok video.


❓ FAQ

What languages are supported? All languages are supported!

How much does it cost? $15 per month only

Can I run this with an API? Yes! Run it via the Apify API, schedule runs, or integrate it into workflows via Make, Zapier, or webhooks.


💬 Questions?

Reach out anytime: vistics99@gmail.com