UnifyAPI
← Back to catalog

adzuna.salary

mock data$0.001 / call

Salary 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)

Jobs & Careersprovider: Adzuna#adzuna#jobs

Input schema

what

Job title or keywords for salary histogram (e.g. "python developer", "data scientist")

string
where

Location for salary data

string
country

Country code (default us)

string

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"}'

Try it

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