Job Vault
Millions of jobs scanned daily from state job boards across all 50 US states. Providing raw job listing info, local market insights, and employer intelligence reports.
Job Vault endpoints
| Method | Endpoint | Description |
|---|---|---|
| jobs | ||
| GET |
JobsController_searchJobs /api/v1/jobs/search |
Search for jobs with various filters including text search, location, company, employment type, salary range, and more. |
| GET |
JobsController_getJobsWithinRadius /api/v1/jobs/within-radius |
Returns jobs within a given radius (km) of a latitude/longitude, using PostGIS geospatial search. |
| POST |
JobsController_getJobsBulk /api/v1/jobs/bulk |
Retrieve multiple jobs by their external job IDs in a single request. Useful for batch operations. |
| GET |
JobsController_getJobById /api/v1/jobs/{jobId} |
Retrieve detailed information about a specific job by its external job ID. |
| App | ||
| GET |
AppController_getHello / |
|
| GET |
AppController_getHealth /health |
|
| locations | ||
| GET |
LocationsController_getJobsByState /api/v1/locations/{state}/jobs |
Returns jobs in a given state with optional filters. |
| GET |
LocationsController_getMarketInsights /api/v1/locations/market-insights |
Returns market insights for a given state, city, or geographic radius. Supports three search types: state (e.g., CA), city (e.g., San Francisco, CA), or radius (lat/lng with… |
| GET |
LocationsController_getMarketInsightsByCity /api/v1/locations/{city}/market-insights |
Returns market insights for a given city. Use /market-insights endpoint for more flexible search options. |
| POST |
LocationsController_compareLocations /api/v1/locations/compare |
Compares job markets between multiple locations (states/cities). |
| employer-intelligence | ||
| GET |
EmployerIntelligenceController_searchEmployers /api/v1/employers/search |
Search for companies/employers by name with additional filters and analytics. |
| GET |
EmployerIntelligenceController_getCompanyJobs /api/v1/employers/{company}/jobs |
Retrieve all active jobs posted by a specific company with optional filters. |
| GET |
EmployerIntelligenceController_getHiringTrends /api/v1/employers/hiring-trends |
Analyze hiring trends across companies, showing growth patterns and job posting activity. |
Job Vault pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29 / month | 5 / second |
|
| ULTRA Recommended | $79 / month | 10 / second |
|
| MEGA | $159 / month | 25 / second |
|