apify-scrape-hotel-priceslisted
Install: claude install-skill johnisanerd/claude-skill-scrape-hotel-prices
# Scrape Hotel Prices: Google Hotels to Structured JSON
Scrape hotel prices from Google Hotels into clean JSON with the Apify Google Hotels Search Scraper. Give it a destination query and stay dates, and get every listed property with its nightly rate, total rate, rating, review count, amenities, coordinates, and a token you can chain into reviews or photo pulls.
## When to use this skill
- The user wants to scrape hotel prices from Google Hotels (to JSON, CSV, a sheet, or a database).
- They want nightly and total rates for a destination and stay date as a dataset.
- They want rates, ratings, and amenities for hotel market research or a travel app.
- They ask for a "hotel prices scraper", "hotel data scraper", or "hotel prices API".
Not for: making reservations (the Actor reads data, it does not book), flight prices (use the Google Flights Data Scraper), or restaurant and attraction listings (use the Google Local API).
## What you get (one object per results page)
Each dataset item is one page of results: `search_parameters` (your echoed input), `search_metadata` (`total_results`, `properties_count`, `ads_count`, `pages_processed`, `pagination_limit_reached`), a `properties` array of organic listings, and an `ads` array of sponsored listings. Each property carries `name`, `type` (hotel or vacation rental), `rate_per_night` and `total_rate` (display string `lowest` plus numeric `extracted_lowest`, with before-tax variants), `overall_rating`, `reviews` count, `amenities`