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 Hotels

Search hotels, get property details, reviews, and photos from Google Hotels.

Available Tools

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

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