Skip to main content
POST
/
jobs
/
search
Search for job listings
curl --request POST \
  --url http://localhost:3000/api/openapi/jobs/search \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "apiKey": "<string>",
  "params": {
    "query": "<string>",
    "page": 0,
    "num_pages": -4503599627370491,
    "date_posted": "all",
    "country": "<string>",
    "remote_jobs_only": true,
    "employment_types": "<string>",
    "job_requirements": "<string>",
    "radius": 123,
    "exclude_job_publishers": "<string>",
    "categories": "<string>"
  },
  "filters": {
    "minSalary": 1,
    "maxSalary": 1,
    "includeKeywords": [
      "<string>"
    ],
    "excludeKeywords": [
      "<string>"
    ],
    "excludeCompanies": [
      "<string>"
    ],
    "directApplyOnly": true
  }
}
'
"<unknown>"

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Body

application/json
apiKey
string
required
Minimum string length: 1
params
object
required
filters
object

Response

Job search results returned successfully.

The response is of type any.