1. Get your API key

Sign up at socialrouter.io and create an API key from the dashboard. Your key starts with sr_live_.

2. Call a service

Each service has its own endpoint: POST /v1/extract/{platform}/{service}. Here, linkedin/profile.info.
No provider field: the router picks the offer and falls over to the next one if it fails.

3. Read the response

The call is synchronous: the response is already completed or failed. served_by names the offer that answered. The same request tomorrow may be served by another one, with the same output shape.

4. Find other services

Every entry tells you the endpoint, whether it takes urls or queries, the exact input shapes it accepts (with examples), the typed options it supports, and the offers behind it. No authentication needed.

What’s next

Services & offers

The grammar: what a service is, what an offer is, how routing works.

Authentication

API keys, rate limits, per-key credit limits.