# Export US stocks by volume

**Use case:** 

Export a ranked TradingView US stock screener by volume with symbols, exchanges, prices, changes, volume, market cap, URLs, and timestamps.

## Input

```json
{
  "markets": [
    "america"
  ],
  "maxItems": 25,
  "maxItemsPerMarket": 25,
  "sortBy": "volume",
  "sortOrder": "desc",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "symbol": {
    "label": "symbol",
    "format": "string"
  },
  "ticker": {
    "label": "ticker",
    "format": "string"
  },
  "name": {
    "label": "name",
    "format": "string"
  },
  "description": {
    "label": "description",
    "format": "string"
  },
  "exchange": {
    "label": "exchange",
    "format": "string"
  },
  "market": {
    "label": "market",
    "format": "string"
  },
  "type": {
    "label": "type",
    "format": "string"
  },
  "country": {
    "label": "country",
    "format": "string"
  },
  "sector": {
    "label": "sector",
    "format": "string"
  },
  "industry": {
    "label": "industry",
    "format": "string"
  },
  "currency": {
    "label": "currency",
    "format": "string"
  },
  "price": {
    "label": "price",
    "format": "number"
  },
  "change": {
    "label": "change",
    "format": "number"
  },
  "changeAbsolute": {
    "label": "changeAbsolute",
    "format": "number"
  },
  "volume": {
    "label": "volume",
    "format": "number"
  },
  "marketCap": {
    "label": "marketCap",
    "format": "number"
  },
  "priceEarningsRatio": {
    "label": "priceEarningsRatio",
    "format": "number"
  },
  "earningsPerShareDiluted": {
    "label": "earningsPerShareDiluted",
    "format": "number"
  },
  "relativeStrengthIndex14": {
    "label": "relativeStrengthIndex14",
    "format": "number"
  },
  "recommendation": {
    "label": "recommendation",
    "format": "number"
  },
  "sourceUrl": {
    "label": "sourceUrl",
    "format": "string"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "string"
  },
  "raw": {
    "label": "raw",
    "format": "object"
  }
}
```

## About this Actor

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