# Track WTI Crude Oil Futures Market Overview

**Use case:** 

Get a comprehensive overview of WTI Crude Oil futures to monitor key price movements and market sentiment. This data is essential for commodity traders and anal

## Input

```json
{
  "mode": "byTicker",
  "market": "america",
  "tickers": [
    "NYMEX:CL1!"
  ],
  "searchQuery": "AAPL",
  "sortBy": "market_cap_basic_desc",
  "sectors": [],
  "maxItems": 50
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "symbol": {
    "label": "Symbol"
  },
  "exchange": {
    "label": "Exchange"
  },
  "name": {
    "label": "Name"
  },
  "description": {
    "label": "Description"
  },
  "close": {
    "label": "Close"
  },
  "changePercent": {
    "label": "Change percent"
  },
  "marketCap": {
    "label": "Market cap"
  },
  "volume": {
    "label": "Volume"
  },
  "sector": {
    "label": "Sector"
  },
  "industry": {
    "label": "Industry"
  },
  "currency": {
    "label": "Currency"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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