Returns detailed information about a company. Each successful call consumes one company data credit.Documentation Index
Fetch the complete documentation index at: https://docs.signalhire.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint:
GET https://www.signalhire.com/api/v1/company/info
Request Parameters
Secret API key. See Authentication.
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
Company display name.
Company ID.
Primary industry category.
Company description.
Year the company was founded.
URL of the company logo.
LinkedIn company page URL.
Company website URL.
Company phone number.
Company type (e.g.
"Public Company", "Private Company").Approximate number of employees.
Employee range bucket identifier.
Whether the company is a staffing agency.
List of company specialities. May be empty.
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
| Code | Description |
|---|---|
200 | Company data returned. One company data credit consumed. |
402 | No company data credits remaining. |
403 | Company API access not enabled for this account. |
404 | Company not found. |
422 | id parameter missing. |