Search SimplyHired jobs
Input
query requiredKeyword to search (job title, skill, company). Required, non-empty — an empty/whitespace query redirects the site to its marketing homepage instead of search results.
cursor optionalOpaque pagination token for a page beyond the first, taken from a previous call's pageCursors (e.g. pageCursors["2"]). Omit for page 1. Note: an invalid/garbage cursor is not rejected by the site — it silently falls back to page 1.
location optionalFree-text location: city/state, ZIP, or "remote". Omit for a nationwide default search. Loosely matched by the site — e.g. "México" can resolve to a US town literally named Mexico rather than being rejected.
Output
jobs requiredquery requiredlocation requiredpageCursors requiredMap of page number (as string, e.g. "2", "3") to opaque cursor token, for the next several pages. Empty object if no further pages.
resultCount requiredTotal matching jobs reported by the site for this query/location (unfiltered by pagination).
currentPageNumber required