BLS Scraper: US Inflation & Labor Time Series avatar

BLS Scraper: US Inflation & Labor Time Series

Pricing

Pay per usage

Go to Apify Store
BLS Scraper: US Inflation & Labor Time Series

BLS Scraper: US Inflation & Labor Time Series

Pull US Bureau of Labor Statistics time series such as CPI and unemployment via the public API. No login, no proxy, no browser.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Naimur Hasan

Naimur Hasan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

BLS Scraper

Pulls US Bureau of Labor Statistics time series — CPI, unemployment and anything else with a series ID — through the public API. No login, no proxy, no browser.

Input

FieldTypeNotes
seriesIdsarrayRequired. BLS series IDs. Default ["CUUR0000SA0", "LNS14000000"] (CPI-U all items, unemployment rate).

Output

One row per observation: seriesId, year, period, periodName, month, value, isLatest, footnotes.

Notes

  • M13 is not a month. BLS uses it for the annual average, so the derived month is null there rather than 13 — filtering on month therefore excludes annual rows automatically.
  • latest arrives as the string "true", not a boolean, and is converted.
  • BLS answers a bad series ID with HTTP 200 and a status of REQUEST_NOT_PROCESSED, so the status field is checked explicitly rather than trusting the HTTP code.
  • This uses the keyless v1 API, which returns roughly the last three years and is rate limited to a modest number of daily queries per IP. v2 offers longer history but requires a registration key.
  • footnotes is padded with empty objects upstream; those are dropped.