⚡ Web + Video Intelligence API for AI

Turn any webpage or video into
structured data for AI

Crawl websites and extract video transcripts. Domain-specific parsers for legal, news, real estate, finance. RAG-ready chunks with metadata.

# Crawl any website → structured data
import httpx

resp = httpx.post("https://api.crawlkit.ai/v1/scrape", json={
    "url": "https://example.com/article",
    "chunk": True
}, headers={"Authorization": "Bearer ck_xxx"})

data = resp.json()["data"]
print(data["title"])           # → "Article Title"
print(data["chunks"])          # → RAG-ready chunks

Smart Rendering

Auto-detects static vs JS-heavy pages. Handles SPAs and dynamic content.

🎬

Video Crawling

Extract transcripts from YouTube, TikTok, Facebook. No download needed.

🏛️

Domain Parsers

Specialized parsers for legal, news, real estate, finance domains.

🔍

Auto Detection

Detects content type automatically. Applies the right parser.

📦

RAG-Ready Chunks

Markdown, JSON output. Chunks with metadata for vector databases.

🚀

Batch & Discover

Crawl hundreds of URLs. Discover content from sitemaps.

Simple, Transparent Pricing

Free

$0
  • ✓ 20 requests/hour
  • ✓ 5 URLs/batch
  • ✓ All parsers
  • ✓ Community support
Get Started
Popular

Starter

$19/mo
  • ✓ 200 requests/hour
  • ✓ 50 URLs/batch
  • ✓ Video transcripts
  • ✓ Email support
Upgrade

Pro

$79/mo
  • ✓ 2,000 requests/hour
  • ✓ 500 URLs/batch
  • ✓ Custom parsers
  • ✓ Priority support
Upgrade

Enterprise

Custom
  • ✓ Unlimited requests
  • ✓ Dedicated infra
  • ✓ Custom parsers
  • ✓ SLA + dedicated support
Contact Sales