SocialRouter lets you extract profiles, posts, likes, comments, reviews, jobs, places, and more from LinkedIn, Instagram, X, Reddit, Facebook, TikTok, YouTube, Pinterest, Bluesky, Snapchat, and Google Maps through a single API. Instead of integrating each scraping provider separately, you send one request to SocialRouter with a provider slug, and we normalize the response. If multiple actors back the same slug, we transparently retry on failure — opt out per request with fallback: false. Two endpoints share the same slug grammar: POST /v1/extract for URL-driven jobs and POST /v1/search for query-driven ones (e.g. Google Maps place search).

Why SocialRouter

One API, any provider

Switch providers by changing one parameter — the provider slug. No migration, no rewrite.

Automatic failover

When a provider returns an error or rate-limits you, SocialRouter retries on the next compatible provider in the same call.

Pay per extraction

No subscriptions. Compare providers side-by-side and pin the cheapest or fastest.

How it works

1

Get your API key

Sign up and create an API key from the dashboard.
2

Send an extraction request

POST a social URL and a provider slug (e.g. apify/linkedin/profile.info) to /v1/extract. SocialRouter handles routing and normalization.
3

Get normalized data

Receive a clean, consistent response regardless of which provider fulfilled the request.

Supported platforms

PlatformExtraction types
LinkedInprofile.info, profile.posts, post.likes, company.info, job.listings
Instagramprofile.info, profile.reels, post.info, post.comments
Xprofile.info, post.info
Redditpost.info, post.comments
Facebookprofile.info, profile.posts, profile.reels, post.info, post.comments, group.posts, company.reviews, event.info, marketplace.listings
TikTokprofile.info, post.info, post.comments
YouTubechannel.info, profile.posts, profile.shorts, video.info, video.transcript, video.search, post.comments, hashtag.posts, playlist.posts
Pinterestprofile.info, post.info
Blueskypost.info
Snapchatprofile.info, post.info
Google Mapsplace.info, place.reviews, place.search
Coverage is derived from the live provider registry — new combinations appear automatically as providers are added. Query GET /v1/providers for the authoritative catalogue. The browsable list with copy-ready slugs lives at socialrouter.io/providers.

Next steps

Quickstart

Make your first extraction in under 2 minutes.

API reference

Full endpoint documentation with interactive playground.