Web & video data API for developers.
Extract transcripts, metadata, and structured data from YouTube, TikTok, Instagram, X (Twitter), Facebook — and any web URL.
Website · Docs · Get an API key
SupaCrawlX is a single API for turning the web and online video into clean, LLM-ready data:
- 🎬 Transcripts — YouTube, TikTok, Instagram, X (Twitter), Facebook, and direct video URLs
- 🧭 Metadata — titles, authors, stats, and rich metadata for any supported URL
- 🕷️ Web scraping & crawling —
scrape,crawl, andmapany site into Markdown or structured JSON - 🔎 YouTube search — search videos, channels, and playlists
- 🤖 AI extraction — pull structured data out of any page or video
| Repo | Package | Install |
|---|---|---|
| supacrawlx-node | @supacrawlx/sdk |
npm i @supacrawlx/sdk |
| supacrawlx-python | supacrawlx |
pip install supacrawlx |
| supacrawlx-mcp | @supacrawlx/mcp-server |
npx @supacrawlx/mcp-server |
import { Client } from '@supacrawlx/sdk'
const client = new Client('YOUR_API_KEY')
// Universal transcript — auto-detects the platform from the URL
const transcript = await client.transcript('https://youtu.be/dQw4w9WgXcQ')
console.log(transcript.content)Get a free API key (100 credits, no card) at supacrawlx.com.
© SupaCrawlX · supacrawlx.com · support@supacrawlx.com