VOOZH about

URL: https://apify.com/invideoiq/video-transcriber/api

⇱ Video Transcriber: Instagram, X, Facebook, TikTok API Β· Apify


πŸ‘ Video Transcriber: Instagram, X, Facebook, TikTok avatar

Video Transcriber: Instagram, X, Facebook, TikTok

Pricing

$35.00 / 1,000 results

Go to Apify Store

Video Transcriber: Instagram, X, Facebook, TikTok

Retrieves transcripts from online video content from multiple plateforms (Instagram, X, ..) using speech-to-text models. It delivers outputs in JSON and LLM-ready formats, making it ideal for analytics, and AI-based applications. Perfect for research and building intelligent conversational agents

Pricing

$35.00 / 1,000 results

Rating

5.0

(5)

Developer

πŸ‘ InVideoIQ

InVideoIQ

Maintained by Community

Actor stats

14

Bookmarked

798

Total users

167

Monthly active users

3 months ago

Last modified

Share

You might also like

Video Transcript Scraper: Youtube, X, Facebook, Tiktok, etc.

invideoiq/video-transcript-scraper

Scrapes transcripts from online video/audio content on multiple plateforms (Youtube, X, ..) in any available language. It delivers outputs in both JSON and LLM-ready formats, making it ideal for analytics, and AI-based applications. Perfect for research and building intelligent conversational agents

1.5K

4.4

LinkedIn Video Downloader

bytepulselabs/linkedin-video-downloader

Download videos from LinkedIn by adding one or more LinkedIn post URLs to extract embedded videos. Then, save downloaded media files, run the downloader via API, schedule and monitor downloads, or integrate with other tools for automated video archiving.

πŸ‘ User avatar

BytePulse Labs

79

5.0

Video Transcript Scraper

automation-lab/video-transcript-scraper

Extract transcripts and captions from YouTube, TikTok, Instagram Reels, and Facebook Reels. Get full text with timestamps. Supports 6+ languages.

πŸ‘ User avatar

Stas Persiianenko

68

TikTok Transcript Extractor

bulletproof/tiktok-transcript-extractor

🎡 Convert any TikTok video to text. Extract transcripts, subtitles, and captions with timestamps. Outputs JSON, SRT, or plain text. Works with all TikTok URL formats including short links. Auto-captions speech-to-text fallback. 14+ languages. No login needed.

116

LinkedIn Video Downloader

pocesar/download-linkedin-video

Download Linkedin videos in bulk and save to Apify Key value store

186

Instagram Transcript Extractor

bulletproof/instagram-transcript-extractor

πŸ“Έ Convert any Instagram Reel, IGTV, or video post to text. Extract transcripts and subtitles with timestamps. Outputs JSON, SRT, or plain text. Auto-captions + speech-to-text fallback. 14+ languages. No login needed.

420

5.0

Instagram Downloader API

elis/instagram-downloader-api

Download videos, photos, Reels, IGTV, Stories, and carousels from Instagram, Facebook, and Pinterest.

Video Transcript Extractor: Youtube, X, Facebook, Tiktok, etc.

invideoiq/video-transcript-extractor

Scrapes transcripts from online video/audio content on multiple plateforms (Youtube, X, ..) in any available language. It delivers outputs in both JSON and LLM-ready formats, making it ideal for analytics, and AI-based applications. Perfect for research and building intelligent conversational agents

64

5.0

Instagram reel transcript

linen_snack/instagram-videos-transcipt-subtitles-and-translate

Effortlessly convert any public Instagram reels videos into accurate text, subtitles, or translations with this powerful OpenAI Whisper API actor.

Facebook video reel transcript

linen_snack/facebook-video-reel-transcript

Effortlessly convert any public Facebook reels videos into accurate text, subtitles, or translations with this powerful OpenAI Whisper API actor.

You can access the Video Transcriber: Instagram, X, Facebook, TikTok programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "video_urls": [
< "https://www.instagram.com/reel/DMflZnXOKUj"
< ]
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/invideoiq~video-transcriber/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Video Transcriber: Instagram, X, Facebook, TikTok API

Below, you can find a list of relevant HTTP API endpoints for calling the Video Transcriber: Instagram, X, Facebook, TikTok Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/invideoiq~video-transcriber/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/invideoiq~video-transcriber/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/invideoiq~video-transcriber?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Video Transcriber: Instagram, X, Facebook, TikTok API programmatically via the Apify API.

You can choose from:

Video Transcriber: Instagram, X, Facebook, TikTok API in Python

Video Transcriber: Instagram, X, Facebook, TikTok API in JavaScript

Video Transcriber: Instagram, X, Facebook, TikTok API through CLI

Video Transcriber: Instagram, X, Facebook, TikTok OpenAPI definition

You can start Video Transcriber: Instagram, X, Facebook, TikTok with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Video Transcriber: Instagram, X, Facebook, TikTok is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Video Transcriber: Instagram, X, Facebook, TikTok run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.