VOOZH about

URL: https://apify.com/scrapemint/tradingview-ideas-scraper

โ‡ฑ TradingView Ideas Scraper API, No Login ยท Apify


๐Ÿ‘ TradingView Ideas Intelligence Feed (No Login) avatar

TradingView Ideas Intelligence Feed (No Login)

Pricing

$8.00 / 1,000 trade idea rows

Go to Apify Store

TradingView Ideas Intelligence Feed (No Login)

Pull public TradingView trade ideas by symbol, category, or tag. Returns idea ID, title, symbol, direction (long/short/education), timeframe, chart snapshot, author, followers, likes, views, tags. No login. Pay per idea.

Pricing

$8.00 / 1,000 trade idea rows

Rating

0.0

(0)

Developer

๐Ÿ‘ Ken M

Ken M

Maintained by Community

Actor stats

0

Bookmarked

23

Total users

9

Monthly active users

3 days ago

Last modified

Categories

Share

TradingView Ideas Intelligence (No Login Required)

Pull public TradingView trade ideas from any symbol, category, or tag. No cookies. No login. No TradingView Pro account. Each row ships the idea ID, title, description snippet, symbol, direction (long, short, education), timeframe, chart snapshot image URL, author handle, plus author intel like follower count, total ideas published, and TradingView reputation. Pay per idea.

Built for retail traders sourcing setups, prop firm analysts surveying the FX and crypto idea flow, fintech newsletter writers tracking what is being called, sentiment quants modelling crowd direction, and trader copy platforms benchmarking author pull.

Keywords this actor ranks for: tradingview intelligence, tradingview ideas api, tradingview ideas intelligence, tradingview author intelligence, forex trade ideas api, crypto trade ideas api, retail trader sentiment, tradingview followers, copy trading research, fx setups api, btc ideas tracker.


Why this actor

Other TradingView scrapersThis actor
Need a TradingView session cookieZero cookies, zero login
Return one HTML blob per pageIdea ID, title, symbol, direction, timeframe, likes, views, tags parsed
Drop author intelAuthor followers, reputation, total ideas published embedded on every idea row
Charge per page hitCharge per idea row, no contract
Get rate limited at five rowsBuilt on residential proxy with session pooling for sustained runs

How it works

flowchart LR
A[Symbol or category or tag] --> B[Build TradingView ideas URL]
B --> C[Open the public SPA<br/>no auth needed]
C --> D[Paginate the ideas grid<br/>respect maxIdeasPerSource]
D --> E[Anchor on chart link pattern<br/>walk to article card]
E --> F[Parse title, symbol, direction,<br/>timeframe, likes, views]
F --> G[Lazy fetch author intel<br/>once per unique author]
G --> H[Embed author intel into row]
H --> I[Push one row per idea]
I --> J[(JSON CSV Excel API)]

The actor anchors extraction on the public /chart/<chartId>/<slug>/ link pattern that TradingView renders on every idea card. That keeps it resilient to the React class name churn that breaks most TradingView scrapers within weeks. Author intel is fetched once per unique author and embedded onto every idea row from that author.


What you get per row

flowchart LR
R[Idea row] --> R1[Identity<br/>ideaId url title]
R --> R2[Setup<br/>symbol direction timeframe tags]
R --> R3[Engagement<br/>likes comments views publishedAt]
R --> R4[Author<br/>author authorUrl authorFollowers authorReputation authorIdeasPublished]

Pipe straight into a sentiment dashboard, a copy trader leaderboard, or a newsletter scout sheet.


Quick start

Sweep the EURUSD and GBPUSD idea flow

{
"symbols":["EURUSD","GBPUSD"],
"maxIdeasPerSource":100
}

Track every BTCUSD long published this week

{
"symbols":["BTCUSD"],
"direction":"long",
"maxIdeasPerSource":200,
"includeAuthorIntel":true
}

Survey the wider forex and crypto idea flow

{
"categories":["forex","crypto"],
"maxIdeasPerSource":60
}

Sample output

{
"ideaId":"abc123Xy",
"url":"https://www.tradingview.com/chart/EURUSD/abc123Xy-eurusd-double-top-rejection/",
"title":"EURUSD double top rejection at 1.0950, target 1.0820",
"description":"Price printed a clean double top at the September swing high. RSI divergence on the 4H plus rejection from the daily POC...",
"symbol":"EURUSD",
"direction":"short",
"timeframe":"4h",
"imageUrl":"https://s3.tradingview.com/snapshots/.../abc123Xy_big.png",
"author":"fxsetups_pro",
"authorUrl":"https://www.tradingview.com/u/fxsetups_pro/",
"authorFollowers":18420,
"authorIdeasPublished":312,
"authorReputation":4870,
"likes":284,
"comments":47,
"views":12930,
"publishedAt":"2026-05-09T14:22:00.000Z",
"tags":["trend-analysis","double-top","eurusd"],
"isEditorsPick":false,
"sourceType":"symbol",
"sourceKey":"symbol:EURUSD",
"scrapedAt":"2026-05-10T09:30:00.000Z"
}

Who uses this

RoleUse case
Retail traderSource setups across EURUSD, BTCUSD, SPX from top authors weekly
Prop firm analystSurvey idea flow per pair to gauge crowd positioning
Fintech newsletterPull the most liked weekly forex and crypto ideas with snapshots
Sentiment quantModel long vs short ratio per symbol per day
Copy traderRank authors by follower count, reputation, and recent like velocity
Discord server adminCurate the top three setups per pair into a daily digest
Trading educatorTrack which patterns and tags trend across retail audience

Input reference

FieldTypeWhat it does
symbolsstring[]TradingView symbols. One ideas page per symbol.
categoriesstring[]Category sweeps: forex, crypto, stocks, futures, indices, economy, bitcoin, education.
tagsstring[]TradingView idea tags such as trend-analysis, fibonacci, supply-and-demand.
directionstringFilter by long, short, education, or all. Default all.
maxIdeasPerSourceintegerMax ideas collected per source before pagination stops. Default 60.
includeAuthorIntelbooleanEmbed author followers, reputation, ideas published onto every row. Default true.
concurrencyintegerPages processed in parallel. Five is the safe default.
proxyConfigurationobjectApify proxy. Residential is required at any meaningful volume.

API call

curl-X POST \
"https://api.apify.com/v2/acts/YOUR_USER~tradingview-ideas-scraper/runs?token=YOUR_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"symbols": ["EURUSD"],
"maxIdeasPerSource": 100
}'

Pricing

The first 25 idea rows per run are free so you can validate output before paying. After that, each idea row is charged. No surprise add on charges.


FAQ

Do I need a TradingView Pro account?

No. The actor only touches TradingView's public ideas pages and public author profiles. Your account is never touched.

Can I get the actual chart data behind the idea?

The actor returns the public chart snapshot image URL plus the structured idea metadata. Live OHLC for the symbol is not pulled here , pair it with a market data feed if you need bars.

How many ideas can I pull per symbol?

Up to maxIdeasPerSource, capped at 1000. Most active symbols on TradingView surface several hundred recent ideas through the public ideas grid.

Can I filter by direction?

Yes. Set direction to long, short, or education. The default keeps everything.

What about Pine scripts or strategies?

This actor returns trade ideas, not Pine Script publications. Strategy and indicator scrolls live on a separate TradingView surface.

How fresh is the data?

Each run hits the live page, so likes, views, and the most recent ideas reflect what TradingView renders at pull time. Schedule daily runs to track sentiment shifts.

Is pulling TradingView allowed?

This actor reads HTML any anonymous web visitor can see. Respect TradingView's terms and rate limit sensibly. Do not redistribute personal data you have no lawful basis to process.


Related actors

  • Polymarket Intelligence , pull live prediction market odds, volume, and resolution metadata
  • Sports Odds Intelligence , pull live moneyline, spread, and total odds across sportsbooks
  • Crypto Whale Token Launch Tracker , pull on-chain whale wallet activity around new launches
  • Google Patents Intelligence , pull patent metadata, claims, and citations by query
  • PubMed Clinical Trials Intelligence , pull clinical trials and pubmed records by condition

You might also like

TradingView Ideas Scraper | Trader Analysis and Charts

parseforge/tradingview-ideas-scraper

Scrape TradingView trading ideas with ticker, author, title, description, chart image, target prices, stop loss, likes, comments, and bullish or bearish bias. Track sentiment, follow top traders, and analyze ideas across stocks, crypto, forex, and commodity markets.

Tradingview Chart Analyzer with AI

kutaui/tradingview-chart-analyzer

This Actor accepts TradingView chart images (as base64-encoded strings or URLs) and uses OpenAI's GPT models to perform advanced technical analysis. It provides simple, beginner-friendly insights about market trends and potential price movements, along with appropriate disclaimers.

TradingView Stock Screener Scraper

automation-lab/tradingview-scraper

Screen stocks, crypto, and forex using TradingView's Scanner API. Filter by sector, market cap, exchange. Returns price, change%, volume, market cap. No API key needed. 14 markets supported.

๐Ÿ‘ User avatar

Stas Persiianenko

28

TradingView News Scraper

mscraper/tradingview-news-scraper

TradingView News Scraper is a specialized web scraping tool designed to extract news from the charting platform TradingView. The scraper exports the accumulated data to various formats like JSON, XML, CSV, or Excel.

TradingView Screener โ€” Stock Signals & Market Scanner

viralanalyzer/tradingview-screener

Scan stocks across 67 markets with the TradingView screener. Get technical indicators (RSI, MACD, Bollinger), moving averages, analyst recommendations, fundamentals, and performance metrics. Pure HTTP, no login. For traders, quant research, and finance dashboards.

167

5.0

TradingView Stock / Crypto / CFD Scraper

mscraper/tradingview-stock-scraper

Extract information such as stock prices, trends, and news from the charting platform TradingView. Export the accumulated data to HTML, JSON, CSV, Excel, XML, or RSS and use it for further research.

TradingView Screener & Technical Analysis Scraper

parseforge/tradingview-screener-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.

TradingView Multi-Market Scraper

zhorex/tradingview-scraper

Screen stocks, forex, crypto, and commodities across 11+ global markets. Get 40+ technical indicators including RSI, MACD, EMAs, Bollinger Bands. Buy/Sell signals. No API key, no browser needed. The most comprehensive TradingView scraper on Apify.

ForexFactory Economic Calendar Feed (No Login)

scrapemint/forexfactory-economic-calendar

Pull the public ForexFactory economic calendar by date range. Returns event date, time, currency, impact rating (high/med/low), title, actual, forecast, previous, revised values, and source. JSON. No login. Pay per event.

Investing News Scraper

mscraper/investing-news-scraper

Investing News Scraper is a specialized web scraping tool designed to extract news from Investing. The Scraper exports the accumulated data to various formats like JSON, XML, CSV or EXCEL