Install
openclaw skills install @dataify-server/dataify-google-hotelsopenclaw skills install @dataify-server/dataify-google-hotelsUse this skill to turn a user's Google Hotels request into a Dataify Scraper API form POST.
references/google_hotels_api.md when the exact field list, accepted values, defaults, or mapping notes are needed.YYYY-MM-DD.python3 scripts/google_hotels.py --params-json '{"q":"Tokyo hotels","check_in_date":"2026-06-01","check_out_date":"2026-06-03","gl":"us","hl":"en"}' --dry-run
DATAIFY_API_TOKEN.python3. Run it from this skill directory, or use the absolute path to scripts/google_hotels.py.Content-Type: application/x-www-form-urlencoded; charset=utf-8.engine to google_hotels.json: "1" unless the user asks for another output format.q, check_in_date, and check_out_date for normal hotel searches when they can be inferred. Ask a follow-up if a normal search is missing any of those fields.property_token for hotel detail requests when the user provides a property token.next_page_token for next-page requests when the user provides a pagination token.Bearer is accepted and prefixed automatically.Common mappings:
json: "1"json: "2"json: "3"json: "4"glhlsort_by: "3"sort_by: "8"sort_by: "13"rating: "7" / "8" / "9"free_cancellation: "true"special_offers: "true"eco_certified: "true"vacation_rentals: "true"no_cache: "true"python3 scripts/google_hotels.py --params-json '{"q":"Tokyo hotels","check_in_date":"2026-06-01","check_out_date":"2026-06-03","gl":"us","hl":"en"}' --dry-run
export for macOS/Linux shells, $env: for Windows PowerShell, or set for Windows Command Prompt). Show other platforms or persistent setup only when detection is ambiguous or the user asks.DATAIFY_API_TOKEN is present; never print its value. If verification succeeds, continue the original task without asking the user to repeat it..env unless the execution path explicitly loads it, and ensure .env is ignored by version control.