Google SERP Hotels Search API

Data & APIs

Call GET /api/v1/google/hotels/search for Google SERP Hotels Search through Just Serp API with check_in_date, check_out_date, and query.

Install

openclaw skills install justserpapi-google-hotels-search

Google SERP Hotels Search

Use this focused Just Serp API skill for Google SERP Hotels Search. It targets GET /api/v1/google/hotels/search. Required inputs are check_in_date, check_out_date, and query. OpenAPI describes it as: Get Google hotels Search data, including prices, ratings, and availability details, for travel comparison and hospitality market analysis.

Endpoint Scope

  • Group key: google
  • Endpoint key: hotels/search
  • Group family: Google SERP
  • Skill slug: justserpapi-google-hotels-search
OperationVersionMethodPathOpenAPI summary
hotelsSearchv1GET/api/v1/google/hotels/searchSearch

Inputs

ParameterInRequired byOptional byTypeNotes
adultsqueryn/aallintegerThe number of adults staying in the room
amenitiesqueryn/aallstringFilter by specific amenities (e.g., '35' for free Wi-Fi). <a href="/reference/hotels/google-hotels-amenities">Google Hotels Amenities</a> (hotel amenities). <a href="/reference/hotels/google-hotels-vacation-rentals-amenities">Google Hotels Vacation Rentals Amenities</a> (vacation rental amenities)
bathroomsqueryn/aallstringMinimum number of bathrooms required (applies to vacation rentals)
bedroomsqueryn/aallstringMinimum number of bedrooms required (applies to vacation rentals)
brandsqueryn/aallstringFilter by specific hotel brand IDs. IDs can be comma-separated
check_in_datequeryalln/astringThe hotel check-in date in 'YYYY-MM-DD' format (e.g., '2026-05-20')
check_out_datequeryalln/astringThe hotel check-out date in 'YYYY-MM-DD' format (e.g., '2026-05-25')
childrenqueryn/aallintegerThe number of children staying in the room
children_agesqueryn/aallstringThe ages of the children, separated by commas (e.g., '5,10'). The number of ages must match the 'children' parameter
countryqueryn/aallstringSet the target country code (e.g., 'us', 'uk') to localize results. See <a href="/reference/google-countries">Google Countries</a>
currencyqueryn/aallstringThe three-letter ISO currency code for displaying prices (e.g., 'USD', 'EUR'). See <a href="/reference/hotels/google-hotels-currency">Google Hotels Currency</a>
eco_certifiedqueryn/aallstringFilter for hotels that are eco-certified. Set to '1' or 'true' to enable
free_cancellationqueryn/aallstringFilter for hotels that offer free cancellation. Set to '1' or 'true' to enable
hotel_classqueryn/aallstringFilter by hotel star ratings. Supported values: '2', '3', '4', '5'. Can be comma-separated
htmlqueryn/aallbooleanSet to true to return the raw HTML of the Google search results page alongside the structured data
languagequeryn/aallstringSet the language for the results using its two-letter code (e.g., 'en' for English, 'fr' for French). See <a href="/reference/google-language">Google Language</a>
max_pricequeryn/aallstringMaximum price filter for the hotel stay
min_pricequeryn/aallstringMinimum price filter for the hotel stay
next_page_tokenqueryn/aallstringThe token used to retrieve the next page of hotel results. This token is found in the 'next_page_token' field of a previous response
property_tokenqueryn/aallstringThe unique token for a specific hotel property to fetch detailed information
property_typesqueryn/aallstringFilter by hotel property types. See the <a href="/reference/hotels/google-hotels-property-types">Google Property Types</a> for the full list of supported hotel property types. For vacation rentals, refer to the <a href="/reference/hotels/google-hotels-vacation-rentals-property-types">Google Hotels Vacation Rentals Property Types</a>
queryqueryalln/astringThe destination or specific hotel name you are searching for (e.g., 'Paris', 'Hilton New York')
ratingqueryn/aallstringFilter by minimum guest rating. Supported values: '7' (3.5+), '8' (4.0+), '9' (4.5+)
sort_byqueryn/aallstringThe criteria to sort hotel results. Supported values: '3' (Lowest price), '8' (Highest rating), '13' (Most reviews)
special_offersqueryn/aallstringFilter for hotels currently offering special deals or discounts. Set to '1' or 'true' to enable
vacation_rentalsqueryn/aallbooleanSet to true to search for vacation rentals instead of standard hotels

Request body: none documented; send parameters through path or query arguments.

Version Choice

Use hotelsSearch for the documented v1 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: hotelsSearch.

node {baseDir}/bin/run.mjs --operation "hotelsSearch" --api-key "$JUST_SERP_API_KEY" --params-json '{"query":"<query>","check_in_date":"<check_in_date>","check_out_date":"<check_out_date>"}'

Ask for any missing required parameter before calling the helper. Keep user-provided IDs, URLs, keywords, and filters unchanged.

Environment

  • Required: JUST_SERP_API_KEY
  • Pass the API key with --api-key "$JUST_SERP_API_KEY"; do not paste key values into chat messages, screenshots, or logs.
  • Project site: Just Serp API.
  • Authentication details: Just Serp API Docs.

Output Focus

  • State the operation ID and endpoint path used, for example hotelsSearch on /api/v1/google/hotels/search.
  • Echo the required lookup scope (check_in_date, check_out_date, and query) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Google hotels Search data, including prices, ratings, and availability details, for travel comparison and hospitality market analysis.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.