JobGrid — Normalized Global Jobs API
Fresh, normalized job postings from a single REST endpoint.
13 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 — Normalized Global Jobs API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
get_job_v1_jobs__job_id__get /v1/jobs/{job_id} |
|
| GET |
get_me_v1_me_get /v1/me |
Return the public identity metadata for the calling credential. Resolution: * ``api_key_prefix`` / ``rate_limit_per_minute`` / ``monthly_quota`` are looked up from ``api_keys``… |
| GET |
health_v1_health_get /v1/health |
|
| GET |
public_health_health_get /health |
|
| POST |
login_v1_auth_login_post /v1/auth/login |
|
| POST |
refresh_v1_auth_refresh_post /v1/auth/refresh |
|
| POST |
register_v1_auth_register_post /v1/auth/register |
|
| GET |
list_jobs_v1_jobs_get /v1/jobs |
|
| GET |
search_companies_v1_companies_search_get /v1/companies/search |
|
| GET |
get_company_v1_companies__company_id__get /v1/companies/{company_id} |
|
| GET |
search_jobs_v1_jobs_search_get /v1/jobs/search |
**Use this for the standard job-search surface and structured filters.** Returns `items[]` plus `next_cursor` / `has_more` for cursor-based pagination, with the same `JobRead`… |
| GET |
list_companies_v1_companies_get /v1/companies |
|
| GET |
list_jobs_by_company_v1_companies__company_id__jobs_get /v1/companies/{company_id}/jobs |