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

Scrape Google services through a unified interface. Same authentication and billing as the scrape API.

SERP

EndpointPathCredits
SERP/api/v1/tools/google/serp5

Utilities

EndpointPathCredits
Geocode/api/v1/tools/google/geocode0.1
Translate/api/v1/tools/google/translate1
Search/api/v1/tools/google/search0.5
Vision/api/v1/tools/google/vision0.5

Places

EndpointPathCredits
Places Search/api/v1/tools/google/places/search1
Place Details/api/v1/tools/google/places/details0.6
Places Nearby/api/v1/tools/google/places/nearby1
Places Autocomplete/api/v1/tools/google/places/autocomplete0.1

Maps

EndpointPathCredits
Reviews/api/v1/tools/google/maps/reviews1
Search/api/v1/tools/google/maps/search2
Place Details/api/v1/tools/google/maps/place2

Hotels

EndpointPathCredits
Search/api/v1/tools/google/hotels/search2
Detail/api/v1/tools/google/hotels/detail2
Reviews/api/v1/tools/google/hotels/reviews2
Photos/api/v1/tools/google/hotels/photos2

Flights

EndpointPathCredits
Search/api/v1/tools/google-flights/search2
Calendar/api/v1/tools/google-flights/calendar1
Explore/api/v1/tools/google-flights/explore1

Finance

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-geocode", "creditsUsed": 0.1, "requestId": "req_abc123" } }

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