The Company API provides access to company data from SignalHire’s database. It allows looking up companies by identifier, checking how many profiles are associated with a company, retrieving full company details, and fetching employee profiles via callback.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.
Available Endpoints
| Endpoint | Description |
|---|---|
/api/v1/company/findById | Look up a company by ID or slug. No credits consumed. |
/api/v1/company/getCount | Get the number of profiles associated with a company. No credits consumed. |
/api/v1/company/info | Get full company details. Consumes company data credits. |
/api/v1/company/getProfiles | Fetch employee profiles via callback. Consumes profile credits. |
Credits
The Company API uses two separate credit types, both independent from standard Person API credits:- Company data credits — consumed by
/company/info. Each successful call consumes one credit. - Profile credits — consumed by
/company/getProfiles.
X-Credits-Left header in responses reflects the relevant credit balance for the endpoint called.