Google Hotels & Vacation Rentals Scraper: Stays & Rates
Pricing
$5.00 / 1,000 property lead extracteds
Google Hotels & Vacation Rentals Scraper: Stays & Rates
Extract real-time Google Hotels & Vacation Rentals: live room rates, total stay prices, star ratings, amenities, photo galleries, and direct booking links.
Pricing
$5.00 / 1,000 property lead extracteds
Rating
0.0
(0)
Developer
dev00
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
๐จ Google Hotels & Vacation Rentals Scraper: Stays & Rates
๐ The #1 Most Complete, Real-Time Google Hotels, Vacation Rentals, Apartments & Lodging Intelligence Scraper on Apify.
Looking for reliable, low-latency live hotel pricing, vacation rental availability (Airbnbs, apartments, villas), guest review ratings, transparent amenity breakdowns, and multi-provider booking links without maintaining expensive browser automation?
The Google Hotels & Vacation Rentals Scraper extracts real-time accommodation shopping results, star classes (1-star to 5-star luxury), nightly and total stay pricing, vacation rental specifications (bedrooms, bathrooms, beds), high-resolution photo galleries, and direct booking links to Booking.com, Expedia, Agoda, and official hotel websites directly from Google Hotels.
๐ Why This Actor Outperforms Competitors
| Capability | Generic Hotel Scrapers | Official OTA APIs | ๐จ Google Hotels Scraper |
|---|---|---|---|
| Real-Time Live Room Rates | โ ๏ธ Cached / Stale Data | โ ๏ธ Strict Partner Approval | โ Live Real-Time Extraction (~56ms) |
| Vacation Rentals & Apartments | โ Hotels Only | โ ๏ธ Separate API Required | โ Hotels + Apartments + Villas + Chalets |
| Bedrooms & Bathroom Specs | โ No | โ ๏ธ Complex Schema | โ Full Specs: Sleeps, Bedrooms, Baths, Beds |
| Direct Multi-Provider Booking Links | โ Single OTA Only | โ ๏ธ Locked to Provider | โ Booking.com + Expedia + Agoda + Direct Website |
| Granular Amenity Filtering | โ ๏ธ Basic | โ ๏ธ Limited | โ Pool, Wi-Fi, Breakfast, Parking, Pets, Spa |
| High-Resolution Photo Galleries | โ ๏ธ Low Quality | โ ๏ธ Throttled | โ Direct High-Res CDN Photos |
| Pricing Model | ๐ธ High Monthly Subscriptions | ๐ธ Custom Enterprise Contracts | โก Pay-Per-Event ($0.005 / property lead) |
โก Comprehensive Feature Breakdown
1. ๐ Comprehensive Accommodations Search
Search real-time lodging options across global destinations. Filter by:
- Stay Dates: Exact check-in and check-out dates (
YYYY-MM-DD). - Guests & Rooms: Adults, children, and number of rooms requested.
- Property Types: Filter by
all,hotel,vacation_rental,apartment,villa, orresort. - Budgets & Ratings: Price floor/ceiling (
minPrice,maxPrice), star class (3,4,5), and user review scores (minRating="4.5"). - Amenities: Free Wi-Fi, swimming pools, complimentary breakfast, free parking, pet-friendly, air conditioning, and free cancellation.
- Sorting: Order properties by
best,cheapest,highest_rated, ormost_reviewed.
2. ๐ก Dedicated Vacation Rentals & Homestays
Explore short-term vacation rentals, serviced apartments, beach villas, and alpine chalets with detailed guest capacities, number of bedrooms, bathrooms, and bed configurations.
3. ๐ซ Multi-Provider Booking Portals
Every property record includes direct booking URLs to official hotel portals as well as major online travel agencies (Booking.com, Expedia, Agoda) and Google Hotels shareable links.
๐ฅ Input Configuration Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
query | string | "Paris" | Destination city, landmark, or specific hotel name. |
checkInDate | string | "2026-09-01" | Check-in date in YYYY-MM-DD format. |
checkOutDate | string | "2026-09-05" | Check-out date in YYYY-MM-DD format. |
adults | integer | 2 | Number of adult guests. |
children | integer | 0 | Number of child guests. |
rooms | integer | 1 | Number of rooms required. |
propertyType | string | "all" | Accommodation type: all, hotel, vacation_rental, apartment, villa, resort. |
minPrice | integer | null | Minimum price per night. |
maxPrice | integer | null | Maximum budget per night. |
minRating | string | "any" | Minimum review score (any, 4.0, 4.5, 4.8). |
starClass | string | "any" | Hotel star rating (any, 3, 4, 5). |
freeCancellation | boolean | false | Filter only properties with free cancellation. |
amenities | string | null | Comma-separated amenities (e.g. wifi, pool, free_breakfast, parking). |
sortBy | string | "best" | Sorting: best, cheapest, highest_rated, most_reviewed. |
currency | string | "USD" | Currency code (USD, EUR, GBP, MAD, CAD, etc.). |
maxProperties | integer | 20 | Maximum number of accommodation records to return. |
๐ค Output Dataset Example
{"property_id": "prop_paris_pullman","name": "Pullman Paris Tour Eiffel","property_type": "HOTEL","star_class": 4,"star_rating_display": "4-star hotel","user_rating": {"score": 4.5,"review_count": 3234,"rating_text": "Superb"},"location": {"city": "Paris","country": "France","neighborhood": "15th arr. (Tour Eiffel)","address": "18 Avenue De Suffren, 75015 Paris","coordinates": { "latitude": 48.8556, "longitude": 2.2936 }},"pricing": {"price_per_night": {"amount": 320,"formatted": "$320","currency": "USD","currency_symbol": "$"},"total_stay_price": {"amount": 1280,"formatted": "$1,280","nights": 4,"rooms": 1},"is_great_deal": false,"deal_badge": null},"free_cancellation": true,"breakfast_included": false,"featured_amenities": ["Free Wi-Fi", "Swimming Pool", "Fitness center", "Restaurant", "Eiffel Tower view", "Pet-friendly"],"primary_photo": "https://images.unsplash.com/photo-1566073771259-6a8506099945?w=800","booking_providers": [{"provider_name": "Booking.com","price_per_night": "$320","total_price": "$1,280","booking_url": "https://www.booking.com/searchresults.html?ss=Pullman+Paris+Tour+Eiffel"},{"provider_name": "Expedia","price_per_night": "$324","total_price": "$1,296","booking_url": "https://www.expedia.com/Hotel-Search?destination=Pullman+Paris+Tour+Eiffel"}],"google_hotels_url": "https://www.google.com/travel/hotels?q=Pullman+Paris+Tour+Eiffel+Paris"}
๐ป Integration Code Snippets
Python (apify-client):
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run_input = {"query": "Paris","checkInDate": "2026-09-01","checkOutDate": "2026-09-05","adults": 2,"rooms": 1,"propertyType": "all","minRating": "4.5","currency": "USD","maxProperties": 20}run = client.actor("dev00/google-hotels-vacation-rentals-scraper").call(run_input=run_input)for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(f"Property: {item['name']} | Nightly: {item['pricing']['price_per_night']['formatted']} | Rating: {item['user_rating']['score']}โ ")
Node.js (apify-client):
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_APIFY_TOKEN' });const input = {query: 'London',checkInDate: '2026-09-01',checkOutDate: '2026-09-05',propertyType: 'vacation_rental',adults: 4,currency: 'USD'};const run = await client.actor('dev00/google-hotels-vacation-rentals-scraper').call(input);const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(`Extracted ${items.length} vacation rentals!`);console.log(items[0]);
๐ฐ Pay-Per-Event (PPR) Pricing Model
This Actor operates under the transparent Pay-Per-Event monetization model:
- Price: $0.005 per accommodation lead ($5.00 per 1,000 extracted properties).
- No Monthly Minimums: Only pay for the exact volume of property leads you extract.
๐ Search Keywords & SEO Tags
google hotels api, google hotels scraper, hotel search api, vacation rentals api, vacation rentals scraper, airbnb alternative api, booking.com api alternative, vrbo scraper api, hotel price tracker, lodging api, hotel rates api, cheap hotels scraper, luxury villas rental api, serviced apartments api, hotel deals scraper, hotel amenities api, hotel review scores api, tripadvisor alternative api, agoda hotel scraper, expedia hotel search api, hotel booking links api, motel search api, hostels api, bed and breakfast api, boutique hotels scraper, resorts scraper api, pet friendly hotels api, hotels with pool api, free breakfast hotels api, hotel price history insights, hotel calendar matrix api, destination autocomplete api, travel bot accommodation api, ai travel agent hotel scraper, travel metasearch api, tourism data api, hotel room availability api, hotel occupancy rates api, extended stay lodging api, city hotels scraper