Social media data, built for AI agents
Give Claude, Cursor, OpenAI Assistants, or any agent framework first-class access to YouTube, TikTok, Instagram, and Facebook - transcripts, stats, comments, downloads, search. No scrapers, no proxies, no headless browsers.
- 33 MCP tools + 47 REST endpoints - same data, two delivery shapes
- Works with Claude Desktop, Cursor, OpenAI, LangChain & any agent framework
- TikTok, Instagram, YouTube, Shorts, Facebook, Twitter, LinkedIn covered out of the box
- Stop maintaining scrapers - managed API absorbs anti-bot + schema churn
Loved by 20,000+ data lovers
Video discusses upcoming social media trends including AI-generated content...
Connect your agent in one line
Install the skill in any coding agent, or drop the MCP config into your client. Same access key for both - no scrapers, no wrapper code.
npx skills add SocialKit-API/skills --all{
"mcpServers": {
"socialkit": {
"url": "https://mcp.socialkit.dev/mcp",
"headers": {
"Authorization": "Bearer YOUR_KEY"
}
}
}
}Your agents already know how to use this
A first-party Claude Code skill, a hosted MCP server, and a plain REST API - all official, all maintained.
Agent skill
A drop-in skill for Claude Code, Cursor, and Codex. It teaches them every endpoint, param, and response shape.
$ npx skills add \
SocialKit-API/skills --all
✓ added 7 SocialKit skills
> summarize the last 5 reels from
@nasa and rank them by viewsMCP server
One config block. Claude, Cursor, or any MCP client gets every SocialKit endpoint as a first-class tool.
{
"mcpServers": {
"socialkit": {
"url": "https://mcp.socialkit.dev/mcp",
"headers": {
"Authorization": "Bearer YOUR_KEY"
}
}
}
}REST API
Pipe-friendly and framework-agnostic. Wrap the endpoints as tools in OpenAI, LangChain, CrewAI, or anything with function-calling.
$ curl https://api.socialkit.dev/\
tiktok/stats?url=... \
-H "x-access-key: YOUR_KEY"
→ { likes, views, shares, ... }
1 credit usedHow agents use SocialKit
From zero to structured social data in four steps. The same access key works across the skill, MCP, and the REST API.
Grab an access key
One free key from the dashboard authenticates every request across the REST API, MCP, and the skill. 20 credits to start, no card.
Install the skill or add MCP
Run one npx command in Claude Code or Cursor, or paste the MCP block into any client. No scrapers, no proxies, no headless browsers.
Let it pick the endpoint
The agent reads a social URL, detects the platform, and calls the matching endpoint: transcript, stats, comments, search, or download.
Get structured data back
Clean JSON in the same shape across every platform. Pipe it straight into analysis, another agent, or your own app.
Six things you can build this week
Each one is achievable in a single afternoon with SocialKit + your favorite agent framework.
Competitor monitoring agent
Schedule an agent to poll your competitors' channels daily. New video drops → it pulls the transcript, summarizes, runs sentiment on the top comments, and posts the brief to Slack. ~30 lines of code.
Content research assistant
"Find me the top 5 TikToks about productivity this week and tell me what hooks they're using." Agent searches, ranks by views, pulls transcripts, identifies pattern. One prompt.
Comment sentiment dashboard
Drop any URL in your AI chat. It detects platform, fetches up to 200 comments, runs sentiment classification, returns a JSON breakdown with the most-positive and most-negative outliers.
Trend detection
Subscribe an agent to a hashtag. Every hour it polls, ranks new videos by view velocity, and pings you when something is breaking. The agent decides what 'breaking' means based on history.
Audio-first content pipeline
Agent downloads a Reel, transcribes it, generates a blog post from the transcript, and uploads to your CMS. Each step is one tool call. Plug it into any agent framework.
Personalized brief on any URL
Paste any social URL into your AI; it figures out which platform it's from, fetches stats and transcript, and writes a 3-line summary in your tone. Universal "what is this?" button.
Small, predictable actions your agent can chain
Every endpoint takes a URL or a query and returns clean JSON in a consistent shape. One agent fetches, another analyzes, a third decides what to do next.
Browse the API reference- youtube_transcript: full transcript with per-segment timestamps
- tiktok_stats: views, likes, shares, and comment counts for a video
- instagram_comments: paginated comments to score sentiment
- tiktok_hashtag_search: discover trending videos for a hashtag
- youtube_channel_stats: subscribers, bio, and recent uploads
- video_download: grab an MP4 for downstream processing
Why not just scrape?
Agents are non-deterministic callers. Scrapers assume the opposite — that's why they keep breaking.
Fast and consistent
Same response shape across all platforms. 1-3s on cache miss, sub-second on cache hit. Failed calls are free.
All the data, no scraping
Transcripts, stats, comments, downloads, search, channel data across YouTube, TikTok, Instagram, and Facebook. We handle anti-bot, proxies, and platform churn.
Composes with your stack
REST for any framework, MCP for Claude/Cursor, OpenAPI 3.0 spec for code generation. Same key works across all three surfaces.
Stop building social-media scrapers
Hook your agent up in under a minute. Free tier is enough to ship a working prototype.
Frequently Asked Questions
Ready to Extract Social Media Videos Data?
Extract video summaries, transcripts, comments, and engagement metrics from social media content with our powerful Social Media Data Extraction API.
Video discusses upcoming social media trends including AI-generated content...