Capabilities
Everything You Need from LinkedIn
Company firmographics, public job postings, and profile basics — all through a single REST API. Perfect for lead enrichment, recruiting, and hiring intelligence.
Company Data
- Employee count & company size
- Industry & founded year
- HQ location & website
- Company logo & description
- Specialities & type
- Office locations
Jobs Search
- Search by keyword & location
- Job title & company
- Location & posted date
- Company logo
- Paginated result pages
- Direct job links
Job Detail
- Full job description
- Seniority level
- Employment & workplace type
- Job function & industries
- Applicant signals
- Salary range (when listed)
Profile (basic)
- Name & headline
- Location & current role
- Current company
- Experience (best-effort)
- Education (best-effort)
- Public profile basics only
Posts
- Recent public posts by profile
- Post content & permalinks
- Published timestamps
- Reactions & comments
- Hashtags & post images
- Lookup by username, URL, or name
Full Profile
- Name, headline & summary
- Location & current company
- Full experience history
- Education history
- Profile photo & follower count
- Richer than basic (best-effort)
Quick Start
Get LinkedIn Data in Seconds
A single API call returns structured JSON. Send a company URL, profile URL, or username and get back firmographics, posts, or profile data — no login, no scraping to maintain.
# Get LinkedIn company firmographics by company URL curl "https://apiserpent.com/api/linkedin/company?url=https://www.linkedin.com/company/stripe" \ -H "X-API-Key: YOUR_API_KEY"
# Get recent public posts by username, URL, or name curl "https://apiserpent.com/api/linkedin/posts?username=linustech" \ -H "X-API-Key: YOUR_API_KEY"
{
"success": true,
"data": {
"name": "Stripe",
"universal_name_id": "stripe",
"industry": "Financial Services",
"company_size": "1,001-5,000 employees",
"employee_count": 8214,
"follower_count": 1240000,
"founded_year": 2010,
"website": "https://stripe.com",
"hq": {
"city": "South San Francisco",
"state": "California",
"country": "United States"
},
"logo_url": "https://media.licdn.com/dms/image/.../stripe.png"
}
}
Data Fields
Structured LinkedIn Data
Clean, typed JSON for every endpoint — company firmographics, job postings, and public profile basics.
Company Fields
- name
- industry
- employee_count
- company_size
- founded_year
- hq.city / hq.country
- website
- logo_url
Job Fields
- job_title
- company_name
- location
- job_posted_date
- seniority_level
- employment_type
- applicants_count
Profile Fields (best-effort)
- full_name
- headline
- location
- current_company
- experiences[]
- education[]
Use Cases
- Lead generation & enrichment
- Recruiting & sourcing
- Hiring & market intelligence
- CRM data enrichment
- Competitive analysis
- Job board aggregation
FAQ
LinkedIn API Questions
Start using the LinkedIn API
LinkedIn endpoints are free-eligible from the shared 10-call pool. Pricing starts from $0.50/1K for Profile and Jobs endpoints, with Posts at $1.00/1K and Full Profile at $4.00/1K.
View Pricing

