UnifyAPI
← Back to catalog

adzuna.search

mock data$0.001 / call

Search Jobs

Search job listings across 16+ countries (US, UK, AU, CA, DE, FR, and more) by keyword, location, category, salary range. Returns job title, company, salary, location, and apply URL. 70K+ developer jobs in US alone (Adzuna)

Jobs & Careersprovider: Adzuna#adzuna#jobs

Input schema

page

Page number

integer
what

Job search keywords (e.g. "python developer", "marketing manager", "nurse")

string
limit

Max results (1-20, default 10)

integer
where

Location (e.g. "new york", "london", "berlin")

string
country

Country code: us, gb, au, ca, de, fr, nl, in, br, pl, nz, za, sg, at, ch, it, ru (default us)

string
category

Job category tag (e.g. "it-jobs", "sales-jobs", "engineering-jobs"). Get tags from adzuna.categories

string
full_time

Filter full-time jobs only

boolean
permanent

Filter permanent jobs only

boolean
salary_max

Maximum salary filter

number
salary_min

Minimum salary filter

number

Call via REST

curl -X POST https://unifyapi.pro/api/call/adzuna.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"page":1,"what":"<what>","limit":10,"where":"<where>","country":"us","category":"<category>","full_time":"<full_time>","permanent":"<permanent>","salary_max":0,"salary_min":0}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.