Google Finance Scraper
Pricing
$19.99/month + usage
Google Finance Scraper
Extract financial data from Google Finance using the Google Finance Scraper. Collect stock prices, company names, market caps, trading volumes, and financial metrics automatically. Ideal for financial analysis, investment research, and market monitoring.
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer

API Empire
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Google Finance Scraper Actor
A powerful Apify Actor to reliably extract financial data from Google Finance and Yahoo Finance API using stealth requests.
Why Choose Us?
This actor utilizes the IMPIT native request engine to emulate stealthy web browsers and minimize blocking. It elegantly falls back from an unproxied request sequentially to Datacenter and Residential Proxies. This allows you to scrape highly protected API endpoints smoothly and cheaply.
Key Features
- High-performance, anti-bot web scraping using native rust-based IMPIT engine
- Historical market data fetching from Yahoo and Google Finance
- Configurable proxy handling with tiered fallback support (No Proxy -> Datacenter -> Residential)
- Supports Bulk URL input for multiple tickers processing
Input
{"urls": [{ "url": "https://www.google.com/finance/quote/.DJI" }],"period": "1M","proxyConfiguration": {"useApifyProxy": false}}
urls: Array of Target URLs strings or object mappings.period: Historical target query (5D, 1Y, MAX, etc.)proxyConfiguration: Built-in Proxy. Automatically escalates if empty.
Output
Returns the real-time financial data, and nested structured historical data records matching standard output guidelines:
{"ticker": ".DJI","data": [{"dateTimeUTC": "2026-02-24T14:30:00.000Z","price": {"lastPrice": 49174.5,"change": 0,"changePct": 0},"volume": 524270000}]}
π How to Use the Actor (via Apify Console)
- Log in at https://console.apify.com and go to Actors.
- Find your actor and click it.
- Configure inputs (URLs, period).
- Run the actor.
- Access structured JSON results in the OUTPUT tab or Dataset.