Skip to main content
POST
Search Stats

Search Stats

POST /v3/search/stats is a free helper endpoint that summarizes what is available across Jobs, Company, and People Search. Use it to power filter builders, capability cards, onboarding screens, or “what can I target?” UI. The endpoint returns cached, high-level metrics only. It does not return records, contacts, or jobs.

Quick Example

Request Body

string[]
default:"[\"jobs\",\"company\",\"people\"]"
Product families to include. Allowed values: jobs, company, people.
string[]
default:"[\"coverage\",\"top\",\"capabilities\"]"
Sections to include. Allowed values: coverage, top, capabilities.
integer
default:"3"
Number of top values to return for each dimension. Defaults to 3; maximum is 25.

Request Examples

Coverage only:
Top company and people dimensions:
Jobs capabilities and filter counts:

Response

number
Always 0.
object
Jobs coverage metrics such as open jobs, total indexed jobs, companies, and title embeddings.
object
Supported Jobs Search capabilities and filter families.
object
Top jobs dimensions such as common titles, specialties, role families, industries, company types, and countries.
object
Company coverage metrics such as estimated companies, company records with technology data, and contact coverage rollups.
object
Top company dimensions such as industries, countries, regions, size ranges, revenue ranges, funding types, SIC/NAICS, and each technology category.
object
People/contact coverage metrics, including estimated contacts and email/phone availability rollups.
object
Top people/contact coverage dimensions by company.
object
Cache status for each backend stats source.

Job Search

Search jobs using the capabilities shown here.

Company Search

Search companies using the company dimensions shown here.

People Search

Search contacts using the people coverage shown here.

Job Search Helpers

Resolve concrete filter values for Jobs Search.

Authorizations

X-API-Key
string
header
required

Your LeadMagic API key. Header name is case-insensitive (X-API-Key, X-API-KEY, x-api-key all work).

Body

application/json
products
enum<string>[]
Available options:
jobs,
company,
people
sections
enum<string>[]
Available options:
coverage,
top,
capabilities
limit
integer
default:10
Required range: 1 <= x <= 25

Response

Search stats results