← Back to catalog
adzuna.salary
mock data$0.001 / callSalary Histogram
Get salary distribution for a job title — returns histogram of salary buckets with job counts. Example: "python developer" in US → $20K-$140K distribution. Use for salary benchmarking and market research (Adzuna)
Input schema
what
stringJob title or keywords for salary histogram (e.g. "python developer", "data scientist")
where
stringLocation for salary data
country
stringCountry code (default us)
Call via REST
curl -X POST https://unifyapi.pro/api/call/adzuna.salary \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"what":"<what>","where":"<where>","country":"us"}'