BLS Economic Data Search - Jobs, CPI, Wages & More avatar

BLS Economic Data Search - Jobs, CPI, Wages & More

Pricing

from $5.00 / 1,000 results

Go to Apify Store
BLS Economic Data Search - Jobs, CPI, Wages & More

BLS Economic Data Search - Jobs, CPI, Wages & More

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Ava Torres

Ava Torres

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

BLS Economic Data Search - CPI, Unemployment, Wages & Employment Stats

Search the Bureau of Labor Statistics for CPI inflation, unemployment rates, employment, wages, job openings, and more. National or state-level monthly time series data. No API key required.

What data is available

IndicatorDescriptionState-level
Unemployment RateCivilian unemployment rateYes
CPI (Consumer Price Index)CPI-U, All Items — measures inflationNo (national only)
Nonfarm EmploymentTotal nonfarm payroll jobsYes
Average Hourly EarningsPrivate sector average hourly earningsNo
Job Openings (JOLTS)Total job openings from JOLTS surveyNo
Producer Price IndexPPI Final DemandNo
Labor Force ParticipationCivilian labor force participation rateNo
Weekly EarningsMedian usual weekly earningsNo
CustomAny BLS series ID (find at data.bls.gov)Depends on series

Use cases

  • Economic research — track inflation, employment, and wage trends over time
  • Financial analysis — CPI data for real return calculations and inflation adjustments
  • Labor market analysis — unemployment and job openings by state
  • Compensation benchmarking — average hourly earnings and weekly earnings trends
  • Real estate — correlate CPI and employment data with housing markets
  • Policy analysis — monitor labor force participation and JOLTS data

Input parameters

ParameterTypeDefaultDescription
indicatorstringunemployment_rateWhich economic indicator to fetch
seriesIdstringCustom BLS series ID (only for "custom" indicator)
statestringState name for state-level data (e.g. "California")
startYearintegerend year - 2First year of data
endYearintegercurrent yearLast year of data
maxResultsinteger100Maximum data points to return

Example output

[
{
"seriesId": "LNS14000000",
"indicator": "Unemployment Rate",
"year": "2025",
"period": "M12",
"periodName": "December",
"value": "4.4"
},
{
"seriesId": "LNS14000000",
"indicator": "Unemployment Rate",
"year": "2025",
"period": "M11",
"periodName": "November",
"value": "4.5"
}
]

State-level data

Unemployment rate and nonfarm employment support state-level queries. Pass the full state name (e.g. "California", "New York", "Texas"). The actor maps state names to FIPS codes and constructs the correct BLS series ID automatically.

{
"indicator": "unemployment_rate",
"state": "California",
"startYear": 2020,
"endYear": 2025
}

Custom series IDs

For indicators not in the preset list, use the "custom" indicator with any valid BLS series ID. Find series IDs at data.bls.gov.

{
"indicator": "custom",
"seriesId": "CUUR0300SA0",
"startYear": 2020,
"endYear": 2025
}

Rate limits

The BLS API without a registration key allows:

  • 25 series per query
  • 10 years of data per request (the actor handles multi-window fetching automatically)
  • No daily request limit documented

Data source

All data comes from the Bureau of Labor Statistics Public Data API v2. Data is public domain (U.S. government work).

More Public Data Tools

This actor is part of a collection of 30 public data scrapers. All free to try, all on Apify:

See all 30 actors →