extractr docs
LinkedIn

Get a company page

GET
/linkedin/get_company

A public company page — name, tagline, about, website, industry, size, HQ, follower and employee counts, plus optionally the latest posts from the company's guest feed. Sourced anonymously; no login. Unknown slugs return 404.

Costs 3 credits per request.

Authorization

ApiKeyAuth
X-API-Key<token>

API key created in the extractr dashboard (ext_live_...). Also accepted as Authorization: Bearer.

In: header

Query Parameters

company*string

Company slug (the /company/{slug} segment) or a full company URL.

Length1 <= length
cc?string

Country subdomain LinkedIn serves the guest page from.

Length2 <= length <= 2
Default"uk"
posts?|

How many recent posts to include (0–25). 0 skips the post feed.

Range0 <= value <= 25
Default0

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/linkedin/get_company?company=google"
{  "company": {    "slug": "google",    "name": "Google",    "url": "https://uk.linkedin.com/company/google",    "logo": "string",    "tagline": "string",    "description": "string",    "website": "https://goo.gle/3DBjWFV",    "industry": "Software Development",    "company_size": "10,001+ employees",    "headquarters": "Mountain View, CA",    "organization_type": "Public Company",    "specialties": "string",    "followers": 30000000,    "employees_on_linkedin": 300000,    "organization_id": "1441"  },  "posts": [    {      "post_id": "7000000000000000000",      "url": "string",      "text": "string",      "posted_ago": "2w",      "reactions": 0,      "comments": 0,      "media": [        "string"      ]    }  ]}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}