TradingView Ideas Scraper avatar

TradingView Ideas Scraper

Pricing

from $19.00 / 1,000 results

Go to Apify Store
TradingView Ideas Scraper

TradingView Ideas Scraper

Scrapes TradingView ideas by symbol, direction, and sort order. Returns each idea as a flat row with author, engagement, and sentiment data.

Pricing

from $19.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

15

Total users

4

Monthly active users

2 days ago

Last modified

Share

ParseForge

TradingView Ideas Scraper

Scrape TradingView ideas from any symbol, sorted by popularity or recency, up to a million per run. Each idea comes with its direction, author, and engagement metrics. No login or API key. Export to CSV, JSON, Excel, or XML.

TradingView's official API requires authentication and rate limits. This reads the public ideas feed directly, filtered by symbol, direction, and sort order, and returns each match in one fixed schema.

Who uses itWhat they scrape TradingView for
Market researchersWhich symbols are generating the most trader discussion this week
Quantitative analystsBuild sentiment datasets from bullish and bearish idea counts
Crypto tradersMonitor BTCUSD and other pairs for emerging trade ideas
Financial content creatorsFind popular ideas to reference in newsletters or videos

What it does

This Actor collects TradingView ideas by symbol, direction, and sort order, and returns each one as a flat row.

  • ๐Ÿ“ˆ Symbol filter: target a specific ticker like AAPL, BTCUSD, or EURUSD, or leave empty for all ideas.
  • ๐Ÿ”€ Direction filter: choose Long (bullish), Short (bearish), or Any.
  • ๐Ÿ•’ Sort order: get the most popular ideas or the most recent ones.
  • ๐Ÿ“Š Engagement metrics: each idea includes author, likes, views, and other public signals.

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

What you can do with TradingView data

๐Ÿ“ˆ Track sentiment by symbol.

A crypto analyst runs the Actor on BTCUSD with direction set to Long to see how many bullish ideas are posted each day and who the top authors are.

๐Ÿ” Monitor emerging trends.

A market researcher collects the most recent ideas across all symbols to spot which tickers are gaining attention before they trend on other platforms.

๐Ÿ“Š Build a sentiment dataset.

A quant pulls popular ideas for a basket of stocks and uses the direction field to compute a daily bullish/bearish ratio for backtesting.

๐Ÿ“ฐ Source content for a newsletter.

A financial writer scrapes the top ideas each morning and picks the most engaging ones to feature in a daily trading ideas roundup.

Why choose this scraper

What you get
No login or API keyPublic ideas feed, no authentication or rate limits
Flat row outputOne idea per row, ready for spreadsheets or databases
Flexible filteringSymbol, direction, and sort order in any combination
ScalableCollect up to a million ideas per run

How it compares

This Actor focuses on TradingView ideas only, with simple symbol, direction, and sort filters, while competitors bundle ideas with screeners, quotes, or news.

FeatureParseForgeTradingView Ideas Intelligence Feed (No Login)TradingView Screener, Ideas & Quotes ScraperTradingView Scraper - Screener, Quotes, Technicals & Ideas
Filter by symbolYesYesYesYes
Filter by direction (long/short)YesYesYesYes
Sort by popularity or recencyYesNot listedNot listedNot listed
No login requiredYesYesYesYes
Screener dataNot listedNot listedYesYes
Live quotesNot listedNot listedYesYes
Technical analysisNot listedNot listedNot listedYes

Configure the run

Drive the Actor from a symbol, direction, and sort order, alone or together, and filters run as each idea is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
"maxItems": 10
}

A larger pull:

{
"maxItems": 200
}

Pricing

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

Results collectedApproximate cost
100 results$2.10
1,000 results$21.00
10,000 results$210.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 Ideas 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-ideas-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 a symbol that is rarely discussed or a direction that is uncommon, there may be no matching ideas. Try leaving the symbol empty or setting direction to Any.

Why did the run stop before reaching my maximum ideas?

The Actor stops when there are no more ideas matching your filters. If you set a very specific symbol or direction, the available ideas may be fewer than your maximum.

Why are some ideas missing engagement metrics?

TradingView may not show all metrics for every idea. If an idea is new or has low engagement, some fields may be empty or zero.

Can I get historical ideas?

The Actor only returns ideas currently available in the public feed. It does not access historical archives. For historical data, you would need to run the Actor regularly and store the results.

FAQ

QuestionAnswer
Do I need a TradingView account or API key?No. The Actor reads the public ideas feed, so no login or API key is required.
Can I filter by symbol?Yes. Use the Symbol input to specify a ticker like AAPL, BTCUSD, or EURUSD. Leave it empty to get ideas for all symbols.
What does the direction filter do?It filters ideas by their stated direction: Long (bullish), Short (bearish), or Any. This is useful for sentiment analysis.
How many ideas can I collect?You can set the Maximum ideas input from 1 up to 1,000,000 per run. The Actor will stop once it reaches that number.
What sort options are available?You can sort by Popular or Recent. Popular returns ideas with the most engagement, while Recent returns the newest ideas.
What data does each idea include?Each idea includes its title, symbol, direction, author, and engagement metrics like likes and views. The exact fields are shown in the sample output.
Can I export the results?Yes. The Actor outputs data in CSV, JSON, Excel, or XML format, depending on your Apify dataset settings.
Is this legal?The Actor only accesses publicly available data on TradingView. You are responsible for complying with TradingView's terms of service and applicable laws.
How often should I run this?It depends on your use case. For trend monitoring, daily runs are common. For real-time sentiment, you can schedule runs every few hours.
Can I get ideas for multiple symbols at once?The Actor accepts one symbol per run. To collect ideas for multiple symbols, run the Actor multiple times with different symbol inputs, or leave the symbol empty to get all ideas and filter later.

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.