Google Finance Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store
Google Finance Scraper
Scrapes stock and financial data from Google Finance including price, change, market cap, P/E ratio, dividend yield, 52-week range, and company about info.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
codingfrontend
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Apify actor that scrapes stock and financial data from Google Finance.
Features
- Extracts current price, change, and change percentage
- Scrapes key stats: market cap, P/E ratio, dividend yield, 52-week range
- Captures the About company description
- Supports multiple stock symbols in a single run
- Works with exchange-prefixed tickers (e.g.
NASDAQ:AAPL,NSE:RELIANCE) - Proxy support via Apify proxy
Input
| Field | Type | Default | Description |
|---|---|---|---|
queries | string[] | [AAPL] | Stock ticker symbols to scrape |
maxItems | integer | 20 | Maximum number of results |
proxyConfiguration | object | Apify | Proxy settings |
Example Input
{"queries": ["AAPL", "GOOGL", "MSFT", "NSE:RELIANCE"],"maxItems": 10,"proxyConfiguration": {"useApifyProxy": true}}
Output
Each result contains:
| Field | Description |
|---|---|
symbol | Stock ticker symbol |
companyName | Full company name |
price | Current stock price |
currency | Currency code |
change | Price change |
changePercent | Percentage change |
previousClose | Previous close price |
marketCap | Market capitalization |
peRatio | Price-to-earnings ratio |
dividend | Dividend yield |
week52High | 52-week high |
week52Low | 52-week low |
about | Company description |
allStats | All extracted key stats (raw map) |
url | Source URL |
scrapedAt | Scrape timestamp |
Running Locally
npm installnpx apify run --input-file=test-apify-input.json
Running on Apify
npx apify pushnpx apify call --input-file=test-apify-input.json