scraper
Back to API docs

Overview

  • Overview

SERP

  • POSTSERP

Core

  • POSTGeocode
  • POSTTranslate
  • POSTSearch
  • POSTVision
  • POSTPlaces Search
  • POSTPlace Details
  • POSTPlaces Nearby
  • POSTAutocomplete

Maps

  • POSTSearch
  • POSTPlace Details
  • POSTReviews

Hotels

  • POSTSearch
  • POSTDetail
  • POSTReviews
  • POSTPhotos

Flights

  • POSTSearch
  • POSTCalendar
  • POSTExplore

Finance

  • POSTQuote
  • POSTFundamentals
  • POSTChart
  • POSTNews
  • POSTSearch
  • POSTEstimates
  • POSTEarnings

Google Finance

Get stock quotes, financial fundamentals, chart data, news, search results, analyst estimates, and earnings calendar from Google Finance.

Available Tools

EndpointPathCredits
Quote/api/v1/tools/google-finance/quoteFree
Fundamentals/api/v1/tools/google-finance/fundamentalsFree
Chart/api/v1/tools/google-finance/chartFree
News/api/v1/tools/google-finance/newsFree
Search/api/v1/tools/google-finance/searchFree
Estimates/api/v1/tools/google-finance/estimatesFree
Earnings/api/v1/tools/google-finance/earningsFree

Authentication

All tool endpoints use the same Authorization header as the scrape API:

Authorization: Bearer sc_live_your_key_here

Response Format

Every tool returns a consistent envelope with data and meta fields:

{ "data": { ... }, "meta": { "tool": "google-finance-quote", "creditsUsed": 0, "requestId": "req_abc123" } }

Credit cost and request ID are also returned in response headers: X-Request-Cost, X-Remaining-Credits, X-Request-Id.