US BLS Data Scraper avatar

US BLS Data Scraper

Pricing

Pay per usage

Go to Apify Store
US BLS Data Scraper

US BLS Data Scraper

Fetch employment, wage, CPI inflation, and economic indicator data from the US Bureau of Labor Statistics.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Chris Wakefield

Chris Wakefield

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

3 days ago

Last modified

Categories

Share

Chris The Dev

US BLS Data Scraper

Fetch employment, wage, CPI inflation, unemployment, and economic indicator data from the US Bureau of Labor Statistics Public Data API. Select from 10 popular pre-configured series or query any BLS series ID.

Features

  • 🏦 10 built-in popular series β€” unemployment, employment, CPI, wages, PPI, and more
  • πŸ”§ Custom series IDs β€” query any BLS time series by its ID
  • πŸ“Š Multi-year range β€” fetch data across multiple years in a single run
  • πŸ“ˆ Numeric parsing β€” values automatically parsed to floats for charting/analysis
  • πŸ“‹ Structured output β€” results as both a human-readable table and machine-readable JSON
  • πŸ”‘ No key required β€” works with zero setup; optional registration key for higher rate limits
SeriesBLS ID
Unemployment Rate (SA)LNS14000000
Total Nonfarm EmploymentCES0000000001
CPI All Items (NSA)CUUR0000SA0
CPI All Items (SA)CUSR0000SA0
Labor Force ParticipationLNS11300000
Average Hourly EarningsCES0500000003
Producer Price IndexWPUFD4
Avg Weekly HoursCES0500000002
Median Weekly EarningsLEU0252881500
Employment-Population RatioLNS12300000

Input

  • Series Mode: Popular (pick from list) or Custom (enter BLS IDs)
  • Start Year / End Year: Date range for data (2000–2026)
  • Max Results: Cap on data points returned (default 1000)
  • BLS Registration Key (optional): Get one at https://data.bls.gov/registrationEngine/

Output

The Actor produces a structured dataset where each row is one data point:

FieldDescription
seriesIdBLS series identifier
seriesNameHuman-readable series name
yearYear of observation
periodPeriod code (M01–M12, Q01–Q04)
periodNamePeriod description
valueRaw value string
numericValueParsed numeric value (float)
footnotesBLS footnote text

Example Input

{
"seriesMode": "popular",
"popularSeries": [
"Unemployment Rate (seasonally adjusted)",
"CPI All Items (seasonally adjusted)"
],
"startYear": 2024,
"endYear": 2025
}

Data Source

Data provided by the U.S. Bureau of Labor Statistics Public Data API v2. All data is public domain. Please review BLS Terms of Service.