The social data layer for what you build
Search profiles, pull posts, followers and comments across LinkedIn, Instagram, TikTok, X and more. We take care of the rest.
What we take care of
Provider routing
Connect to multiple scraping vendors through one access point. Switch by changing one parameter.
Automatic failover
When a provider errors out or rate-limits, the next one takes over in the same request.
Normalized output
Same data shape across networks and providers. You write your logic once.
Multi-provider routing, built in
We connect to scraping providers behind the scenes. You stay free of lock-in.
Apify
Versatile scraping platform with broad social media coverage.
Bright Data
Enterprise-grade data collection with high volume capacity.
Three steps to social data
From signup to first extraction in under 2 minutes.
Sign up and connect
Sign up and connect through MCP, API or SDK.
Send an extraction request
POST a social URL to the service's endpoint. SocialRouter handles offer selection, failover, and normalization.
POST /v1/extract/linkedin/post.likes
{
"urls": ["linkedin.com/posts/..."]
}Get normalized data
Receive a clean, consistent response — served_by tells you which offer fulfilled the request.
{
"status": "completed",
"platform": "linkedin",
"service": "post.likes",
"served_by": "apify/apimaestro",
"data": [
{ "name": "Sarah Chen",
"title": "VP of Sales" }
]
}Bring social data into what you build
$1 in free credits to get started. No credit card, no commitment.