# Crypto TradingView Screener & Technical Analysis

**Use case:** 

Extract TradingView Screener & Technical Analysis data filtered by Crypto. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "market": "crypto",
  "maxItems": 10,
  "sortBy": "market_cap_basic",
  "sortOrder": "desc",
  "technicalRating": ""
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Logo",
    "format": "image"
  },
  "symbol": {
    "label": "🔤 Symbol",
    "format": "text"
  },
  "name": {
    "label": "📌 Name",
    "format": "text"
  },
  "price": {
    "label": "💵 Price",
    "format": "number"
  },
  "changePercent": {
    "label": "📈 Change %",
    "format": "number"
  },
  "technicalRatingLabel": {
    "label": "🎯 Rating",
    "format": "text"
  },
  "rsi": {
    "label": "📊 RSI",
    "format": "number"
  },
  "marketCap": {
    "label": "🏦 Market Cap",
    "format": "number"
  },
  "sector": {
    "label": "🏭 Sector",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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