# Monitor BLS inflation and jobs releases

**Use case:** 

Build a 90-day official BLS schedule for inflation, labor, productivity, and wage releases with auditable source IDs and UTC timestamps.

## Input

```json
{
  "startDate": "",
  "endDate": "",
  "daysAhead": 90,
  "agencies": [
    "BLS"
  ],
  "search": "",
  "majorOnly": true,
  "maxItems": 300
}
```

## Output

```json
{
  "scheduled_at_utc": {
    "label": "Scheduled UTC",
    "format": "string"
  },
  "agency": {
    "label": "Agency",
    "format": "string"
  },
  "source_agencies": {
    "label": "Source agencies",
    "format": "array"
  },
  "title": {
    "label": "Release title",
    "format": "string"
  },
  "importance": {
    "label": "Importance",
    "format": "string"
  },
  "event_category": {
    "label": "Event category",
    "format": "string"
  },
  "period_covered": {
    "label": "Period covered",
    "format": "string"
  },
  "scheduled_date": {
    "label": "Eastern date",
    "format": "string"
  },
  "scheduled_time_local": {
    "label": "Eastern time",
    "format": "string"
  },
  "source_status": {
    "label": "Source status",
    "format": "object"
  },
  "partial_source_failure": {
    "label": "Partial source failure",
    "format": "boolean"
  },
  "source_event_urls": {
    "label": "Official release pages",
    "format": "array"
  },
  "source_urls": {
    "label": "Official calendars",
    "format": "array"
  },
  "event_id": {
    "label": "Event ID",
    "format": "string"
  },
  "retrieved_at_utc": {
    "label": "Retrieved UTC",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Official US Economic Release Calendar API](https://apify.com/redfoxxie/official-us-economic-release-calendar) with a specific input configuration. Visit the [Actor detail page](https://apify.com/redfoxxie/official-us-economic-release-calendar) to learn more, explore other use cases, and run it yourself.