← Back to catalog
adzuna.search
mock data$0.001 / callSearch 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)
Input schema
page
integerPage number
what
stringJob search keywords (e.g. "python developer", "marketing manager", "nurse")
limit
integerMax results (1-20, default 10)
where
stringLocation (e.g. "new york", "london", "berlin")
country
stringCountry code: us, gb, au, ca, de, fr, nl, in, br, pl, nz, za, sg, at, ch, it, ru (default us)
category
stringJob category tag (e.g. "it-jobs", "sales-jobs", "engineering-jobs"). Get tags from adzuna.categories
full_time
booleanFilter full-time jobs only
permanent
booleanFilter permanent jobs only
salary_max
numberMaximum salary filter
salary_min
numberMinimum salary filter
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}'