UnifyAPI
← Back to catalog

bls-macro.payrolls

mock data$0.001 / call

U.S. Nonfarm Payroll Employment

Get U.S. nonfarm payroll employment data from the BLS Current Employment Statistics (CES) survey. Returns seasonally adjusted monthly payroll counts in thousands of jobs. Industries: "total" = Total Nonfarm, "private" = Total Private, "manufacturing", "construction", "professional" = Professional & Business Services, "healthcare" = Healthcare & Social Assistance, "retail" = Retail Trade, "finance" = Financial Activities. Monthly jobs report data — the most closely watched U.S. economic indicator. Use for labor market analysis, sector employment trends, and economic research.

Referenceprovider: Bls Macro#bls-macro#reference

Input schema

end_year

Last year of payroll data (default: current year).

integer
industry

Industry sector: "total" = Total Nonfarm (default), "private" = Total Private, "manufacturing", "construction", "professional" = Professional & Business Services, "healthcare" = Healthcare & Social Assistance, "retail" = Retail Trade, "finance" = Financial Activities.

string
start_year

First year of payroll data (default: current year - 4).

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/bls-macro.payrolls \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"end_year":0,"industry":"<industry>","start_year":0}'

Try it

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