# Changelog of TradingView News Scraper (`automation-lab/tradingview-news-scraper`) Actor

- **URL**: https://apify.com/automation-lab/tradingview-news-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/automation-lab/tradingview-news-scraper.md

## Changelog

### 2026-09-11

*Fixes*

- Filtered TradingView news feeds now paginate beyond the first 200 headlines, so bulk requests can reach the advertised 500-item limit while preserving deduplication and existing output fields.
- Pagination stops safely on repeated cursors, pages with no new valid records, or later-page request failures while preserving records already collected.

### 2026-07-31

*Features*

- Results now include an `isFlash` boolean that identifies headlines marked with TradingView's flash icon.

*Fixes*

- Filtered runs now match TradingView's live `/news-flow` screener feed instead of the smaller news-landing subset, reducing delayed or divergent headlines for identical market filters.
- Filtered results now identify their feed type as `news-flow` while preserving the requested feed URL.
- Each filtered run now requests a fresh news-flow snapshot instead of reusing TradingView's CDN-cached response for up to ten minutes.

### 2026-07-20

*Features*

- Initial release extracts public TradingView market-news headlines from the main news page, market feeds, provider feeds, and top stories without requiring a TradingView account.
- Filter headlines by market, provider, or exchange-qualified symbol and export exact timestamps, article links, provider metadata, related symbols, paywall status, and feed context.
- Use the Actor from the Apify Console, API, schedules, webhooks, exports, and MCP-enabled AI clients.

*Reliability*

- Uses anonymous server-rendered data for the main landing page and TradingView's public news-flow endpoint for filtered feeds, with retries, validation, deduplication, and optional proxy fallback.
