LinkedIn/Company Profile
Company Profile
GET
https://api.shofo.ai/linkedin/company-profileGet company information including size, industry, locations, and specialties.
Pricing
Base cost: $0.001 per profile
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
company_url | string | Optional | Full LinkedIn company URL |
company_id | string | Optional | LinkedIn company ID |
Response Data
- • Company name and tagline
- • Industry and company size
- • Headquarters location
- • Founded date
- • About/description
- • Specialties
- • Website URL
- • Follower count
- • Employee count on LinkedIn
Response Format
{
"success": true,
"data": {
"company": {
"name": "Tech Corp",
"tagline": "Building the future of technology",
"industry": "Software Development",
"company_size": "1,001-5,000 employees",
"headquarters": "San Francisco, CA",
"founded": 2010,
"about": "Tech Corp is a leading provider of...",
"specialties": ["Cloud Computing", "AI/ML", "Enterprise Software"],
"website": "https://techcorp.com",
"follower_count": 150000,
"employee_count": 3500
}
},
"cost": "$0.0001",
"request_id": "req_abc123"
}Try It
GET
https://api.shofo.ai/linkedin/company-profile$0.0001
Send a request to see the response