v1

latestOpenAPI 3.1.02026-07-221206394.4 KB
Companies

Search companies

Returns companies ranked by relevance to a query.

post/v1/companies/search

Request body

querystring required

The search query.

pageinteger

Page number, starting at 1.

limitinteger

Results per page.

Example request

{
  "query": "industrial automation suppliers"
}

Response

Ranked company results.

Example response

{
  "data": [
    {
      "id": "665f1c2a9b1e4a0012a3b4c5",
      "canonicalName": "Acme Industrials",
      "website": "https://acme.example",
      "sector": "Industrials",
      "companyType": "operating",
      "employeeCount": 450,
      "ownershipStatus": "private",
      "enrichment": {
        "subsector": [
          {
            "value": "Self-Funded Health Insurance / Third Party Administrator (TPA)",
            "source": "CIM",
            "confidence": 100,
            "pinned": true,
            "discoveredAt": "2026-02-14T10:00:00Z"
          },
          {
            "value": "Third-Party Administrators (TPAs)",
            "source": "Market Report",
            "confidence": 57,
            "pinned": false,
            "discoveredAt": "2026-01-20T10:00:00Z"
          }
        ]
      }
    }
  ],
  "metadata": {
    "page": 1,
    "limit": 20,
    "totalCount": 134,
    "totalPages": 7
  }
}