ParseForge Scrapers

TradingView Ideas Scraper

parseforge/tradingview-ideas-scraper

BusinessSocial mediaNews & media

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

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

Overview

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 it What they scrape TradingView for
Market researchers Which symbols are generating the most trader discussion this week
Quantitative analysts Build sentiment datasets from bullish and bearish idea counts
Crypto traders Monitor BTCUSD and other pairs for emerging trade ideas
Financial content creators Find 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 key Public ideas feed, no authentication or rate limits
Flat row output One idea per row, ready for spreadsheets or databases
Flexible filtering Symbol, direction, and sort order in any combination
Scalable Collect 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.

Feature ParseForge TradingView Ideas Intelligence Feed (No Login) TradingView Screener, Ideas & Quotes Scraper TradingView Scraper - Screener, Quotes, Technicals & Ideas
Filter by symbol Yes Yes Yes Yes
Filter by direction (long/short) Yes Yes Yes Yes
Sort by popularity or recency Yes Not listed Not listed Not listed
No login required Yes Yes Yes Yes
Screener data Not listed Not listed Yes Yes
Live quotes Not listed Not listed Yes Yes
Technical analysis Not listed Not listed Not listed Yes

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 collected Approximate 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

Question Answer
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.

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
symbol string Filter by trading symbol (e.g. BTCUSD, AAPL, SPY, EURUSD). Leave empty for all ideas. not set
maxItems integer How many ideas to collect per run. 10
sort string (2 options) Sort ideas by popularity or recency. popular
ideaType string (3 options) Filter by idea direction: Long (bullish), Short (bearish), or Any. any

Pricing

from $19.00 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.019 to $0.021

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-ideas-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "sort": "popular",
    "ideaType": "any",
    "maxItems": 3
  }'

Examples

Input that runs as-is.

input.json
{
  "sort": "popular",
  "ideaType": "any",
  "maxItems": 3
}

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 Ideas Scraper on Apify All scrapers