Access LinkedIn company data via REST API
Search companies, pull firmographics and organization data, list company page followers and send follow invitations — five endpoints built for developers building ABM platforms, CRM enrichment and competitive intelligence tools.
LinkedIn Company API endpoints
Five endpoints covering company search, firmographic data, follower lists and page admin actions.
/search/companiesSearch Companies
Find LinkedIn companies by industry, employee count, location, growth signals or custom keywords.
View API docs →/search/companies/detailsGet Company Details
Pull the full company profile: description, industry, headquarters, employee count, specialties and website URL.
View API docs →/organizations/:companyId/followersGet Company Followers
Paginated list of users who follow a LinkedIn company page — useful for competitive intelligence and prospect discovery.
View API docs →/organizations/:companyId/follow-invitationsSend Follow Invitations
Invite first-degree connections to follow a company page you admin — grow your company page audience programmatically.
View API docs →/organizationsGet Organizations
List every company page the connected account has an admin role on, with page metadata.
View API docs →Fetch company details in one API call
Pass the company ID or slug. The API returns structured firmographics as JSON.
curl -X POST https://api.connectsafely.ai/search/companies/details \
-H "Authorization: Bearer $CONNECTSAFELY_API_KEY" \
-H "X-Account-Id: $ACCOUNT_ID" \
-H "Content-Type: application/json" \
-d '{ "companyId": "anthropic" }'What developers build with the Company API
ABM enrichment, competitive follower intelligence and company page growth automation.
ABM & firmographic enrichment
Pull company data — employee count, industry, headquarters, specialties — straight into your ABM platform or CRM for account scoring.
Competitive follower intelligence
List who follows your competitors' company pages to find warm prospects already in-market for solutions like yours.
Company page growth automation
Invite connections to follow your company page at scale — automate the most tedious part of LinkedIn page growth.
LinkedIn Company API — frequently asked questions
- What company data does the LinkedIn Company API return?
- The API returns structured company firmographics: name, description, industry, headquarters location, employee count range, website URL, specialties, company type (public/private) and LinkedIn follower count. All data is returned as clean JSON.
- Can I list followers of a LinkedIn company page?
- Yes. The Get Company Followers endpoint returns a paginated list of users who follow any LinkedIn company page. Each follower record includes profile metadata — useful for competitive intelligence, prospect discovery and audience analysis.
- Can I use this for account-based marketing (ABM)?
- Yes. The Company API is commonly used to enrich ABM target lists with LinkedIn firmographics. Search companies by industry and size, pull detailed profiles, then score and route accounts into your sales pipeline automatically.
Start pulling LinkedIn company data today
Get an API key in under two minutes. Pay only for what you query.