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 — A data extraction tool that collects stock prices, company details, market trends, and financial news from Google Finance. Ideal for analysts, investors, and researchers who need automated access to financial data for monitoring markets, analysis, and building datasets. 📊

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

Scrapier

Scrapier

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 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.