Skip to main content
GET
/
v3
/
jobs
/
search
/
stats
Job Search Stats
curl --request GET \
  --url https://api.leadmagic.io/v3/jobs/search/stats \
  --header 'X-API-Key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://leadmagic.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Job Search Stats

Stats expose the size and freshness of the jobs dataset so you can build search UIs with useful context.

Pricing

EndpointCredits
Stats and job-board stats0 credits

Endpoints

curl 'https://api.leadmagic.io/v3/jobs/search/stats' \
  -H 'X-API-Key: YOUR_API_KEY'
Use the Job Board Stats alias for public job-board surfaces:
curl 'https://api.leadmagic.io/v3/jobs/search/job-board/stats' \
  -H 'X-API-Key: YOUR_API_KEY'

What the response includes

stats.freshness
object
Warehouse freshness, total jobs, live jobs, embeddings, companies, and latest timestamps.
stats.relations
array
Estimated counts for large jobs data categories such as jobs, tags, descriptions, embeddings, and location mappings.
stats.dimensions
array
Exact counts for smaller lookup dimensions such as countries, regions, states, cities, job types, industries, and company types.
Large relation counts are estimates from Postgres statistics. Small lookup dimension counts are exact.

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).

Response

200

Stats response