Web + Video Intelligence API
for AI Agents

Extract structured data from any website or video. Built for AIβ€”fast, reliable, and ready to scale.

Get Free API Key β†’

No credit card required β€’ 20 requests/hour free forever

Trusted by developers extracting from:

VnExpress YouTube TikTok CafeF TVPL + 100s more

Everything You Need

🌐

Web Crawling

Extract clean markdown from any webpage. JavaScript rendering, anti-bot bypass, and proxy rotation included.

πŸŽ₯

Video Transcripts

Get full transcripts from YouTube, TikTok, and more. Timestamps, captions, and metadata extracted automatically.

🧠

Smart Parsers

Site-specific parsers for VnExpress, CafeF, and Vietnamese news sites. Structured JSON output ready for AI.

⚑

Batch Processing

Process multiple URLs in parallel. Perfect for data pipelines and AI training workflows.

Simple. Powerful. Fast.

cURL

curl -X POST https://crawlkit-api-production-1c04.up.railway.app/v1/crawl \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://vnexpress.net/..."}'

Python

import requests

response = requests.post(
'https://crawlkit-api-production-1c04.up.railway.app/v1/crawl',
headers={'X-API-Key': 'YOUR_API_KEY'},
json={'url': 'https://vnexpress.net/...'}
)
data = response.json()

JavaScript

const response = await fetch(
'https://crawlkit-api-production-1c04.up.railway.app/v1/crawl',
{
method: 'POST',
headers: {
'X-API-Key': 'YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({ url: 'https://vnexpress.net/...' })
}
);
const data = await response.json();

Simple, Transparent Pricing

Start free. Scale as you grow.

Free

$0/mo
  • βœ“ 20 requests/hour
  • βœ“ 5 batch jobs/day
  • βœ“ Basic parsers
  • βœ“ Community support
Get Started
Popular

Starter

$19/mo
  • βœ“ 200 requests/hour
  • βœ“ 20 batch jobs/day
  • βœ“ All parsers
  • βœ“ Email support
Get Started

Pro

$79/mo
  • βœ“ 1000 requests/hour
  • βœ“ 100 batch jobs/day
  • βœ“ Priority support
  • βœ“ Custom parsers
Get Started

Enterprise

Custom
  • βœ“ Custom rate limits
  • βœ“ Dedicated support
  • βœ“ SLA guarantee
  • βœ“ On-premise option
Contact Sales