LinkedIn
Extract profiles, company pages, posts, and ad data
Extract profiles, company pages, posts, and ad data. 6 endpoints available.
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://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://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.
What LinkedIn data can I access?
| Endpoint | Path | Credit Tier |
|---|---|---|
| Get LinkedIn user profile | /v1/linkedin/profile | standard (1cr) |
| Get LinkedIn company page | /v1/linkedin/company | standard (1cr) |
| Get LinkedIn post details | /v1/linkedin/post | standard (1cr) |
| List LinkedIn company posts | /v1/linkedin/company/posts | standard (1cr) |
| Get LinkedIn ad details | /v1/linkedin/ad | advanced (5cr) |
| Search LinkedIn ads | /v1/linkedin/ads/search | advanced (5cr) |
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
