# Track Daily Top Large-Cap US Tech Stock Gainers

**Use case:** 

Identify the top-performing large-cap technology stocks in the US market daily. This helps investors and analysts quickly spot potential investment opportunitie

## Input

```json
{
  "mode": "topGainers",
  "market": "america",
  "tickers": [],
  "searchQuery": "AAPL",
  "sortBy": "market_cap_basic_desc",
  "minMarketCap": 10000000000,
  "sectors": [
    "Technology Services"
  ],
  "maxItems": 100
}
```

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