TradingView Stock Scraper
$15.00/month
TradingView Stock Scraper
$15.00/month
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.
You can access the TradingView Stock Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "symbols": [
3 "NASDAQ:MSFT",
4 "NASDAQ:GOOGL",
5 "NASDAQ:AMZN"
6 ],
7 "proxy": {
8 "useApifyProxy": true,
9 "apifyProxyCountry": "US"
10 }
11}' |
12apify call mscraper/tradingview-stock-scraper --silent --output-dataset
TradingView Stock Scraper API through CLI
The Apify CLI is the official tool that allows you to use TradingView Stock Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: