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 four operations. Start with search or metadata to find and evaluate videos before committing credits.| Capability | Endpoint | Cost | What you get |
|---|---|---|---|
| Search | GET /v1/search | Free | Find public videos by topic, creator, hashtag, or keyword across all platforms |
| 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 timestamped segments — 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
Video discovery
Search for public social videos by topic, hashtag, creator, or product. Get agent-ready results with URLs, stats, and thumbnails — no URLs required up front.
AI agent tools
Connect the Veedcrawl MCP server to Claude, Cursor, or any MCP-compatible host. Your agent can search, 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.