Built-in social search
One query across every platform. Try our live Social Search — the same scrape, search, and stream stack you'd build on top of our API, running in production.
Try Social SearchTwenty-seven platforms. One auth token. One unified schema.
import requests
response = requests.get(
'https://www.socialcrawl.dev/v1/tiktok/profile',
params={'handle': 'charlidamelio'},
headers={'x-api-key': 'sc_YOUR_API_KEY'}
)
data = response.json(){
"success": true,
"platform": "tiktok",
"data": {
"author": {
"username": "charlidamelio",
"followers": 152400000
},
"engagement": {
"likes": 12400000000,
"engagement_rate": 0.087
},
"metadata": {
"language": "en",
"content_category": "lifestyle"
}
}
}Crawling data from the world's biggest platforms
Three reasons developers and AI agents pick SocialCrawl over rolling their own
One query across every platform. Try our live Social Search — the same scrape, search, and stream stack you'd build on top of our API, running in production.
Try Social SearchEvery platform returns the same response shape — author, engagement, metadata. No platform-specific glue code. Same auth, same pagination across 133 endpoints.
View the schemaMCP-native, skill-installable, and SDKs in six languages. Your agents can scrape, search, and stream on day one — with typed responses, retries, and rate limits handled.
See AI integrationsBrand monitoring, sentiment analysis, trend detection, competitive intel — all from one query against 27 platforms.
Track your brand, products, execs, and campaigns across all 27 platforms in real time. Stream new mentions to a webhook, or pull them in batches on a schedule.
Aggregate public sentiment around launches, campaigns, and competitor moves. Sentiment scores ship in the response — bring your own model or use ours.
Surface emerging conversations in your space before they hit the mainstream feed. Spike alerts, velocity scores, related-topic graphs — out of the box.
What competitors ship, who they hire, what their customers say. Pull profiles, posts, and comments side-by-side and feed them straight into your analyst workflow.
133 endpoints, every major social network. Click any platform to explore its endpoints, run a sample request, and grab the code.
$ curl https://www.socialcrawl.dev/v1/tiktok/profile?handle=charlidamelio \
-H "x-api-key: sc_YOUR_API_KEY"// Edit the params above and hit "Try it" to run a live request against the APIPlug SocialCrawl into Claude, Cursor, Codex, Windsurf — any MCP-compatible client — in seconds. Or fetch the skill, and your agent self-onboards.
One JSON block, your agent gets every SocialCrawl endpoint as a first-class tool. Typed responses, retries, and rate limits handled for you.
{
"mcpServers": {
"socialcrawl": {
"command": "npx",
"args": ["-y", "socialcrawl-mcp"],
"env": {
"SOCIALCRAWL_API_KEY": "sc_YOUR_API_KEY"
}
}
}
}Your agent gets scrape, search, and stream as known capabilities. Auth, endpoints, schemas, and examples loaded in turn one.
npx skills add socialcrawl/skillsPoint your agent at our onboarding skill — it handles signup, key generation, and gets your agent shipping with zero copy-paste.
curl -s https://www.socialcrawl.dev/agent-onboarding/SKILL.mdWe replaced six scrapers, three vendors, and a Slack channel of broken cron jobs with one SocialCrawl endpoint.
Twenty-seven platforms. One auth token. One schema. Five lines of code to your first response.
curl https://www.socialcrawl.dev/v1/search/everywhere \
-H "x-api-key: $SC_KEY" \
-d '{"query":"launch week","platforms":["*"]}'
developmentA developer's guide to Claude Managed Agents, Claude Code sub-agents, and the Messages API. Setup in 4 steps, parallel execution, MCP, rate limits.
Read article
developmentOpenAI shuts down the Assistants API on 26 August 2026. A practical migration guide: Responses API, costs, frameworks, and the realistic timeline.
Read article
developmentBrowse AI is great for web pages; social platforms need a specialist. Decision guide for developers choosing scrapers vs unified social-data APIs.
Read articleCan't find what you're looking for? Talk to our team or ask the AI agent below
Pay only for what you use. Start free with 100 credits, scale up as you ship — buy more credits any time you need them.
Browse viral reels, try the API
400 credits(one-time)Side projects and light reel analysis
2,500 creditsDaily reel analysis and growing apps
20,000 creditsHigh-volume reel analysis and production
150,000 creditsCustom scale, custom solutions
CustomMost API calls cost 1 credit. Some advanced endpoints may cost more — check the docs for details.