# TradingView Economic Calendar Scraper Example

**Use case:** 

Scrape this week's TradingView economic calendar events with forecasts, actual values, importance, currencies, indicators, and source links.

## Input

```json
{
  "daysAhead": 7,
  "countries": [
    "US"
  ],
  "importance": [],
  "categories": [],
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "scheduledAt": {
    "label": "Scheduled at",
    "format": "date"
  },
  "country": {
    "label": "Country"
  },
  "currency": {
    "label": "Currency"
  },
  "importanceLabel": {
    "label": "Importance"
  },
  "title": {
    "label": "Event"
  },
  "actual": {
    "label": "Actual"
  },
  "forecast": {
    "label": "Forecast"
  },
  "previous": {
    "label": "Previous"
  },
  "unit": {
    "label": "Unit"
  },
  "indicator": {
    "label": "Indicator"
  },
  "category": {
    "label": "Category"
  },
  "period": {
    "label": "Period"
  },
  "referenceDate": {
    "label": "Reference date",
    "format": "date"
  },
  "source": {
    "label": "Primary source"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "tradingViewTicker": {
    "label": "TradingView ticker"
  },
  "eventId": {
    "label": "Event ID"
  },
  "importance": {
    "label": "Importance value"
  },
  "actualRaw": {
    "label": "Actual raw"
  },
  "forecastRaw": {
    "label": "Forecast raw"
  },
  "previousRaw": {
    "label": "Previous raw"
  },
  "explanation": {
    "label": "Explanation"
  },
  "tradingViewUrl": {
    "label": "TradingView calendar",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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