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 SearchThe social media scraping API — 42 platforms, one auth token, one unified schema.
264 endpoints · 42 platforms · 100 free credits
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
Fast, unified, agent-ready — 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 264 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 42 platforms.
Track your brand, products, execs, and campaigns across all 42 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.
264 endpoints, every major social network. Click any platform to explore its endpoints, run a sample request, and grab the code.
TikTok Scraper API
19 endpointsTikTok Shop Scraper API
5 endpointsInstagram Scraper API
16 endpointsYouTube Scraper API
17 endpointsFacebook Scraper API
22 endpointsX Scraper API
8 endpointsLinkedIn Scraper API
9 endpointsReddit Scraper API
7 endpointsThreads Scraper API
5 endpointsPinterest Scraper API
5 endpointsSnapchat Scraper API
1 endpointKwai Scraper API
3 endpointsTwitch Scraper API
4 endpointsKick Scraper API
1 endpointRumble Scraper API
5 endpointsSpotify Scraper API
6 endpointsBluesky Scraper API
3 endpointsTruth Social Scraper API
3 endpointsGoogle Search Scraper API
10 endpointsGoogle News Scraper API
1 endpointGoogle Finance Scraper API
3 endpointsGoogle Shopping Scraper API
4 endpointsNaver Scraper API
12 endpointsUniversal Search Scraper API
2 endpointsAmazon Scraper API
5 endpointsTrustpilot Scraper API
2 endpointsTripAdvisor Scraper API
2 endpointsLinktree Scraper API
1 endpointKomi Scraper API
1 endpointPillar Scraper API
1 endpointLinkme Scraper API
1 endpointlnk.bio Scraper API
1 endpointGitHub Scraper API
12 endpointsHacker News Scraper API
4 endpointsPerplexity Scraper API
1 endpointTavily Scraper API
4 endpointsPolymarket Scraper API
1 endpointContent Analysis Scraper API
10 endpointsUUtility Scraper API
1 endpointPrism Scraper API
30 endpointsApp Store Scraper API
8 endpointsGoogle Play Scraper API
8 endpoints$ 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 APIPrism turns one API call into finished social media intelligence. Instead of wiring up a dozen scrapers and stitching the results together yourself, you send a single request — Prism fans out across 42 platforms in parallel, runs the analysis, and hands back one structured answer. Billed once.
Send one request and Prism fans out across 42 platforms in parallel, then folds every response into one unified schema. No orchestration, no glue code, no twelve separate bills — the unified API for social listening and brand monitoring.
Browse the endpointsPrism returns the verdict, not rows to parse: a fake-review grade, a share-of-voice score, a sentiment timeline. Deterministic code does the counting — AI only labels and translates — so every number is reproducible.
See what it computesNo other API returns a thread with its comments and community in one shot, grades fake reviews with real statistics, or tracks how often AI assistants name your brand — social listening across the web, Reddit, and the Korean internet in a single call.
Explore the use cases$ curl https://www.socialcrawl.dev/v1/prism/lookup?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DA9TikdsD5eg \
-H "x-api-key: sc_YOUR_API_KEY"// Edit the params above and hit "Try it" to run a live request against the API"grade": "C" "verdict": "mixed"
12 calls → 1.·Billed once.·Partial-refund on low coverage.
Plug 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.
42 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":["*"]}'
productBuild a competitor analysis tool for social data: pull profiles, compute engagement rates, measure posting cadence, and track brand mentions via one API.
Read article
product5 ig follower export tool methods: Chrome extensions, web SaaS, Graph API, and social APIs. ToS risk tiers, free options, and scale ceilings in one table.
Read articleWe measured engagement rate on 1,269 recent posts from 79 major accounts. TikTok's median beats Instagram and YouTube in all 6 categories. Full data + method.
Read articleCan't find what you're looking for? Talk to our team or ask the AI agent below
Start free with 100 credits. Pay per call, never per month — no compute units, no seat fees. Buy more credits only when you need them.
Try every endpoint, free
Side projects and steady API calls
Production apps and daily pipelines
High-volume scraping at scale
Dedicated support, SLAs, and volume pricing
Most API calls cost 1 credit. Some advanced endpoints may cost more — check the docs for details.