SocialiQDocs

Resources

Companies

Company pages (LinkedIn). A normalized company profile with follower and employee counts, industry, HQ, founding year, and links.

Get a company

GET/v1/{platform}/companies/{id}

Fetch a normalized company profile by its slug.

FieldInTypeDescription
platformrequiredpathenumPlatform slug (currently LinkedIn).
idrequiredpathstringCompany slug, e.g. microsoft.

Request

curl "https://api.socialiq.dev/v1/linkedin/companies/microsoft" \  -H "Authorization: Bearer sc_live_..."

Response

[ .JSON ]
{  "request_id": "sc_b0c1d2e3f4a5b6c7d8e9",  "data": {    "id": "1035",    "platform": "linkedin",    "type": "company",    "handle": "microsoft",    "name": "Microsoft",    "url": "https://www.linkedin.com/company/microsoft",    "website": "https://news.microsoft.com/",    "industry": "Software Development",    "headquarter": { "city": "Redmond", "country": "US" },    "metrics": { "followers": 28279017, "employees": 231732 }  }}
200 · company