# High-impact USD Forex Factory event extractor

**Use case:** 

Extract high-impact USD economic calendar events from Forex Factory for CPI, jobs, central-bank, and other market-risk workflows.

## Input

```json
{
  "maxItems": 50,
  "currencies": [
    "USD"
  ],
  "impacts": [
    "High"
  ]
}
```

## Output

```json
{
  "localDate": {
    "label": "Local date",
    "format": "date"
  },
  "localTime": {
    "label": "Local time"
  },
  "currency": {
    "label": "Currency"
  },
  "impact": {
    "label": "Impact"
  },
  "title": {
    "label": "Event"
  },
  "forecast": {
    "label": "Forecast"
  },
  "previous": {
    "label": "Previous"
  },
  "url": {
    "label": "Forex Factory URL",
    "format": "link"
  },
  "eventId": {
    "label": "Stable ID"
  },
  "localDateTime": {
    "label": "Local date and time"
  },
  "timezone": {
    "label": "Timezone"
  },
  "source": {
    "label": "Source"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Forex Factory Economic Calendar Scraper](https://apify.com/automation-lab/forex-factory-economic-calendar-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/forex-factory-economic-calendar-scraper) to learn more, explore other use cases, and run it yourself.