職缺
GET /jobs/search 公開
對職缺進行全文+分面搜尋。
Combine free-text q with any of the filter params below. Repeated facet params are ORed; add <param>_mode=and to require all, or <param>_exclude=<value> to exclude. Without q, results default to newest first; with q, to relevance. A param no filter reads is ignored rather than refused, and listed in meta.ignored_params — check it, since a dropped filter otherwise looks like a broad result.
查詢參數
qstring- 對標題、公司和描述的全文查詢。範例
golang sortstringcreated_at、posted_at、salary_min、salary_max之一。省略相關性/最新內容。範例posted_atorderstringasc或desc(預設desc)。範例desclimitinteger- 頁面大小,1–100。範例
20 offsetinteger- 要跳過的行;
offset + limit≤ 10000。範例0
另外支援 篩選職缺.
curl "https://freehire.me/api/v1/jobs/search?q=golang&seniority=senior&work_mode=remote®ions=cis&sort=posted_at"{
"data": [ { "public_slug": "...", "title": "Senior Go Engineer", "...": "..." } ],
"meta": { "total": 137, "limit": 20, "offset": 0 }
}