https://github.com/ruffrey/google-finance-crawler
Scrape Google Finance for stock quotes
https://github.com/ruffrey/google-finance-crawler
Last synced: 3 months ago
JSON representation
Scrape Google Finance for stock quotes
- Host: GitHub
- URL: https://github.com/ruffrey/google-finance-crawler
- Owner: ruffrey
- Created: 2014-03-16T16:11:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T18:18:18.000Z (almost 8 years ago)
- Last Synced: 2025-04-04T16:41:49.621Z (about 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 8
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crawl google finance
NOTE: this project is pretty old and unmaintained.
This is an example Node.js app for crawling and scraping data from google finance.
# quick guide
Best results with Node.js version 10.
git clone https://github.com/ruffrey/google-finance-crawler
cd google-finance-crawler
npm install
node crawler.js
Sit back and relax. Check `./output/stocks.json` for results.

# disclaimer
This is not intended to provide stock advice. No affiliation to Google Finance. Not intended to cure or treat any disease.
# license
Source code is MIT licensed.
Google Finance belongs to Google and is in NO WAY affiliated with this stupid project!