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
| Endpoint | Credits |
|---|
| Stats and job-board stats | 0 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
Warehouse freshness, total jobs, live jobs, embeddings, companies, and latest timestamps.
Estimated counts for large jobs data categories such as jobs, tags, descriptions, embeddings, and location mappings.
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.
Your LeadMagic API key. Header name is case-insensitive (X-API-Key, X-API-KEY, x-api-key all work).