The unified interface for social data
Better prices, higher availability, no lock-in.
One API for any provider
Access every scraping provider through a single endpoint. Switch providers by changing one parameter.
Higher availability
When a provider fails, SocialRouter falls back to the next one automatically. Your pipeline stays up.
Price & performance
Compare providers side-by-side. Route to the cheapest, the fastest, or your preferred. Pay per extraction.
Multiple providers, one interface
SocialRouter routes your requests to the best available provider — or let you choose.
Lobstr
High-quality LinkedIn scraping with fast turnaround and reliable data.
Apify
Versatile platform with broad social media coverage across networks.
Bright Data
Enterprise-grade data collection with high volume capacity.
Three steps to social data
From signup to first extraction in under 2 minutes.
Get your API key
Sign up with GitHub or Google. Get your API key in seconds. No credit card required.
Authorization: Bearer sr_live_xxxxx
Send an extraction request
POST a social URL and what you want to extract. SocialRouter handles provider selection, failover, and normalization.
POST /v1/extract
{
"url": "linkedin.com/posts/...",
"model": "lobstr/post.likes"
}Get normalized data
Receive a clean, consistent response regardless of which provider fulfilled the request.
{
"status": "completed",
"model": "lobstr/post.likes",
"data": [
{ "name": "Sarah Chen",
"title": "VP of Sales" }
]
}Start extracting social data in minutes
100 free credits to get started. No credit card, no commitment.