VOOZH about

URL: https://apify.com/invideoiq/ai-video-data-extractor/api

⇱ Video to Structured JSON: YouTube, Instagram, TikTok, X API Β· Apify


πŸ‘ AI Video Data Extractor: Youtube, Instagram, TikTok, FB, X, etc avatar

AI Video Data Extractor: Youtube, Instagram, TikTok, FB, X, etc

Pricing

from $20.00 / 1,000 results

Go to Apify Store

AI Video Data Extractor: Youtube, Instagram, TikTok, FB, X, etc

Turn any video into structured JSON with AI. Define your custom schema (strings, numbers, arrays, objects, enums, booleans), provide video URLs, and get perfectly formatted data back. Works on YouTube, TikTok, X, Instagram, Facebook. 99+ languages. Smart retry on rate limits. No parsing code needed.

Pricing

from $20.00 / 1,000 results

Rating

5.0

(1)

Developer

πŸ‘ InVideoIQ

InVideoIQ

Maintained by Community

Actor stats

2

Bookmarked

20

Total users

1

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

TikTok Transcript

agentx/tiktok-transcript

TikTok transcript API β€” pass any TikTok video URL and the response includes the spoken-word transcript with timestamps, the on-screen caption text, and an optional translation into any of 100+ languages. Works for short-form posts, longer videos, and embedded slideshow audio.

TikTok Transcript Scraper

crawlerbros/tiktok-transcript-scraper

Extract transcripts and subtitles from TikTok videos in all available languages. Returns timestamped segments plus full plain-text transcript per language.

121

5.0

TikTok Transcription AI - 1.5$ for 1000 Videos

lofomachines/tiktok-transcription-ai

Transcribe a list of TikTok video URLs. Extracts TikTok metadata and generates AI transcription with timestamps and plain text.

120

Instagram Reel Downloader

presetshubham/instagram-reel-downloader

This actor scrapes Instagram Reels from provided URLs and retrieves metadata such as captions, likes, comments, and video URLs. The scraped data is saved in a dataset, making it easy to export the results as JSON, CSV, or HTML.

πŸ‘ User avatar

Shubham Preset

970

2.4

YouTube Scraper

automation-lab/youtube-scraper

Scrape YouTube videos, channels, and comments at scale. Search by keyword, get video details (views, likes, duration, category), channel profiles (subscribers, verification), and comments. Uses YouTube InnerTube API β€” no browser, no API key needed.

πŸ‘ User avatar

Stas Persiianenko

100

TikTok Audio Downloader 🎡

alpha-scraper/tiktok-audio-downloader

Super fast & No proxy needed! 🎡 Extract high-quality, playable audio URLs from TikTok video links. Supports multiple videos, delivers clean metadata, and saves audio to dataset & key-value storeβ€”ideal for automation, research, and content workflows.

14

Best Tiktok Scraper

scrape-creators/best-tiktok-scraper

Scrape TikTok data from profiles, videos, hashtags, search results, and the trending feed using URLs or keywords. Access video transcripts, view counts, likes, comments, music info, and more. Export data, run scrapes via API, schedule and monitor runs, or integrate with your existing tools.

πŸ‘ User avatar

Scrape Creators

485

Tiktok Video Transcirpt Using OpenAI Whisper API

linen_snack/tiktok-video-transcirpt-using-openai-whisper-api

This Apify actor uses the OpenAI Whisper API to either transcribe Tiktok video into its original language or translate it into English. It's built to be robust, automatically handling video-to-audio conversion and compression to stay within API limits.

Instagram Video Transcript

truefetch/instagram-video-transcript

AI-transcribe any Instagram reel, story, or video β€” timestamped captions, speaker diarization, and translation into 100+ languages from a single pasted link. $0.30 per video.

136

5.0

You can access the AI Video Data Extractor: Youtube, Instagram, TikTok, FB, X, etc 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.youtube.com/watch?v=veRbckoCwkc"
< ],
< "what_to_extract": "Extract detailed information about the supplements discussed, including dosages, benefits, and foundational habits required.",
< "schema": {
< "main_topic": {
< "type": "String",
< "description": "The overarching theme of the discussion"
< },
< "supplements_mentioned": {
< "type": "Array",
< "description": "List of all supplements discussed",
< "items": {
< "type": "Object",
< "description": "Information about a specific supplement",
< "properties": {
< "name": {
< "type": "String",
< "description": "Name of the supplement"
< },
< "recommended_dosage_mg": {
< "type": "Number",
< "description": "Recommended daily dosage in milligrams"
< }
< }
< }
< }
< }
<}
<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~ai-video-data-extractor/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Video to Structured JSON: YouTube, Instagram, TikTok, X API

Below, you can find a list of relevant HTTP API endpoints for calling the AI Video Data Extractor: Youtube, Instagram, TikTok, FB, X, etc 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~ai-video-data-extractor/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~ai-video-data-extractor/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~ai-video-data-extractor?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 AI Video Data Extractor: Youtube, Instagram, TikTok, FB, X, etc API programmatically via the Apify API.

You can choose from:

AI Video Data Extractor: Youtube, Instagram, TikTok, FB, X, etc API in Python

AI Video Data Extractor: Youtube, Instagram, TikTok, FB, X, etc API in JavaScript

AI Video Data Extractor: Youtube, Instagram, TikTok, FB, X, etc API through CLI

AI Video Data Extractor: Youtube, Instagram, TikTok, FB, X, etc OpenAPI definition

You can start AI Video Data Extractor: Youtube, Instagram, TikTok, FB, X, etc 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 AI Video Data Extractor: Youtube, Instagram, TikTok, FB, X, etc is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the AI Video Data Extractor: Youtube, Instagram, TikTok, FB, X, etc 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.