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
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 and get back complete firmographics — 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"
{
"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
Try the LinkedIn API Free
Evaluate the platform with 10 free Google searches — no credit card required. LinkedIn endpoints are pay-as-you-go from $0.50/1K.
Try for Free

