TradingView News Scraper - Reliable & Fast avatar

TradingView News Scraper - Reliable & Fast

Pricing

from $5.00 / 1,000 results

Go to Apify Store
TradingView News Scraper - Reliable & Fast

TradingView News Scraper - Reliable & Fast

Extract the latest news from TradingView for stocks, crypto, forex, and indices. High reliability, clean data extraction, and supports multiple categories.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Technical Dost Solutions

Technical Dost Solutions

Maintained by Community

Actor stats

1

Bookmarked

9

Total users

0

Monthly active users

a month ago

Last modified

Categories

Share

๐Ÿ“ฐ TradingView News Scraper - Actually Works Edition

Stop paying for broken news scrapers. This one always returns results or tells you exactly why it failed.

๐ŸŽฏ What This Does

Scrapes financial news from TradingView with guaranteed reliability:

  • Stocks, Crypto, Forex, Futures, Bonds - All categories supported
  • Always returns data - Or throws a clear, actionable error
  • No silent failures - Every issue is logged and reported
  • Retry built-in - Automatic retry with exponential backoff

โšก Why This Is Different

Other ScrapersThis Scraper
Silent failuresClear error messages
Hanging runsTimeout guards on everything
Random empty resultsGuaranteed output or error
No retry logic3 retries with backoff

๐Ÿ“ฅ Input

{
"category": "stocks",
"maxArticles": 50,
"includeContent": false
}
ParameterTypeDefaultDescription
categorystring"all"News category: all, stocks, crypto, forex, futures, bonds
maxArticlesnumber50Max articles to scrape (1-500)
includeContentbooleanfalseExtract full article content (slower)

๐Ÿ“ค Output

{
"title": "Bitcoin Surges Past $100K as Institutional Demand Grows",
"url": "https://www.tradingview.com/news/...",
"source": "TradingView",
"category": "crypto",
"publishedAt": "2024-12-25T10:30:00Z",
"summary": "Bitcoin reached a new all-time high...",
"imageUrl": "https://...",
"scrapedAt": "2024-12-25T11:00:00Z"
}

๐Ÿ’ฐ Pricing

TierPriceLimit
Free Trial$03 days
Starter$5/month500 articles/month
Pro$15/monthUnlimited

๐Ÿšซ Who This Is NOT For

  • If you need real-time streaming news (use TradingView API directly)
  • If you need news older than what's on the page (this scrapes current listings)
  • If you want to scrape 10,000+ articles per run (use pagination with multiple runs)

๐Ÿ”„ Migrating from Other Scrapers

This is a drop-in replacement for most TradingView scrapers. The output format is compatible - just change your actor ID.

// Before
const run = await client.actor('broken-scraper/tradingview').call(input);
// After
const run = await client.actor('your-username/tradingview-news-reliable').call(input);

โ“ FAQ

Q: What if TradingView changes their site?
A: The scraper will throw a clear error explaining the issue. We monitor for changes and update quickly.

Q: Can I scrape faster?
A: Enable proxy configuration for faster, more reliable scraping.

Q: Why did my run return fewer articles than requested?
A: Some categories have fewer articles available. The scraper returns all available up to your limit.


Built for reliability. No excuses.