TradingView Crypto Screener - All Data
Pricing
from $0.40 / 1,000 results
TradingView Crypto Screener - All Data
[$0.5/1000] Scrape the complete TradingView cryptocurrency screener (prices, market cap, technicals, valuation, derivatives, on-chain and sentiment data) for 2600+ coins in one run
Pricing
from $0.40 / 1,000 results
Rating
0.0
(0)
Developer
Rio Dwi Saputra
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
TradingView Crypto Screener - Full Market Data Scraper
Scrape every coin on the TradingView cryptocurrency screener (2600+ tickers)
in a single run, with all 8 data sections TradingView itself offers -
Overview, Performance, Technicals, Valuation, Derivatives, Addresses,
Transactions and Sentiment. No browser, no proxy, no login required - this
Actor talks directly to the same public screener API TradingView's own website
uses, so runs finish in seconds instead of minutes. Missing values are never
left as null: every field always comes back with a safe, predictable
default so you can rely on the shape of the data every time. [$0.9/1000]
Features
- Covers all 8 screener tabs (Overview, Performance, Technicals, Valuation,
Derivatives, Addresses, Transactions, Sentiment) in one Actor - pick any
combination via the
sectionsinput. - Ranked by market cap, exactly matching the order shown on tradingview.com/markets/cryptocurrencies/prices-all.
- No
nullfields, ever - missing ratings default to"Neutral", missing numbers default to0, so downstream code never has to guard against missing keys. - Each result includes a ready-to-use
urlpointing straight at the symbol's TradingView page - feed it directly into the companion TradingView Symbol Detail Scraper Actor for a full deep-dive per coin. - Fast - a single HTTP request per selected section, no headless browser.
Input
| Field | Type | Default | Description |
|---|---|---|---|
sections | array | all 8 sections | Which screener tabs to include (overview, performance, technicals, valuation, derivatives, addresses, transactions, sentiment) |
maxItems | integer | 100 | Max number of coins to scrape, ranked by market cap. 0 = every coin (2600+) |
See .actor/input_schema.json for the full schema.
Output
One dataset item per coin. Example (sections: ["overview", "sentiment"]):
{"symbol": "ETH","description": "Ethereum","exchange": "CRYPTO","logo_id": "crypto/XTVCETH","full_symbol": "CRYPTO:ETHUSD","rank": 2,"url": "https://www.tradingview.com/symbols/ETHUSD/?exchange=CRYPTO","price": 1864.83,"change_24h_percent": -0.898,"market_cap_usd": 225051907363.33,"volume_24h_usd": 7558739698.17,"circulating_supply": 120682264.53,"volume_to_market_cap": 0.0336,"social_dominance_percent": 10.92,"category": ["Smart contract platforms", "Layer 1"],"technical_rating": "Sell","alt_rank": 135,"galaxy_score": 33.8,"sentiment_score": 79,"social_volume": 40455,"tweets_count": 31764}
Selecting more sections merges more fields into the same row (performance,
technicals, valuation, derivatives, addresses, transactions all follow the
same pattern). You can download the dataset in various formats such as JSON,
HTML, CSV, or Excel. A curated table view is also available in the Apify
Console Output tab (.actor/dataset_schema.json).
Environment variables
None. The TradingView screener endpoint used here is the same public endpoint the tradingview.com website itself calls from the browser - no API key, token or login is required.
Tips
- Leave
maxItemsat a small number (e.g.20-100) while testing an input, then raise it (or set0) for a full production run. - Selecting only the sections you actually need keeps runs faster and cheaper - each selected section is one extra HTTP request.
FAQ & support
This Actor only reads TradingView's own public screener endpoint - the same one your browser uses when you open the screener page - and does not bypass any login wall or paywall. Data accuracy depends entirely on TradingView; this Actor does not modify or interpret the numbers. Found a bug or want a new field added? Use the Issues tab on this Actor's Apify Store page.
Development
pytest tests/apify validate-schemaapify run --purge