JobGrid
Real-time global job listings via a single REST endpoint
9 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
JobGrid endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
search_jobs_v1_jobs_search_get /v1/jobs/search |
|
| GET |
list_jobs_by_company_v1_companies__company_id__jobs_get /v1/companies/{company_id}/jobs |
|
| GET |
get_job_v1_jobs__job_id__get /v1/jobs/{job_id} |
|
| GET |
search_jobs_fulltext_v1_jobs_search_fulltext_get /v1/jobs/search/fulltext |
Full-text search with faceted filtering via Typesense (MS-3). When Typesense is slow or unreachable, falls back to the SQL search path. Filters are dropped on the fallback path… |
| GET |
search_companies_v1_companies_search_get /v1/companies/search |
|
| GET |
list_companies_v1_companies_get /v1/companies |
|
| GET |
list_jobs_v1_jobs_get /v1/jobs |
|
| GET |
get_company_v1_companies__company_id__get /v1/companies/{company_id} |
|
| GET |
health_v1_health_get /v1/health |