Bulk Instagram Transcript API avatar

Bulk Instagram Transcript API

Pricing

from $50.00 / 1,000 credits

Go to Apify Store
Bulk Instagram Transcript API

Bulk Instagram Transcript API

Pricing

from $50.00 / 1,000 credits

Rating

0.0

(0)

Developer

exporter24

exporter24

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

4 days ago

Last modified

Share

Transcript24 Bulk Transcriber

Bulk transcription actor for public social video URLs via the Transcript24 API.

What it does

  • Accepts one or many social media video URLs
  • Supports JSON mode
  • Stores one dataset item per URL

Supported platforms:

  • TikTok
  • YouTube
  • Instagram
  • Facebook
  • Twitter
  • LinkedIn
  • Pinterest

Input

  • urls (bulk URL list)

Output

Each dataset item contains:

  • url
  • ok
  • caption (array)
  • caption_text (text)
  • caption_count
  • error (only when failed)

Example output

{
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"ok": true,
"caption_count": 87,
"caption": [
{
"start_time": "00:00:00.000",
"end_time": "00:00:03.200",
"text": "..."
}
]
}

Credits

If captions already exist on the video platform, transcription costs 1 credit per video, no matter how long the video is. If no captions are available, we use AI Transcription, which is charged based on the video duration.

For AI Transcription requests, billing uses 1 credit per minute (rounded up) (ceil(duration_seconds / 60)). Examples:

  • 00:00:59 -> 1 credit
  • 00:01:10 -> 2 credits
  • 00:02:00 -> 2 credits

Failed jobs are not charged.