Skip to main content
POST
Get LinkedIn company

Description

This endpoint retrieves comprehensive company information from LinkedIn including company description, employee count, industry, location, recent posts, and key statistics. Perfect for business research, competitive analysis, and lead generation.

Endpoint

Headers

  • Content-Type: application/json
  • Authorization: Bearer <API_KEY> (required)

Request Body

Responses

Success (200)

Returns comprehensive company information including posts, employee data, and company statistics.
  • Content-Type: application/json
  • X-RateLimit-Limit: The rate limit for the user
  • X-RateLimit-Remaining: The remaining number of requests for the user

Bad Request (400)

Returned if the request is invalid or missing required parameters.

Bad Gateway (502)

Returned if the external service is unavailable or returns invalid data.

Internal Server Error (500)

Returned if there’s an unexpected server error.

Example Request

Example Response

Notes

  • The url parameter must be a valid LinkedIn company URL (contains ‘linkedin.com/company/’)
  • This endpoint returns only publicly available company information
  • The response includes employee profiles, recent company posts, job openings, and office locations
  • Some company sections may be limited based on LinkedIn’s visibility settings
  • This endpoint uses 10 credits per request
  • Company data may vary based on privacy settings and available public information

Rate Limiting

Rate limit headers (X-RateLimit-Limit and X-RateLimit-Remaining) are included in the response to indicate the user’s current rate limit status.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
url
string<uri>
required

Full LinkedIn company page URL (https://www.linkedin.com/company/...).

requestSource
enum<string>

Optional identifier describing where the API request originated.

Available options:
API,
WEB,
MAKE_DOT_COM,
ZAPIER,
N8N,
PLAYGROUND,
DEFAULT_AUTOMATION,
AGENT_PREVIEW,
AGENT_LIVE,
AUTOPILOT,
STUDIO

Response

LinkedIn company returned.

success
boolean
required
name
string
description
string | null
location
object
employeeCount
integer | null
website
string<uri> | null
logo
string<uri> | null
slogan
string | null
posts
object[]
industry
string | null
size
string | null
founded
integer | null
headquarters
string | null
type
string | null
specialties
string[]
employees
object[]