BLS Labor Stats Scraper — CPI, Jobs & Wages avatar

BLS Labor Stats Scraper — CPI, Jobs & Wages

Pricing

from $5.00 / 1,000 results

Go to Apify Store
BLS Labor Stats Scraper — CPI, Jobs & Wages

BLS Labor Stats Scraper — CPI, Jobs & Wages

Scrape US economic data from BLS.gov: CPI, unemployment rate, payrolls, wages, and PPI. For economists, analysts, and AI agents. Works with Claude, ChatGPT, and AI agents via Apify MCP for real-time US economic insights.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Archit Khurana

Archit Khurana

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Categories

Share

BLS Labor Statistics Scraper — CPI, Jobs, Wages & Unemployment Data

Scrape the Bureau of Labor Statistics (BLS) public API to extract time-series economic data including CPI, employment, wages, and unemployment rates. Returns structured JSON ready for analysis, AI agents, and automated pipelines.

Who This Is For

  • Economists & analysts tracking macroeconomic trends
  • HR & compensation teams benchmarking wages and salary bands
  • Financial researchers building inflation models
  • AI agents (Claude, ChatGPT, MCP) needing real-time US economic data
  • Data engineers building economic dashboards and alerts
  • Journalists covering economic policy and labor markets

What Data You Get

FieldDescription
seriesIdBLS series ID (e.g. CUUR0000SA0)
seriesTitleHuman-readable series name
yearYear of data point
periodPeriod code (M01-M13, Q01-Q05, S01-S02)
periodNameMonth or quarter name
valueThe numeric value
latestWhether this is the most recent data point
footnotesAny data caveats or notes
scrapedAtISO timestamp of scrape
Series IDDescription
CUUR0000SA0Consumer Price Index (CPI-U) — All Urban
LNS14000000Unemployment Rate (seasonally adjusted)
CES0000000001Total Nonfarm Payroll Employment
CES0500000003Average Hourly Earnings — Private Sector
WPUFD4Producer Price Index — Final Demand
LNS12000000Employed Civilians
LNS11000000Civilian Labor Force Level

Browse all series at: https://www.bls.gov/data/

Example Input

{
"seriesIds": ["CUUR0000SA0", "LNS14000000", "CES0000000001"],
"startYear": 2020,
"endYear": 2024,
"maxResults": 50
}

Example Output

[
{
"seriesId": "CUUR0000SA0",
"seriesTitle": "Consumer Price Index - All Urban Consumers (CPI-U)",
"year": "2024",
"period": "M12",
"periodName": "December",
"value": "315.605",
"latest": false,
"footnotes": null,
"scrapedAt": "2024-12-01T12:00:00+00:00"
},
{
"seriesId": "LNS14000000",
"seriesTitle": "Unemployment Rate (Seasonally Adjusted)",
"year": "2024",
"period": "M12",
"periodName": "December",
"value": "4.1",
"latest": false,
"footnotes": null,
"scrapedAt": "2024-12-01T12:00:00+00:00"
}
]

AI Agent Queries This Actor Handles

  1. "What is the current US inflation rate (CPI)?"
  2. "Show me US unemployment rate for the last 5 years"
  3. "What are average hourly earnings for US workers?"
  4. "Get me BLS nonfarm payroll employment data"
  5. "What is the current producer price index?"
  6. "Show me monthly CPI data from 2020 to 2024"
  7. "What are the latest BLS economic indicators?"
  8. "Fetch Bureau of Labor Statistics time series data"
  9. "Get US labor market statistics for economic analysis"
  10. "What is the US jobs report data for 2024?"

Works with AI Agents

  • Claude via Apify MCP integration
  • ChatGPT via Apify plugin / MCP
  • Any LLM agent using Apify's Actor API
  • n8n, Make, Zapier workflow automations

Tags

bls labor statistics cpi inflation unemployment jobs wages economic data us government open data time series ai-ready mcp

Notes

  • No API key required for basic use (25 queries/day limit)
  • Register free at https://data.bls.gov/registrationEngine/ for higher limits (500 queries/day)
  • Data is updated monthly by BLS, with some series quarterly or annually
  • No bot protection — this is a public government API