Google Finance Scraper avatar

Google Finance Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Google Finance Scraper

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

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

FieldTypeDefaultDescription
queriesstring[][AAPL]Stock ticker symbols to scrape
maxItemsinteger20Maximum number of results
proxyConfigurationobjectApifyProxy settings

Example Input

{
"queries": ["AAPL", "GOOGL", "MSFT", "NSE:RELIANCE"],
"maxItems": 10,
"proxyConfiguration": {
"useApifyProxy": true
}
}

Output

Each result contains:

FieldDescription
symbolStock ticker symbol
companyNameFull company name
priceCurrent stock price
currencyCurrency code
changePrice change
changePercentPercentage change
previousClosePrevious close price
marketCapMarket capitalization
peRatioPrice-to-earnings ratio
dividendDividend yield
week52High52-week high
week52Low52-week low
aboutCompany description
allStatsAll extracted key stats (raw map)
urlSource URL
scrapedAtScrape timestamp

Running Locally

npm install
npx apify run --input-file=test-apify-input.json

Running on Apify

npx apify push
npx apify call --input-file=test-apify-input.json