Google Finance Scraper avatar

Google Finance Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Google Finance Scraper

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

SimpleAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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)

  1. Log in at https://console.apify.com and go to Actors.
  2. Find your actor and click it.
  3. Configure inputs (URLs, period).
  4. Run the actor.
  5. Access structured JSON results in the OUTPUT tab or Dataset.