Skip to main content
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.

Supported platforms

Veedcrawl reads public videos from five platforms through a single, consistent API surface:
  • YouTube
  • TikTok
  • Instagram
  • X / Twitter
  • Facebook

Core capabilities

Every Veedcrawl request falls into one of four operations. Start with search or metadata to find and evaluate videos before committing credits.
CapabilityEndpointCostWhat you get
SearchGET /v1/searchFreeFind public videos by topic, creator, hashtag, or keyword across all platforms
MetadataGET /v1/metadataFreeTitle, author, view count, like count, duration, thumbnail, platform
TranscriptPOST /v1/transcript1–5 creditsFull spoken text with timestamped segments — native captions or AI-generated
ExtractPOST /v1/extract10 creditsA structured answer to any prompt you write about the video
Use search to discover videos, metadata as a cheap evaluation pass, and transcript or extract only when you know the video is worth deeper processing.

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.