TradingView Screener & Technical Analysis Scraper
Pricing
from $22.50 / 1,000 results
TradingView Screener & Technical Analysis Scraper
Scrape TradingView's screener for technical ratings, indicators (RSI, MACD, ADX), price, volume and fundamentals across 73 markets. Built for quant analysts and algo traders feeding strategies.
Pricing
from $22.50 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share

๐ TradingView Screener Scraper
๐ Export TradingView screener results in seconds. Pull technical ratings, RSI, MACD and trading signals for thousands of symbols across 70+ markets. No API key, no registration, no manual CSV wrangling.
๐ Last updated: 2026-05-30 ยท ๐ 37 fields per record ยท 70+ markets ยท 19,000+ US stocks, 57,000+ crypto pairs ยท Stocks, crypto, forex, futures
TradingView is where most retail and professional traders read the market, and its screener already computes a full technical-analysis verdict for every symbol it tracks. This Actor turns that screener into a clean, structured dataset. Pick a market, choose how to sort and filter, and get back the overall technical rating (Strong Buy to Strong Sell), the separate moving-average and oscillator ratings, and the raw indicators behind them: RSI, MACD, Stochastic, ADX, CCI, momentum and key moving averages. Each record also carries live price, daily change, volume and, for stocks, market cap, P/E and EPS.
Coverage is broad. The US market alone returns 19,000+ symbols, crypto returns 57,000+ pairs, and 60+ individual country stock markets are available, from Germany and India to Brazil and Japan. There is no login wall and no rate-limit dance: the Actor reads the same public screener data the TradingView website renders. Feed the output straight into a trading algorithm, a backtest, a watchlist, or a dashboard, and refresh it on a schedule to keep your signals current. Export to CSV, Excel, JSON or XML with one click.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| Quantitative analysts | Feed trading models with technical signals at scale |
| Retail and active traders | Build screens of Strong Buy / Strong Sell candidates |
| Algorithmic trading developers | Pull RSI, MACD and ratings into a backtest pipeline |
| Financial data providers | Source alternative technical-analysis datasets |
๐ What the TradingView Screener Scraper does
- ๐ฏ Overall technical rating. Returns TradingView's combined Strong Buy / Buy / Neutral / Sell / Strong Sell verdict for every symbol, plus the numeric score behind it.
- ๐ Indicator-level detail. Captures RSI, MACD and signal line, Stochastic %K/%D, ADX, CCI20, momentum and the 50/200 simple and 50 exponential moving averages.
- ๐ 70+ markets. Screen US stocks, crypto, forex, CFDs, futures and 60+ country stock exchanges from a single dropdown.
- ๐งฎ Fundamentals on stocks. Market cap, P/E ratio and EPS travel alongside the technicals for equity markets.
- ๐ Server-side filtering. Narrow by sector or by technical rating so you only pull the candidates you care about.
Each record bundles identification (symbol, full exchange-qualified ticker, company or instrument name, logo and a direct TradingView link), live market data (price, percent and absolute change, day high and low, volume and 10-day average volume), the full technical-analysis block, and a timestamp. Stock markets add sector, industry and fundamentals; crypto and forex markets return the price and indicator fields that apply to them.
๐ก Why it matters: the technical rating that traders eyeball one chart at a time becomes a sortable, filterable dataset of thousands of symbols, ready for code.
๐ฌ Full Demo
๐ง Coming soon: a 3-minute walkthrough of setting up a screen, filtering by rating, and exporting the results.
โ๏ธ Input
| Field | Type | Description |
|---|---|---|
| market | select | Which TradingView market to screen. america, crypto, forex, cfd, futures, coin or any of 60+ country stock markets. Default america. |
| maxItems | integer | How many symbols to return. Free users are capped at 10. Default 10. |
| sortBy | select | Rank by Market Cap, Technical Rating, RSI, Change %, Volume or Price. |
| sortOrder | select | Descending (high to low) or ascending. Default descending. |
| sector | select | Optional sector filter for stock markets (for example Technology Services, Finance, Health Technology). Ignored on crypto and forex. |
| technicalRating | select | Optional filter: only return symbols rated Strong Buy, Buy, Neutral, Sell or Strong Sell. |
Example: top 50 US stocks by market cap
{"market": "america","maxItems": 50,"sortBy": "market_cap_basic","sortOrder": "desc"}
Example: Strong Buy technology stocks, ranked by rating
{"market": "america","maxItems": 100,"sortBy": "Recommend.All","sortOrder": "desc","sector": "Technology Services","technicalRating": "strong_buy"}
โ ๏ธ Good to Know: the
sector,marketCap,peRatioandepsfields apply to stock markets only. On crypto, forex, CFD and futures they come back empty, and if you sort by a column that a market does not support, the Actor automatically falls back to sorting by price.
๐ Output
Every run returns one record per symbol. Stock markets populate the full schema; crypto and forex markets fill the price and indicator fields and leave equity-only fields empty.
๐งพ Schema
| Field | Type | Example |
|---|---|---|
๐ผ imageUrl | string | https://s3-symbol-logo.tradingview.com/nvidia--big.svg |
๐ค symbol | string | NVDA |
๐ท fullSymbol | string | NASDAQ:NVDA |
๐ name | string | NVIDIA Corporation |
๐ url | string | https://www.tradingview.com/symbols/NASDAQ-NVDA/ |
๐ exchange | string | NASDAQ |
๐ type | string | stock |
๐ญ sector | string | Electronic Technology |
๐ง industry | string | Semiconductors |
๐ฑ currency | string | USD |
๐ต price | number | 211.14 |
๐ changePercent | number | -1.45 |
โ changeAbs | number | -3.11 |
๐บ high | number | 217.86 |
๐ป low | number | 211.13 |
๐ volume | number | 289399507 |
๐ฆ avgVolume10d | number | 181325842 |
๐ฆ marketCap | number | 5109587985229 |
โ๏ธ peRatio | number | 32.33 |
๐ฐ eps | number | 6.57 |
๐ฏ technicalRating | number | 0.07 |
๐
technicalRatingLabel | string | Neutral |
๐ maRating | number | 0.13 |
๐ oscillatorsRating | number | 0 |
๐ rsi | number | 49.41 |
โก momentum | number | -24.6 |
๐ macd | number | 3.8087 |
ใฐ๏ธ macdSignal | number | 5.9741 |
๐งญ adx | number | 22.59 |
๐ cci20 | number | -19.31 |
๐ต stochK | number | 16.17 |
๐ฃ stochD | number | 26.91 |
๐ sma50 | number | 199.35 |
๐ sma200 | number | 187.65 |
๐ ema50 | number | 204.66 |
๐ scrapedAt | string | 2026-05-30T13:13:02.568Z |
โ error | string | null | null |
๐ฆ Sample records
โจ Why choose this Actor
| Capability | |
|---|---|
| ๐ฏ | Decision-ready ratings. Strong Buy to Strong Sell labels plus the numeric score, not just raw numbers to interpret yourself. |
| ๐ | Full indicator block. RSI, MACD, Stochastic, ADX, CCI, momentum and moving averages on every record. |
| ๐ | 70+ markets. One Actor covers US equities, crypto, forex, futures and 60+ country exchanges. |
| ๐งฎ | Fundamentals included. Market cap, P/E and EPS ship alongside the technicals for stocks. |
| ๐ | Filter before you pull. Sector and rating filters run server-side, so you only pay for the rows you want. |
| โก | No login, no key. Reads public screener data; nothing to configure or authenticate. |
| ๐ | Any format. Export to CSV, Excel, JSON or XML, or pull straight from the dataset API. |
๐ The US market alone exposes more than 19,000 screenable symbols, each with a computed technical rating.
๐ How it compares to alternatives
| Approach | Cost | Coverage | Refresh | Filters | Setup |
|---|---|---|---|---|---|
| โญ TradingView Screener Scraper (this Actor) | Low | 70+ markets, 19k+ US symbols | On demand | Sector + rating | Minutes |
| Manual screener export | Free | One screen at a time | Manual | Limited | Tedious |
| Paid live market APIs | High | Broad | Real time | Varies | Keys + quotas |
| Indicator libraries you self-host | Engineering time | Your data only | You build it | You build it | High |
This Actor gives you the computed technical verdict and the indicators behind it, exportable in minutes and refreshable on a schedule.
๐ How to use
- ๐ Sign up. Create a free Apify account at console.apify.com/sign-up. It takes under a minute.
- ๐ Pick a market. Choose
america,crypto,forexor any of the 70+ markets from the dropdown. - ๐ง Set sorting and filters. Rank by rating, RSI or market cap, and optionally filter by sector or technical rating.
- โถ๏ธ Run the Actor. Click Start and watch the screener results stream into the dataset.
- ๐ฅ Export. Download as CSV, Excel, JSON or XML, or pull from the dataset API into your pipeline.
โฑ๏ธ Total time: about two minutes from sign-up to your first exported screen.
๐ผ Business use cases
๐ Beyond business use cases
Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.
๐ Automating TradingView Screener Scraper
Run this Actor by hand or wire it into your stack programmatically.
- Node.js: use the apify-client package to start runs and read datasets.
- Python: use the apify-client library to integrate with pandas or your trading code.
- API docs: see the Apify API reference for endpoints and authentication.
Use Apify Schedules to refresh your screens automatically, for example a daily pre-market pull of the latest technical ratings.
โ Frequently Asked Questions
๐ Integrate with any app
Connect the dataset to the tools you already use:
- Make - build no-code automations around each run.
- Zapier - push results into thousands of apps.
- Slack - post new screener results to a channel.
- Google Sheets - sync rows into a live spreadsheet.
- Airbyte - load data into your warehouse.
- GitHub - trigger runs from your CI pipeline.
๐ Recommended Actors
- ๐ TradingView Ideas Scraper - community trading ideas with bias, targets and chart images.
- ๐ Finviz Stock Screener - screen US equities by fundamentals and technicals.
- ๐น Yahoo Finance Scraper - quotes, fundamentals and historical prices.
- ๐ฆ SEC EDGAR Scraper - company filings and financial disclosures.
- ๐ช Crypto Market Scraper - prices and market data across exchanges.
๐ก Pro Tip: browse the complete ParseForge collection for more market and finance data Actors.
๐ Need Help? Open our contact form
โ ๏ธ Disclaimer: this is an independent tool and is not affiliated with, endorsed by, or sponsored by TradingView. It collects only publicly available data. You are responsible for using the data in compliance with applicable terms and laws.