100 free credits. No credit card required.Start building
Logo
New: Prism turns ten API calls into one

One scraper API for every social platform

The social media scraping API. 65 platforms, one auth token, one unified schema.

572 endpoints · 65 platforms · 100 free credits

Build with AI

Ask about endpoints, pricing, or how to integrate, and get copy-paste code that runs on your own API key.

Try
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()
[ .JSON ]
{
  "success": true,
  "platform": "tiktok",
  "data": {
    "author": {
      "username": "charlidamelio",
      "followers": 152400000
    },
    "engagement": {
      "likes": 12400000000,
      "engagement_rate": 0.087
    },
    "metadata": {
      "language": "en",
      "content_category": "lifestyle"
    }
  }
}
+ 65 platforms

Crawling data from the world's biggest platforms

TikTok logoTikTokInstagram logoInstagramYouTube logoYouTubeX logoXLinkedIn logoLinkedIn

The unified social media scraping API for developers

Fast, unified, agent-ready. Three reasons developers and AI agents pick SocialCrawl over rolling their own

Built-in universal search

One query across every platform. Try Universal Search, the same scrape, search, and stream stack you'd build on top of our API, running in production.

Try Universal Search

Unified schema, every platform

Every platform returns the same response shape: author, engagement, metadata. No platform-specific glue code. Same auth, same pagination across 572 endpoints.

View the schema

Agent-ready by design

MCP-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 integrations

Loved by users from

  • Kearney
  • ohora
  • Significa
  • Innovatr

What you can build with social data

Brand monitoring, sentiment analysis, trend detection, competitive intel: all from one query against 65 platforms.

Brand monitoring

See every mention, the moment it lands

Track your brand, products, execs, and campaigns across all 65 platforms on a schedule. Stream newly detected mentions to a webhook, or pull them in batches.

TikTok"finally a brand that gets it…"+2.4M
Redditr/saas · launch thread, 412 cmts+412
X@yourbrand mentioned by @creator+89
Sentiment analysis

Quantify what people feel about you

Aggregate public sentiment around launches, campaigns, and competitor moves. Sentiment scores ship in the response. Bring your own model or use ours.

Positive72%
Neutral21%
Negative7%
Trend detection

Catch the topic before the algorithm does

Surface emerging conversations in your space before they hit the mainstream feed. Spike alerts, velocity scores, related-topic graphs, out of the box.

"vibe coding" · last 24h+312% velocity
Competitive intelligence

Watch competitors across every public surface

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.

@competitor+ launched v3 · 1.1k upvotes
@competitorreplied to 47 customer threads
@competitor− paused TikTok 9d ago

65 platforms, one schema

572 endpoints, every major social network. Click any platform to explore its endpoints, run a sample request, and grab the code.

22 of 65 platforms

Connect with AI agents

Plug SocialCrawl into any MCP-compatible client (Claude, Cursor, Codex, Windsurf) in seconds. Or fetch the skill, and your agent self-onboards.

MCPDrop-in for any MCP client

Native tools for every MCP-compatible agent

One JSON block, your agent gets every SocialCrawl endpoint as a first-class tool. Typed responses, retries, and rate limits handled for you.

  • Claude Desktop
  • Cursor
  • Windsurf
  • Codex
  • Claude Code
  • OpenClaw
{
  "mcpServers": {
    "socialcrawl": {
      "command": "npx",
      "args": ["-y", "socialcrawl-mcp"],
      "env": {
        "SOCIALCRAWL_API_KEY": "sc_your_key_here"
      }
    }
  }
}
See the MCP server page
SkillClaude Code · Codex · Cursor

Install the skill in one command

Your agent gets scrape, search, and stream as known capabilities. Auth, endpoints, schemas, and examples loaded in turn one.

npx skills add socialcrawl/skills
OnboardingFor autonomous agents

Agents can sign themselves up

Point 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.md

Built to replace your scraper stack

65Platforms coveredincl. TikTok, X, Reddit, YouTube
572API endpointsOne schema · one auth
1API key neededReplaces a dozen scrapers
100Free credits on signupNo card. No commitment.
We replaced six scrapers, three vendors, and a Slack channel of broken cron jobs with one SocialCrawl endpoint.
  • −6Vendors retired
  • +30hEng / week freed
  • 1Schema, every platform
Jamie LiuStaff Engineer, Northbeam

Ship the social layer before lunch

65 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":["*"]}'

Frequently asked questions

Can't find what you're looking for? Talk to our team or ask the AI agent below

Apify is a general-purpose scraping platform where you write or buy actors and pay for the compute minutes they run on Apify's infrastructure. SocialCrawl ships pre-built, pre-tested endpoints across 65 platforms spanning social, commerce, app stores, and review sites. Each is a single HTTP call, every response lands on one shared schema, and billing is per call, not per compute minute. Apify wins for scraping arbitrary sites you define yourself. SocialCrawl wins when the data lives on a platform we already cover: no actor to build, no compute to tune.