LinkedIn API for company and people data

Look up companies and the decision makers inside them, for lead research and enrichment. LinkedIn's own Community Management API is gated behind a partner approval that most teams never get; this reads public company pages instead.

Endpoints for LinkedIn
34
Free to start
500 requests
Paid from
$69/ 30 days

One request, no application

Send a key, get an answer. Every endpoint on this page uses the same header, the same envelope and the same error codes as the other six platforms.

Request
curl "https://api.playersells.com/v2/accounts/linkedin/microsoft" \
  -H "Authorization: Bearer $PLAYERSELLS_API_KEY"

What the LinkedIn API returns

  • company name, slug and description
  • employee count and size band
  • industry and country code
  • website and logo URL
  • decision-maker contacts where available, under a separate scope

Where the data comes from

Our own LinkedIn collector, live since August 2026, reading public company pages. Rate limited hard on purpose: LinkedIn blocks anything that reads company pages quickly, so this surface is capped at four reads a minute across all callers and that ceiling is not negotiable.

What this API cannot do

  • This is the most sensitive surface we sell. Contact data sits behind its own scope, is not granted by default, and is only available on the top plans.
  • Four reads a minute, shared across every caller. That is LinkedIn's practical ceiling, not ours, and exceeding it gets the source to block us rather than to slow us down.
  • Company data is not exposed through the catalog check endpoint the other six platforms share, because republishing it in bulk is not something we are willing to do.
  • What you may lawfully do with contact data depends on your jurisdiction and your use case. That is a question for your own counsel, not for us.

LinkedIn endpoints

6 built specifically for LinkedIn, plus 28 that cover every platform.

Specific to LinkedIn

EndpointWhat it doesScope
GET/accounts/{platform}/{handle}
Check one account against our catalogdirectory:read
GET/accounts/{platform}/{handle}/livelive
Check one account live, at the sourcescrape:live
GET/accounts/resolve
Find one handle on every platform at oncedirectory:read
GET/leads/linkedin/companies
LinkedIn company records, filterableleads:read
GET/leads/linkedin/companies/{id}
One company with socials, contacts and decision makersleads:read
GET/leads/linkedin/people
Named people and decision makersleads:read

Across all platforms

EndpointWhat it doesScope
GET/accounts/platforms
What a check can answer, per platformdirectory:read
POST/accounts/check
Check up to 50 accounts at oncedirectory:read
GET/directory
Catalog capability mapdirectory:read
GET/scrape/status
Live backend health and capacityscrape:live
GET/insights/audience
Who follows an account, and what they have in commoninsights:read
GET/research/findings
Findings the research engine is willing to stateresearch:read
GET/research/findings/{id}
One finding with its full test historyresearch:read
GET/research/runs
Research pass historyresearch:read
GET/research/events
The research changelogresearch:read
GET/engines
Operational health of every insight engineengines:read
GET/engines/{key}
One engine in detailengines:read
GET/marketplace/listings/{id}
Get one public listingmarketplace:read
GET/marketplace/stats
Platform totalsmarketplace:read
GET/marketplace/leaderboard
Best-selling sellersmarketplace:read
GET/marketplace/pricing
Live fee schedule and boost packagesmarketplace:read
GET/tools
List every analysis tooltools:use
POST/tools/valuationlive
Value an X accounttools:use
POST/tools/shadowban-checklive
Check an X account for visibility filteringtools:use
POST/tools/follower-auditlive
Audit an X account's followers for fakestools:use
POST/tools/engagement-calculatorlive
Measure an X account's engagement ratetools:use
POST/tools/best-posting-timelive
Find when an X account should posttools:use
POST/tools/algorithm-scorelive
Score an X account against the ranking signalstools:use
POST/tools/bio-optimizerlive
Score and rewrite an X bio (AI)tools:use
POST/tools/profile-roastlive
Roast and fix an X profile (AI)tools:use
POST/tools/tweet-analyzerlive
Analyze a single X posttools:use
POST/tools/mention-checkerlive
See who is mentioning an X accounttools:use
POST/tools/growth-simulator
Project how long a follower target takestools:use
GET/tools/profile-piclive
Fetch an X profile picture URLtools:use
Read the full reference, with every parameter and response

LinkedIn API questions

Do I need to be a LinkedIn Marketing Developer Platform partner?

No. LinkedIn's own APIs require partner approval that most companies are never granted. This reads public company pages, so an API key with the right scope is all it takes.

Why is LinkedIn so much slower than the other platforms?

Because LinkedIn blocks fast readers, and a block costs everyone. Company pages are heavy and the source is intolerant, so the ceiling is four reads a minute shared across all callers. Every other platform here is faster by an order of magnitude.

Is contact data included in every plan?

No. It carries its own scope, it is never granted by default, and it is only available on Scale and Enterprise. Ask for it deliberately or you will not have it.

The same API, on six other platforms

One key, one envelope, one bill. Reading a second platform is a different path, not a different integration.