SocialCrawl
LinkedIn

LinkedIn

Extract profiles, company pages, posts, and ad data

LinkedIn

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?

EndpointPathCredit Tier
Get LinkedIn user profile/v1/linkedin/profilestandard (1cr)
Get LinkedIn company page/v1/linkedin/companystandard (1cr)
Get LinkedIn post details/v1/linkedin/poststandard (1cr)
List LinkedIn company posts/v1/linkedin/company/postsstandard (1cr)
Get LinkedIn ad details/v1/linkedin/adadvanced (5cr)
Search LinkedIn ads/v1/linkedin/ads/searchadvanced (5cr)

What should I know about LinkedIn data?

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema

Official LinkedIn Resources

LinkedIn | Socialcrawl