Saved searches & subscriptions

POST /me/searches Session only

Save a search.

Body

name string required
Display name.Example Senior Go remote
query string required
Canonical filter query string.Example q=go&seniority=senior&work_mode=remote
curl
curl -X POST "https://freehire.me/api/v1/me/searches" \
  -H 'Content-Type: application/json' -b cookies.txt \
  -d '{"name":"Senior Go remote","query":"q=go&seniority=senior&work_mode=remote"}'
json — response
{ "data": { "id": 2, "name": "Senior Go remote", "query": "q=go&seniority=senior&work_mode=remote" } }

Tailor your CV for this role?

We couldn't check your fit for this role — add a CV to your profile to see it next time.

A new version of HireAll is available