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

  • POSTOne-way Search
  • POSTCalendar
  • POSTExplore

Finance

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

Google Flights

Search one-way, round-trip, and multi-city itineraries, compare route prices by date, and explore priced destinations.

Available Tools

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

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-flights-search", "creditsUsed": 2, "requestId": "req_abc123" } }

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