ParseForge Scrapers

TradingView Screener Scraper

parseforge/tradingview-screener-scraper

BusinessDeveloper tools

Scrapes TradingView screener results for any market. Returns price, volume, market cap, RSI, and technical rating for each symbol. Filter by sector and rating, sort by any column, export up to 1M rows.

Run this scraper See the API call
Total users
9
Monthly active
0
Total runs
118
Bookmarked
0
Rating
Not rated yet
Last modified
12 days ago

Overview

ParseForge

TradingView Screener Scraper

Scrape TradingView screener results for stocks, crypto, forex, and futures across 70+ markets. Each row includes price, volume, market cap, RSI, and technical rating. Filter by sector and rating, sort by any column, and export up to a million symbols to CSV, JSON, Excel, or XML.

TradingView's screener is capable, but the web interface limits you to 150 rows per page and manual exports. This Actor reads the public screener API directly, so you can pull thousands of symbols in one run, filtered by sector and technical rating, sorted by market cap, RSI, or volume. No login, no API key, no browser.

Who uses it What they scrape TradingView for
Quantitative researchers Building datasets of technical indicators for backtesting trading strategies
Day traders Scanning for stocks with strong buy ratings and high volume before the open
Crypto analysts Ranking coins by RSI to spot overbought or oversold conditions
Financial data engineers Feeding a data warehouse with daily screener snapshots for dashboards

What it does

This Actor collects TradingView screener results for a chosen market and returns each symbol as a flat row with price, volume, market cap, RSI, and technical rating.

  • ๐ŸŒ 70+ markets: United States, India, Japan, UK, crypto, forex, futures, and dozens more.
  • ๐Ÿ“Š Technical rating filter: Strong Buy, Buy, Neutral, Sell, or Strong Sell, exactly as TradingView computes it.
  • ๐Ÿญ Sector filter: Narrow stock markets to Technology Services, Finance, Health Technology, and 19 other sectors.
  • ๐Ÿ”ข Sort by any column: Market cap, technical rating, RSI, change %, volume, or price, ascending or descending.
  • ๐Ÿ“ˆ Up to 1,000,000 symbols per run: No pagination limits, no manual clicking.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with TradingView data

๐Ÿ“ˆ Build a watchlist of strong buy stocks.

A day trader runs the Actor every morning for the United States market, filters technicalRating to strong_buy, sorts by volume descending, and gets the top 50 stocks to watch.

๐Ÿ” Screen crypto for oversold coins.

A crypto analyst sets market to crypto, sorts by RSI ascending, and collects the 100 coins with the lowest RSI to identify potential bounce candidates.

๐Ÿญ Compare sectors by market cap.

A portfolio manager runs the Actor for the India market, filters sector to Technology Services, sorts by market cap descending, and exports the top 200 companies for valuation analysis.

๐Ÿ“Š Feed a daily technical dashboard.

A data engineer schedules the Actor to run every evening for the UK market, collects all symbols with their RSI and technical rating, and loads the CSV into a BI tool.

Why choose this scraper

What you get
No API key or login Uses the same public endpoint as the TradingView website, so you can start scraping immediately.
Flat, predictable schema Every symbol returns the same fields, whether it is a stock, crypto, or forex pair.
Built for scale Collect up to a million symbols per run, far beyond the 150-row web limit.
Export anywhere Save results as CSV, JSON, Excel, or XML, or push them to Apify storage.

How it compares

This Actor focuses on the core screener fields with a simple, fast interface, while competitors add more indicators or MCP tooling.

Feature ParseForge TradingView Screener - Stock Signals & Market Scanner TradingView MCP Server - 41 Tools TradingView Multi-Market Scraper
Sector filter Yes Not listed Not listed Not listed
Technical rating filter Yes Not listed Not listed Not listed
Sort by market cap, RSI, volume Yes Not listed Not listed Not listed
Up to 1,000,000 symbols per run Yes Not listed Not listed Not listed
MACD and Bollinger Bands Not listed Yes Yes Yes
MCP server integration Not listed Not listed Yes Not listed

Configure the run

Choose a market, set a maximum number of symbols, and optionally filter by sector and technical rating. Sorting controls the order in which symbols are returned. The Input tab lists every parameter.

A first run with the defaults:

{
 "maxItems": 10
}

A larger pull:

{
 "maxItems": 200
}

Pricing

Pay-per-result: $0.03 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $3.00
1,000 results $30.00
10,000 results $300.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the TradingView Screener Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to TradingView through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/tradingview-screener-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your filters. If you set technicalRating to strong_buy and sector to a narrow sector, there may be no symbols matching both. Try removing one filter or choosing 'Any rating' or 'Any sector'.

Why are some fields empty for crypto or forex?

Sector and fundamentals are only available for stock markets. For crypto, forex, and futures, you will get price, volume, and technical indicators but no sector or market cap.

The run stops before reaching maxItems.

The screener may have fewer symbols than your maxItems for the given filters. Try broadening your filters or choosing a larger market.

I get an error about invalid market.

Make sure the market value matches one of the options in the input schema, such as 'america', 'crypto', 'india', or 'uk'. The enum is case-sensitive.

FAQ

Question Answer
Does this Actor require a TradingView account or API key? No. It uses the same public screener endpoint as the TradingView website, so no login or key is needed.
Which markets are supported? Over 70 markets, including United States stocks, India, Japan, UK, crypto, forex, futures, and many country-specific exchanges. See the Market input for the full list.
What data does each symbol include? Each row includes price, volume, market cap, RSI, technical rating, and other fields depending on the market. Stock markets also include sector and fundamentals.
Can I filter by technical rating? Yes. Set technicalRating to strong_buy, buy, neutral, sell, or strong_sell to return only symbols with that rating.
Can I filter by sector? Yes, for stock markets. Choose from 21 sectors like Technology Services, Finance, or Health Technology. The filter is ignored for crypto, forex, and futures.
How many symbols can I collect in one run? Up to 1,000,000. Set maxItems to your desired limit. The Actor stops when it reaches that number or when the screener has no more results.
Can I sort the results? Yes. Sort by market cap, technical rating, RSI, change %, volume, or price, in ascending or descending order.
What export formats are supported? CSV, JSON, Excel, and XML. You can also store results in Apify's dataset for further processing.
Is this Actor legal to use? You are responsible for complying with TradingView's terms of service. This Actor only accesses publicly available data.
How often should I run this Actor? It depends on your use case. Many users schedule it daily or hourly to keep their datasets fresh. The screener data updates in real time.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by TradingView, Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
market string (73 options) Which TradingView market to screen. Stock markets expose sector, market cap and fundamentals; crypto/forex/cfd return price and technical indicators only. america
maxItems integer Maximum number of symbols to collect per run. 10
sortBy string (6 options) Column used to rank the screener results. market_cap_basic
sortOrder string (2 options) Ascending or descending order. desc
sector string (22 options) Filter stock markets by sector. Ignored for crypto, forex, cfd, futures and bonds. not set
technicalRating string (6 options) Only return symbols whose overall TradingView technical rating matches. not set

Pricing

from $22.50 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.0225 to $0.03

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~tradingview-screener-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run TradingView Screener Scraper on Apify All scrapers