Skip to main content
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.
The Company API is not enabled by default. To request access, contact support@signalhire.com.

Available Endpoints

EndpointDescription
/api/v1/company/findByIdLook up a company by ID or slug. No credits consumed.
/api/v1/company/getCountGet the number of profiles associated with a company. No credits consumed.
/api/v1/company/infoGet full company details. Consumes company data credits.
/api/v1/company/getProfilesFetch 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.
Contact support@signalhire.com to purchase. The X-Credits-Left header in responses reflects the relevant credit balance for the endpoint called.