Google Finance Scraper
Pricing
$19.99/month + usage
Google Finance Scraper
Google Finance Scraper extracts financial data from Google Finance pages. Collect stock names, tickers, prices, market caps, historical data, and performance metrics to track markets, analyze companies, or build datasets for financial research and investment insights. ππ
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer

SimpleAPI
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 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.