# Forex Factory economic calendar scraper example

**Use case:** 

Extract this week's Forex Factory macro events into JSON with currencies, impact levels, forecasts, previous values, dates, times, and URLs.

## Input

```json
{
  "maxItems": 100,
  "currencies": [],
  "impacts": []
}
```

## 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.