Data
LinkedIn API
extractr scrapes LinkedIn and serves it as clean, structured JSON behind a single API key. Public LinkedIn profiles and company pages — identity, roles, employers, education, follower counts and company detail — plus a name-to-profile finder. Sourced anonymously; no login. Every endpoint has a fixed credit price and is charged only on a successful response.
- Endpoints
- 3
- Price
- from 3 credits
- Billing
- charged on success only
What you can pull from LinkedIn
Every endpoint is a single HTTP call with a fixed credit price, metered only on a successful response.
Up and running in one call
Sign up, grab a key, and scrape LinkedIn from anywhere that can make an HTTP request. Your first 1,000 credits are on us.
curl "https://api.extractr.dev/linkedin/get_company?company=google&cc=uk" \
-H "x-api-key: ext_live_YOUR_KEY"const res = await fetch("https://api.extractr.dev/linkedin/get_company?company=google&cc=uk", {
headers: { "x-api-key": process.env.EXTRACTR_API_KEY! },
});
const data = await res.json();What developers build with the LinkedIn API
Analytics & dashboards
Pipe LinkedIn data into your metrics, dashboards and reports without maintaining scrapers yourself.
Enrichment
Resolve LinkedIn records inside your product, CRM or data warehouse as clean JSON.
Automation & alerting
Poll LinkedIn endpoints on a schedule and trigger workflows the moment the data changes.
LinkedIn API FAQ
Is this an official LinkedIn API?
No. extractr scrapes public LinkedIn data and normalises it into stable JSON schemas, so you can build against LinkedIn with one API key and no approval process.
How much does the LinkedIn API cost?
Endpoints start at 3 credits per call (1 credit = £0.001), charged only on successful 2xx responses. Every account gets 1,000 free credits on signup.
How do I authenticate?
Create an API key in the dashboard and send it as the X-API-Key header (or Authorization: Bearer). Keys work across every extractr provider, not just this one.
What happens when a request fails?
Credits are reserved before the call and refunded automatically on any non-2xx response, so an upstream failure never charges you.
Start scraping LinkedIn in the next minute
1,000 free credits on signup — no card required. One key works across every extractr provider.