← Back to catalog
jobs.salary_data
mock data$0.003 / callSalary Data (BLS)
Get US salary and employment timeseries data from BLS — wage estimates, employment counts, occupational statistics by SOC code and geography
Input schema
end_year
stringEnd year (e.g. "2024"). Omit for latest available.
series_idsrequired
arrayBLS timeseries IDs (e.g. ["OEUM0000000000000151252004"] for Software Developers mean salary). Encodes occupation code + geography + data type.
start_year
stringStart year (e.g. "2020"). Omit for latest available.
Call via REST
curl -X POST https://unifyapi.pro/api/call/jobs.salary_data \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"end_year":"<end_year>","series_ids":"<series_ids>","start_year":"<start_year>"}'