# BLS Data | Bureau of Labor Statistics Full Export

**Use case:** 

Full Export of BLS Data | Bureau of Labor Statistics. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "seriesIds": [
    "CUUR0000SA0",
    "LNS14000000"
  ],
  "startYear": 2020,
  "endYear": 2024,
  "maxItems": 500
}
```

## Output

```json
{
  "seriesId": {
    "label": "📊 Series ID",
    "format": "text"
  },
  "seriesTitle": {
    "label": "📋 Series Title",
    "format": "text"
  },
  "year": {
    "label": "📅 Year",
    "format": "text"
  },
  "period": {
    "label": "🗓️ Period",
    "format": "text"
  },
  "periodName": {
    "label": "📆 Period Name",
    "format": "text"
  },
  "value": {
    "label": "💹 Value",
    "format": "text"
  },
  "footnotes": {
    "label": "📝 Footnotes",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [BLS Data Scraper | Bureau of Labor Statistics API](https://apify.com/parseforge/bls-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/bls-scraper) to learn more, explore other use cases, and run it yourself.