Veedcrawl is a REST API and MCP server that lets your code and AI agents understand public social media videos. Point it at any YouTube, TikTok, Instagram, X/Twitter, or Facebook URL and it returns clean, normalized data — video facts, spoken transcripts, or structured answers extracted from the content — without you building platform-specific scrapers.Documentation Index
Fetch the complete documentation index at: https://docs.veedcrawl.com/llms.txt
Use this file to discover all available pages before exploring further.
Supported platforms
Veedcrawl reads public videos from five platforms through a single, consistent API surface:- YouTube
- TikTok
- X / Twitter
Core capabilities
Every Veedcrawl request falls into one of three tiers. Start with the cheapest one that answers your question.| Capability | Endpoint | Cost | What you get |
|---|---|---|---|
| Metadata | GET /v1/metadata | Free | Title, author, view count, like count, duration, thumbnail, platform |
| Transcript | POST /v1/transcript | 1–5 credits | Full spoken text with timestamps — native captions or AI-generated |
| Extract | POST /v1/extract | 10 credits | A structured answer to any prompt you write about the video |
What you can build
AI agent tools
Connect the Veedcrawl MCP server to Claude, Cursor, or any MCP-compatible host. Your agent can pull video data, transcripts, and extraction results from natural language.
Creator research
Feed a TikTok or Instagram username into the profile endpoints and get back 24 recent videos with per-post engagement stats — no video URLs needed up front.
Competitive analysis
Pull the last 24 posts from multiple competitor accounts in parallel, compare posting frequency, average views, and top hashtags across all of them at once.
Content pipelines
Drop Veedcrawl into analytics jobs, moderation tooling, internal search, or RAG systems. The same API and response shape works for all five platforms.
New accounts receive 50 free credits on signup — enough to run hundreds of metadata lookups, dozens of transcripts, or a handful of extract jobs while you evaluate the API.
Get started
Quickstart
Make your first API call in under 5 minutes.
MCP server
Add Veedcrawl tools to Claude, Cursor, or Windsurf.
Metadata reference
Full parameter and response documentation for
GET /v1/metadata.Creator audit guide
Step-by-step walkthrough of a full creator audit using the profile endpoints.