LinkedIn
Extract profiles, company pages, posts, and ad data
Extract profiles, company pages, posts, and ad data.
LinkedIn has over 1 billion members across 200+ countries and is the leading platform for professional networking and B2B data.
Base URL: /v1/linkedin/...
How do I get started with LinkedIn data?
1. Fetch a profile
curl "https://www.socialcrawl.dev/v1/linkedin/profile?url=https://www.linkedin.com/in/williamhgates/" \
-H "x-api-key: sc_your_api_key_here"2. Fetch their content
curl "https://www.socialcrawl.dev/v1/linkedin/company/posts?url=https://www.linkedin.com/company/microsoft/" \
-H "x-api-key: sc_your_api_key_here"3. Read computed fields
Every response includes computed fields: engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.
What LinkedIn data can I access?
44 endpoints available.
| Endpoint | Path | Credit Tier |
|---|---|---|
| LinkedIn company profile, recent posts, and computed analytics in one call. | /v1/linkedin/profile/full | standard (5cr) |
| Resolve an industry name to a LinkedIn industry id | /v1/linkedin/search/industry | standard (1cr) |
| Resolve a location to a LinkedIn geocode id | /v1/linkedin/search/location | standard (1cr) |
| Search LinkedIn schools | /v1/linkedin/search/schools | standard (1cr) |
| Get LinkedIn ad details | /v1/linkedin/ad | advanced (5cr) |
| Search LinkedIn ads | /v1/linkedin/ads/search | advanced (5cr) |
| Get LinkedIn company page | /v1/linkedin/company | advanced (5cr) |
| List a company's affiliated/showcase pages | /v1/linkedin/company/affiliated-pages | advanced (5cr) |
| Get aggregate insights about a company's members | /v1/linkedin/company/insights | advanced (5cr) |
| Get a company's open job count | /v1/linkedin/company/job-count | advanced (5cr) |
| List LinkedIn company posts | /v1/linkedin/company/posts | advanced (5cr) |
| Get LinkedIn group details | /v1/linkedin/group | advanced (5cr) |
| List posts in a LinkedIn group | /v1/linkedin/group/posts | advanced (5cr) |
| Get LinkedIn job details | /v1/linkedin/job | advanced (5cr) |
| Get LinkedIn post details | /v1/linkedin/post | advanced (5cr) |
| Get LinkedIn post comments | /v1/linkedin/post/comments | advanced (5cr) |
| List replies to a LinkedIn comment | /v1/linkedin/post/comments/replies | advanced (5cr) |
| List reposts of a LinkedIn post | /v1/linkedin/post/reposts | advanced (5cr) |
| Get LinkedIn user profile | /v1/linkedin/profile | advanced (5cr) |
| Get a member's profile metadata (joined date, freshness) | /v1/linkedin/profile/about | advanced (5cr) |
| List a member's licenses and certifications | /v1/linkedin/profile/certifications | advanced (5cr) |
| List a member's comments | /v1/linkedin/profile/comments | advanced (5cr) |
| Get a member's public contact info | /v1/linkedin/profile/contact | advanced (5cr) |
| List a member's education history | /v1/linkedin/profile/educations | advanced (5cr) |
| List a member's work experiences | /v1/linkedin/profile/experiences | advanced (5cr) |
| List a member's honors and awards | /v1/linkedin/profile/honors | advanced (5cr) |
| List a member's image posts | /v1/linkedin/profile/images | advanced (5cr) |
| List companies a member follows | /v1/linkedin/profile/interests/companies | advanced (5cr) |
| List groups a member follows | /v1/linkedin/profile/interests/groups | advanced (5cr) |
| List a LinkedIn member's posts | /v1/linkedin/profile/posts | advanced (5cr) |
| List a member's publications | /v1/linkedin/profile/publications | advanced (5cr) |
| List posts a LinkedIn member reacted to | /v1/linkedin/profile/reactions | advanced (5cr) |
| List recommendations for a member | /v1/linkedin/profile/recommendations | advanced (5cr) |
| List a member's skills | /v1/linkedin/profile/skills | advanced (5cr) |
| Get a member's follower + connection counts | /v1/linkedin/profile/stats | advanced (5cr) |
| List a member's video posts | /v1/linkedin/profile/videos | advanced (5cr) |
| List a member's volunteer experiences | /v1/linkedin/profile/volunteers | advanced (5cr) |
| Search public LinkedIn posts by keyword | /v1/linkedin/search/posts | advanced (5cr) |
| List a company's job postings | /v1/linkedin/company/jobs | premium (10cr) |
| List people at a LinkedIn company | /v1/linkedin/company/people | premium (10cr) |
| List reactors on a LinkedIn post | /v1/linkedin/post/reactions | premium (10cr) |
| Get a LinkedIn post video transcript | /v1/linkedin/post/transcript | premium (10cr) |
| Search LinkedIn jobs | /v1/linkedin/search/jobs | premium (10cr) |
| Search LinkedIn people | /v1/linkedin/search/people | premium (10cr) |
What should I know about LinkedIn data?
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
Official LinkedIn Resources
- LinkedIn API Documentation — Official Microsoft developer documentation
- LinkedIn Marketing API — Ads and marketing data
