DocsIntegrationsPlaygroundPricing
Get API Key
SUPACRAWL
StatusSupportDashboard
SUPACRAWL

Getting Started

Introduction

SupaCrawlX is a single API for turning the messy web into clean, structured data. Point it at a video, a social post, or any web page and get back transcripts, metadata, and machine-readable content — ready to drop straight into your AI pipelines, automations, and data products.

What you can build

The API is organized into four capabilities. Use them on their own or combine them — they share one base URL, one API key, and the same JSON response style.

Video Transcripts

Pull accurate transcripts from YouTube, TikTok, Instagram, Facebook, X, and raw video files — with optional timestamps and automatic language detection.

Media Metadata

Read the data behind a post: title, author, caption, view and engagement counts, and publish dates across the major social platforms.

Web Extract

Scrape a single page, crawl a whole site, or map its URLs — and get back clean Markdown and structured content instead of raw HTML.

YouTube Data

Search videos, look up channel details, and run transcripts across many videos at once with batch jobs.

Core concepts

A handful of ideas show up in every part of the API. Learn them once and the rest of these docs will feel familiar.

Base URL

Every request goes to https://api.supacrawlx.com/v1. There is no separate sandbox host — you control behaviour with parameters.

API keys

Authentication is a single x-api-key header. Create, name, and rotate keys from your dashboard.

Credits

Each successful call spends credits from your monthly allowance. Costs vary by endpoint and are listed alongside it in the API reference.

JSON in, JSON out

Responses are always JSON. A successful call returns the data you asked for; a failure returns a consistent error object.

Request IDs

Every response carries a requestId. Quote it when you reach out and we can trace the exact call.

Start building

Ready to make your first call? These guides take you from zero to a working integration.

SDKs & no-code tools

Rather not call the REST API directly? Reach for one of our official SDKs, or drop SupaCrawlX into a workflow without writing any code:

Help & support

Stuck on something? Here is where to look:

Continue to Quick Start