Google search and market data

Google Hotels by City: names, ratings, review counts, price

The hotel landscape of a city from Google Hotels, up to 200 cities per run: hotel name, Google rating, number of reviews, indicative nightly price and currency, in Google's own order. No dates, no booking, no personal data: the market overview, not the rate search. Pay per delivered hotel.

$4.00per 1,000 ยท Hotel listed

One hotel delivered with name, rating, review count and indicative price. Cities that fail or return nothing are never charged.

run it
# one call, results straight back
curl -X POST "https://api.apify.com/v2/acts/steadydata~google-hotels-city/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ ... }'

Input

FieldNameWhat it does
cities
required
CitiesOne city per row, up to 200, as Google knows it: Amsterdam, Lisbon, New York.
maxHotelsPerCityMax hotels per cityCost ceiling per city. Google shows about 20 hotels on a city page; that is also the maximum here.
countryCountry (gl)Two-letter country code for the market Google shows, for example US, NL, GB.
languageLanguage (hl)Two-letter language code for names and labels.

What you get back

FieldType
citystring, null
positioninteger, null
namestring, null
ratingnumber, null
reviewCountinteger, null
priceFromnumber, null
currencystring, null
priceNotestring, null
countrystring, null
locationIdstring, null
statusstring, null
inputstring, null
errorCodestring, null
errorstring, null