Skip to main content
Returns detailed information about a company. Each successful call consumes one company data credit.
Endpoint: GET https://www.signalhire.com/api/v1/company/info

Request Parameters

string
required
Secret API key. See Authentication.
string
required
Company ID (numeric) or company slug. Use Find Company to resolve a company name to an ID.

Request Example

Response Example (HTTP 200)

Response Fields

string
Company display name.
string
Company ID.
string | null
Primary industry category.
string | null
Company description.
integer | null
Year the company was founded.
URL of the company logo.
string | null
LinkedIn company page URL.
string | null
Company website URL.
string | null
Company phone number.
string | null
Company type (e.g. "Public Company", "Private Company").
integer | null
Approximate number of employees.
integer | null
Employee range bucket identifier.
boolean
Whether the company is a staffing agency.
array of strings
List of company specialities. May be empty.
array
List of confirmed office locations. Each item may contain country, city, geographicArea, postalCode, line1, line2, description, headquarter, streetAddressOptOut. All fields are string | boolean | null.

Response Codes