← All APIsLinkedIn
Social platformsLive
42 endpoints covering LinkedIn's public surface — user profiles, company pages, posts, comments, reactions, jobs, and the people/company/jobs search graph. Path keys use URL slugs (public_identifier / universal_name), so the developer experience matches the browser address bar.
Endpoints
7 ready-to-call endpoints
GET/linkedin/users/{username}
Get a user profile
Canonical profile by URL slug (e.g. `williamhgates`).
GET/linkedin/users/{username}/posts
List user posts
Recent posts authored by the user, paginated.
GET/linkedin/users/{username}/experience
List user experience
Roles, companies and durations from the user's experience section.
GET/linkedin/companies/{slug}
Get a company profile
Company page by URL slug (e.g. `microsoft`).
GET/linkedin/companies/{slug}/posts
List company posts
Recent posts published by the company page.
GET/linkedin/companies/{slug}/jobs
List company jobs
Open job listings on the company page.
GET/linkedin/search/people
Search people
Name + title + company-faceted search across the LinkedIn graph.