Skip to content
@SupaCrawlX

SupaCrawlX

Web & video data API for developers

SupaCrawlX

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


What is SupaCrawlX?

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 & crawlingscrape, crawl, and map any site into Markdown or structured JSON
  • 🔎 YouTube search — search videos, channels, and playlists
  • 🤖 AI extraction — pull structured data out of any page or video

Official libraries

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

Quickstart

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

Pinned Loading

  1. supacrawlx-python supacrawlx-python Public

    Official Python SDK for the SupaCrawlX API — extract transcripts, metadata, and structured data from any URL or video.

    Python

  2. supacrawlx-node supacrawlx-node Public

    Official TypeScript/JavaScript SDK for the SupaCrawlX API — extract transcripts, metadata, and structured data from any URL or video.

    TypeScript

  3. supacrawlx-mcp supacrawlx-mcp Public

    Official SupaCrawlX MCP server — add web scraping, crawling, and video/transcript extraction to Claude, Cursor, and any other LLM client.

    TypeScript

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…