---
title: "Companies Estimate Stats"
method: POST
path: "/api/search/companies/estimate"
tags: ["Companies", "People"]
---

# Companies Estimate Stats

`POST /api/search/companies/estimate`

Get companies estimate stats including total count and definitions statistics (lazy loaded).

Returns:
    total_estimate: Total count of matching companies
    definitions_stats: List of definition statistics with id, name, count, and score

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Request body

- CompaniesEstimateStatsPayload
  - `filters` object, required
  - `clusterization` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/explee/apis/explee-api.md) · [All operations](https://skmtc.dev/explee/apis/explee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/explee/explee-api/revisions/f169bc6e9447/schema)
