# Google Hotels Scraper API 💰$0.7/1k (`blackfalcondata/google-hotels-scraper`) Actor

💰$0.7/1k — Scrape Google Hotels: nightly & total prices, ratings, reviews, deals, star class, coordinates, address, phone & website. One structured row per property (JSON/CSV). Track price changes across runs, enrich every row from Google's own data. API + MCP for AI agents.

- **URL**: https://apify.com/blackfalcondata/google-hotels-scraper.md
- **Developed by:** [Black Falcon Data](https://apify.com/blackfalcondata) (community)
- **Categories:** Travel, Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.40 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

### What does Google Hotels Scraper API do?

Google Hotels Scraper extracts structured hotel listings from Google Hotels (google.com/travel/search) for any destination and date range. Every hotel carries the nightly price and the whole-stay total, rating, review count, star class, property type, and Google's own deal text. Each row also carries the property profile — exact coordinates, website, check-in/check-out times, star class, property type and photo gallery — at no extra charge and with no second lookup; the property-detail upgrade adds the full street address, phone and a Google Maps link. Search many destinations and date ranges in one run, run incrementally to track rate changes across runs, and export straight into a connected app via MCP.

**New to Apify?** [Sign up free](https://console.apify.com/sign-up?fpr=1h3gvi&fp_sid=ctaplain) and use the included $5 monthly platform credit to test this actor.

### Key features

<!-- KEY_FEATURES:START -->
- **📍 Full property profile on every row** — every hotel arrives with exact coordinates, website, check-in and check-out times, star class, property type and photo gallery — not just a name and a price. No extra lookup, no extra charge: it is part of the same result. Full street address, phone and Google Maps link come with the property-detail upgrade.
- **💵 Nightly and total price** — both the nightly rate and the total for the whole stay, in the currency you ask for, plus Google's own deal text ("23% less than usual") kept in its own field instead of glued to the hotel name.
- **♻️ Incremental mode** — recurring runs emit and charge only for hotels that are new or whose price, rating or cancellation terms changed. The first run builds the baseline; later runs emit only NEW / UPDATED records (UNCHANGED and EXPIRED are opt-in). Ideal for daily rate monitoring.
- **🎯 Batch searches** — search many destinations and date ranges in one run. Results are de-duplicated on Google's own property identity, so a hotel matching several searches is returned — and billed — once.
- **🧹 Empty-field stripping** — drop null, empty-string, and empty-array fields from each record before push. Smaller payloads for AI agents and dashboards that already handle missing fields gracefully.
- **🔌 MCP connectors** — export results into a connected app via Apify's MCP connectors — a clean run-summary, no glue code or AI. Opt in with the App connector field; more destinations open up as Apify's catalog grows.
<!-- KEY_FEATURES:END -->

### What data can you extract from Google Hotels?

Each hotel record includes identity (`propertyToken`, `name`, `title`, `sourceUrl`), the stay you searched (`searchQuery`, `checkIn`, `checkOut`, `nights`), pricing (`priceNightly`, `priceTotal`, `priceDisplay`, `currency`, `dealText`), and reputation (`rating`, `reviewCount`, `amenityHints`). Every record also carries the property profile: `latitude`, `longitude`, `countryCode`, `website`, `checkInTime`, `checkOutTime`, `hotelClass` and `hotelClassLabel` (for example 3 and "3-star tourist hotel"), `propertyType` and `propertyTypeTags`, `thumbnailUrl` and the photo gallery — plus a `scrapedAt` timestamp. The property-detail upgrade (`includeReviews`) fills `addressLine`, `phone` and `mapsUrl` from each property page. Incremental runs add a `changeType` of NEW / UPDATED / UNCHANGED / EXPIRED.


### Input

Configure the actor through the input schema in Apify Console.

Key parameters:

- **`destination`** — Where to search — a city, an area, or a landmark (e.g. Paris, or hotels near Times Square, New York).
- **`checkIn`** — Check-in date (YYYY-MM-DD).
- **`checkOut`** — Check-out date (YYYY-MM-DD). Must be after check-in.
- **`adults`** — Number of adult guests. (default: `2`)
- **`childrenAges`** — One age (0–17) per child — Google Hotels prices each child by age, so the list is also the number of children. Leave empty for adults only.
- **`market`** — Point-of-sale country (e.g. us, gb, de, jp). Google prices by this location, so it also decides the currency you see — the currency each hotel was priced in is reported on every record. There is no separate currency control: Google Hotels ignores one. (default: `"us"`)
- **`language`** — Language code (e.g., en, de, fr). (default: `"en"`)
- **`searches`** — Search several destinations or date ranges in one run. Each entry takes the same fields as a single search: destination, checkIn, checkOut, and optionally market / language.
- **`minPrice`** — Only keep hotels priced at or above this amount per night. In the currency Google prices the search in (see each record's currency). Leave empty for no lower bound.
- **`maxPrice`** — Only keep hotels priced at or below this amount per night. Leave empty for no upper bound.
- **`minRating`** — Only keep hotels with a guest rating at or above this value (0–5).
- **`minHotelClass`** — Only keep hotels of at least this star class (1–5).
- ...and 17 more parameters

### Input examples

**Hotels in a city for a date range** — Search a destination for a specific stay. Returns every hotel on the results page with price, rating, and full property details.

→ Hotel records with nightly and total price, rating, review count, star class, property type, coordinates, website, and check-in/check-out times (full address and phone come with the property-detail upgrade).

```json
{
  "destination": "Paris",
  "checkIn": "2026-08-01",
  "checkOut": "2026-08-03",
  "adults": 2,
  "maxItems": 20
}
````

**Hotels near a landmark** — The destination is free text, so an area or a landmark works as well as a city name.

→ Hotel records for properties Google associates with that area, each carrying exact coordinates (full address via the property-detail upgrade).

```json
{
  "destination": "hotels near Times Square, New York",
  "checkIn": "2026-09-10",
  "checkOut": "2026-09-12",
  "maxItems": 20
}
```

**Rate monitoring (incremental)** — Re-run on a schedule to detect rate changes. Each run compares against the previous snapshot and emits only what changed.

→ Records tagged NEW / UPDATED / UNCHANGED / EXPIRED — only new and changed hotels are pushed and charged.

```json
{
  "destination": "Barcelona",
  "checkIn": "2026-08-01",
  "checkOut": "2026-08-08",
  "incremental": true
}
```

**Several cities in one run** — Batch multiple destinations and date ranges. Results are de-duplicated on Google's own property identity across searches.

→ One row per hotel across all searches, each tagged with the search that found it.

```json
{
  "searches": [
    {
      "destination": "Paris",
      "checkIn": "2026-08-01",
      "checkOut": "2026-08-03"
    },
    {
      "destination": "Rome",
      "checkIn": "2026-09-10",
      "checkOut": "2026-09-14"
    }
  ],
  "maxItems": 40
}
```

**Local market and currency** — Set the point-of-sale market and language to see rates as a local traveller would. Google prices by market, so the market also decides the currency — each record reports the currency it was priced in.

→ Hotel records priced from the requested point of sale, in that market's local currency.

```json
{
  "destination": "Tokyo",
  "checkIn": "2026-10-05",
  "checkOut": "2026-10-09",
  "market": "jp",
  "language": "en"
}
```

**Family stay with children** — Add a child's age (0–17) for each child — Google prices each child by age, so the list of ages is also the number of children. Adults-only searches leave it empty.

→ Hotel records priced for the exact party — the ages change the nightly and total price the same way they do on Google Hotels.

```json
{
  "destination": "Orlando",
  "checkIn": "2026-12-20",
  "checkOut": "2026-12-27",
  "adults": 2,
  "childrenAges": [
    5,
    9
  ]
}
```

### Output

Each run produces a dataset of structured flight records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

### Example flight record

```json
{
  "propertyToken": "ChkIjqiq6fm0zNFYGg0vZy8xMWc2bWMwcnZxEAE",
  "title": "Best Western 11BAUER Paris Saint-Ouen",
  "sourceUrl": "https://www.google.com/travel/hotels/entity/ChkIjqiq6fm0zNFYGg0vZy8xMWc2bWMwcnZxEAE",
  "scrapedAt": "2026-07-16T09:00:00.000Z",
  "searchQuery": "Paris 2026-08-01 to 2026-08-03",
  "checkIn": "2026-08-01",
  "checkOut": "2026-08-03",
  "nights": 2,
  "name": "Best Western 11BAUER Paris Saint-Ouen",
  "priceNightly": 68,
  "priceTotal": 172,
  "priceDisplay": "$68",
  "currency": "USD",
  "rating": 4.7,
  "reviewCount": 138,
  "amenityHints": [
    "Free Wi-Fi",
    "Air conditioning",
    "Restaurant"
  ],
  "latitude": 48.9120795,
  "longitude": 2.3364507999999997,
  "addressLine": "Saint-Ouen-sur-Seine, France",
  "website": "http://www.hotel-11bauer.com/",
  "checkInTime": "3:00 PM",
  "checkOutTime": "11:30 AM",
  "hotelClass": 3,
  "hotelClassLabel": "3-star tourist hotel",
  "propertyType": "Hotel",
  "propertyTypeTags": [
    "gcid:hotel"
  ],
  "thumbnailUrl": "https://lh3.googleusercontent.com/gps-proxy/ALd4DhEauwvvFfNG7uucsIFhE3prTODLAKSQsj8-ujJxtfFKW9dvhszYfG8CimyVR1o39bpmzzAiWPG6z0o3BB0eR7OHuzMd8rEqqO99CpEugvPuNmIS_D_lFOyVcOIrW_4mppDtOO05k05rA42szPosTC1q...",
  "mapsUrl": "https://maps.google.com/maps?hl=en&gl=US&um=1&ie=UTF-8&fb=1&sa=X&ll=48.9120795,2.3364508&z=12&ftid=0x0:0x58a331a79d2a940e&q=Best+Western+11BAUER+Paris+Saint-Ouen",
  "countryCode": "FR",
  "trackedHash": "6e28c2a8a482dfdb964a2e24d35788c2c28cd812"
}
```

### Incremental fields

When `incremental` is enabled, each record carries a `changeType` field — one of `NEW`, `UPDATED`, `UNCHANGED`, or `EXPIRED` — computed by comparing against the previous run's snapshot (keyed per search, or by your own `stateKey`). A hotel counts as `UPDATED` when its price, rating, or review count changed; renames and other cosmetic edits do not trigger it. Default output includes `NEW` and `UPDATED`; set `emitUnchanged: true` to also receive `UNCHANGED`. `EXPIRED` records are emitted as lightweight tombstones when a previously seen hotel drops out of the results, and are never charged.

### How to scrape Google Hotels

1. Go to [Google Hotels Scraper API](https://apify.com/blackfalcondata/google-hotels-scraper?fpr=1h3gvi) in Apify Console.
2. Configure the input.
3. Set `maxItems` to control how many results you need.
4. Click **Start** and wait for the run to finish.
5. Export the dataset as JSON, CSV, or Excel.

### Use cases

- Monitor nightly rates for the hotels and dates you care about and detect price drops across runs.
- Build a hotel dataset with coordinates for mapping and market research — add full address and phone via the property-detail upgrade for lead generation.
- Compare accommodation prices across several cities or date ranges in a single run.
- Benchmark a property against its local competitors on price, rating, review count, and star class.
- Feed structured hotel data into travel analytics, dashboards, or LLM pipelines via MCP export.

### How much does it cost to scrape Google Hotels?

Google Hotels Scraper API uses [pay-per-event](https://docs.apify.com/platform/actors/paid-actors/pay-per-event) pricing. You pay a small fee when the run starts and then for each result that is actually produced.

- **Run start:** $0.005 per run
- **Per flight (primary event):** $0.0007

You are billed only for the events your run actually triggers. Prices below are the Free plan tier; higher Apify plans (Bronze → Diamond) pay progressively less per event, down to roughly 5× lower on the top tier.

| Event | Price (Free tier) | Charged when |
|---|---|---|
| Run start | $0.005 (one-time) | Charged once when the run starts (scales with memory, minimum one). |
| Result (primary) | $0.0007 | Charged per hotel returned. |
| Property details | $0.003 | Opt-in add-on. Charged once per hotel whose full property detail is collected: street address, phone, Google Maps link, room types, neighborhood write-up, rated landmarks, and the upgraded review summary (rating breakdown, per-category sentiment, sources and highlights). Only billed when 'Include full property details' is enabled and the detail page returns data. |

Example costs (primary event only — other events above add cost when they fire):

- 10 results: **$0.012**
- 25 results: **$0.022**
- 100 results: **$0.075**
- 200 results: **$0.14**
- 500 results: **$0.35**

#### Example: recurring monitoring savings

These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of flights that are new or whose tracked content changed since the previous run. Actual churn depends on your query breadth, source activity, and polling frequency — the scenarios below are examples, not predictions.

Example setup: 250 results per run, daily polling (30 runs/month). Event-pricing examples scale linearly with result count.

Numbers below are for the primary **Result** event. Other events (**Property details**) are billed separately when they fire.

| Churn rate | Full re-scrape run cost | Incremental run cost | Savings vs full re-scrape | Monthly cost after baseline |
|---|---:|---:|---:|---:|
| 5% — stable niche query | $0.18 | $0.01 | $0.17 (92%) | $0.41 |
| 15% — moderate broad query | $0.18 | $0.03 | $0.15 (83%) | $0.94 |
| 30% — high-volume aggregator | $0.18 | $0.06 | $0.12 (68%) | $1.72 |

Full re-scrape monthly cost at daily polling: $5.40. First month with incremental costs $0.58 / $1.09 / $1.85 for the 5% / 15% / 30% scenarios because the first run builds baseline state at full cost before incremental savings apply.

Platform usage (compute and proxies) is billed separately by Apify based on actual consumption. Incremental runs consume less on result processing, though fixed per-run overhead stays the same.

### FAQ

#### How many results can I get from Google Hotels?

The number of results depends on the search query and available flights on Google Hotels. Use the `maxItems` parameter to control how many results are returned per run.

#### Does Google Hotels Scraper API support recurring monitoring?

Yes. Enable incremental mode to only receive new or changed flights on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.

#### Can I integrate Google Hotels Scraper API with other apps?

Yes. Google Hotels Scraper API works with Apify's [integrations](https://apify.com/integrations?fpr=1h3gvi) to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

#### Can I use Google Hotels Scraper API with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the [Apify API](https://docs.apify.com/api/v2). Client libraries are available for JavaScript, Python, and other languages.

#### Can I use Google Hotels Scraper API through an MCP Server?

Yes. Apify provides an [MCP Server](https://apify.com/apify/actors-mcp-server?fpr=1h3gvi) that lets AI assistants and agents call this actor directly. Use `excludeEmptyFields` to keep payloads manageable for LLM context windows.

#### Is it legal to scrape Google Hotels?

This actor extracts publicly available data from Google Hotels. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.

#### Your feedback

If you have questions, need a feature, or found a bug, please [open an issue](https://apify.com/blackfalcondata/google-hotels-scraper/issues?fpr=1h3gvi) on the actor's page in Apify Console. Your feedback helps us improve.

### You might also like

- [Agoda Reviews Scraper — Hotel Guest Reviews](https://apify.com/blackfalcondata/agoda-reviews-scraper?fpr=1h3gvi) — Scrape guest reviews for any Agoda hotel — star ratings, full review text in the original language.
- [Airbnb Realtime API — Live Listing, Reviews & Search Lookups](https://apify.com/blackfalcondata/airbnb-realtime?fpr=1h3gvi) — Real-time Airbnb lookups via a persistent standby server — fetch a single listing, its reviews.
- [Airbnb Reviews Scraper — Text, Rating, Date & Host Reply](https://apify.com/blackfalcondata/airbnb-reviews-scraper?fpr=1h3gvi) — Scrape Airbnb reviews as flat rows — review text, star rating, date, reviewer name & location,.
- [Airbnb Scraper — Listings, Prices, Reviews & Host Data](https://apify.com/blackfalcondata/airbnb-scraper?fpr=1h3gvi) — Scrape Airbnb stays — listings with price, ratings, amenities, host info, photos, GPS and full.
- [Airbnb URL Scraper — Fast, Cheap Listing URL Discovery](https://apify.com/blackfalcondata/airbnb-url-scraper?fpr=1h3gvi) — Discover every Airbnb listing URL for a city, neighborhood or search — the cheapest way to.
- [Google Flights Price Tracker API 💰$0.8/1k](https://apify.com/blackfalcondata/google-flights-price-tracker?fpr=1h3gvi) — 💰$0.8/1k — Track Google Flights fares over time. Watch routes and get price-drop alerts via.
- [Google Flights Scraper API 💰$0.8/1k](https://apify.com/blackfalcondata/google-flights-scraper?fpr=1h3gvi) — 💰$0.8/1k — Scrape Google Flights: fares, routes, layovers, airlines, CO₂. One structured row per.
- [Google Maps Real Estate Lead Scraper](https://apify.com/blackfalcondata/google-maps-real-estate-lead-scraper?fpr=1h3gvi) — Find real-estate agents, realtors and brokers on Google Maps (google.com/maps) — name, category,.

### Getting started with Apify

New to Apify? [Create a free account with $5 credit](https://console.apify.com/sign-up?fpr=1h3gvi\&fp_sid=ctaplain) — no credit card required.

1. Sign up — $5 platform credit included
2. Open this actor and configure your input
3. Click **Start** — export results as JSON, CSV, or Excel

Need more later? [See Apify pricing](https://apify.com/pricing?fpr=1h3gvi).

### Disclaimer

#### General

This actor is a data and analytics tool. It does not sell, book, or reserve accommodation, and it is not affiliated with, endorsed by, or acting on behalf of any hotel, booking site, travel agency, or Google. It uses no hotel or agency logos, brand artwork, or affiliation claims, and reproduces only factual property names as publicly displayed. **You are solely responsible for how you use the data this actor provides.** Prices, ratings, availability, and other values are sourced from publicly displayed Google Hotels data; they are indicative, point-in-time, and not guaranteed. Verify all rates, taxes and fees, cancellation terms, and availability directly with the property or seller before booking. Use is at your own risk.

#### Prices and fees

Nightly and total prices are the figures Google Hotels publicly displays for the dates and occupancy you searched. They may exclude local taxes, resort or cleaning fees, and other charges added at checkout, and they change frequently — a price returned by this actor may differ from the price you are offered at booking time. This actor reports prices only; it gives no booking advice.

#### Property information

Coordinates, addresses, phone numbers, websites, check-in and check-out times, star class, and property type are reproduced as published by Google Hotels. They may be incomplete, outdated, or wrong, and this actor does not independently verify them. Contact details are provided as published business contact information. If you use them to contact properties, you are responsible for complying with all applicable marketing, privacy, and electronic-communications laws (including GDPR and equivalent regimes) in your jurisdiction and theirs.

# Actor input Schema

## `destination` (type: `string`):

Where to search — a city, an area, or a landmark (e.g. Paris, or hotels near Times Square, New York).

## `checkIn` (type: `string`):

Check-in date (YYYY-MM-DD).

## `checkOut` (type: `string`):

Check-out date (YYYY-MM-DD). Must be after check-in.

## `adults` (type: `integer`):

Number of adult guests.

## `childrenAges` (type: `array`):

One age (0–17) per child — Google Hotels prices each child by age, so the list is also the number of children. Leave empty for adults only.

## `market` (type: `string`):

Point-of-sale country (e.g. us, gb, de, jp). Google prices by this location, so it also decides the currency you see — the currency each hotel was priced in is reported on every record. There is no separate currency control: Google Hotels ignores one.

## `language` (type: `string`):

Language code (e.g., en, de, fr).

## `searches` (type: `array`):

Search several destinations or date ranges in one run. Each entry takes the same fields as a single search: destination, checkIn, checkOut, and optionally market / language.

## `minPrice` (type: `integer`):

Only keep hotels priced at or above this amount per night. In the currency Google prices the search in (see each record's currency). Leave empty for no lower bound.

## `maxPrice` (type: `integer`):

Only keep hotels priced at or below this amount per night. Leave empty for no upper bound.

## `minRating` (type: `integer`):

Only keep hotels with a guest rating at or above this value (0–5).

## `minHotelClass` (type: `integer`):

Only keep hotels of at least this star class (1–5).

## `propertyType` (type: `string`):

Only keep properties whose type matches this text (e.g. hotel, hostel, apartment, guest house). Case-insensitive. Leave empty for all types.

## `sortBy` (type: `string`):

Order the output. 'Relevance' keeps Google's own ranking.

## `maxItems` (type: `integer`):

Maximum number of hotels to return across the whole run. Leave empty for unlimited.

## `includeReviews` (type: `boolean`):

Collect each hotel's full detail profile: the full street address, phone and Google Maps link, room types (with bed configuration and photos), the neighbourhood write-up, nearby rated landmarks, and richer review data (guest highlights, per-source review counts, positive/negative sentiment). Note the overall score, star breakdown and guest sentiment by category are already included for free on every hotel — this adds the deeper per-hotel detail. It does extra work per hotel, so runs take longer and it is billed as a separate per-hotel add-on. Leave off for prices and the free profile only.

## `excludeEmptyFields` (type: `boolean`):

Drop null, empty-string, and empty-array fields from each record before push. Smaller payloads for AI agents and dashboards.

## `incremental` (type: `boolean`):

Track NEW / UPDATED / EXPIRED hotels across runs (price-drop detection).

## `emitUnchanged` (type: `boolean`):

Also output hotels whose price, rating and availability did not change since the last run.

## `stateKey` (type: `string`):

Optional. Pin a name to share one incremental tracking history across runs. Leave empty and each distinct search keeps its own isolated history automatically.

## `telegramToken` (type: `string`):

Telegram bot token (from @BotFather). Required for Telegram notifications.

## `telegramChatId` (type: `string`):

Telegram chat or channel ID where alerts are sent.

## `discordWebhookUrl` (type: `string`):

Discord incoming webhook URL.

## `slackWebhookUrl` (type: `string`):

Slack incoming webhook URL.

## `webhookUrl` (type: `string`):

Universal escape hatch for n8n / Make / Zapier / custom HTTP backends. Receives a JSON POST per run.

## `notificationLimit` (type: `integer`):

Maximum number of hotels included in each notification message (1–20).

## `notifyOnlyChanges` (type: `boolean`):

When Incremental tracking is on, only notify for NEW and UPDATED hotels.

## `appConnector` (type: `string`):

Optional. Pick a connected app under Settings → API & Integrations to receive your results. A run-summary is written to the connected app; support is best-effort as Apify expands its connector catalog.

## `mcpIssueTeam` (type: `string`):

Only when the connected app is an issue tracker: the team (name or ID) the summary issue is created under, if that app requires one.

## Actor input object example

```json
{
  "destination": "Paris",
  "checkIn": "2026-08-01",
  "checkOut": "2026-08-03",
  "adults": 2,
  "childrenAges": [],
  "market": "us",
  "language": "en",
  "searches": [],
  "sortBy": "relevance",
  "includeReviews": false,
  "excludeEmptyFields": false,
  "incremental": false,
  "emitUnchanged": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "destination": "Paris",
    "checkIn": "2026-08-01",
    "checkOut": "2026-08-03",
    "childrenAges": [],
    "searches": [],
    "includeReviews": false,
    "excludeEmptyFields": false
};

// Run the Actor and wait for it to finish
const run = await client.actor("blackfalcondata/google-hotels-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "destination": "Paris",
    "checkIn": "2026-08-01",
    "checkOut": "2026-08-03",
    "childrenAges": [],
    "searches": [],
    "includeReviews": False,
    "excludeEmptyFields": False,
}

# Run the Actor and wait for it to finish
run = client.actor("blackfalcondata/google-hotels-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "destination": "Paris",
  "checkIn": "2026-08-01",
  "checkOut": "2026-08-03",
  "childrenAges": [],
  "searches": [],
  "includeReviews": false,
  "excludeEmptyFields": false
}' |
apify call blackfalcondata/google-hotels-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=blackfalcondata/google-hotels-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Google Hotels Scraper API 💰$0.7/1k",
        "description": "💰$0.7/1k — Scrape Google Hotels: nightly & total prices, ratings, reviews, deals, star class, coordinates, address, phone & website. One structured row per property (JSON/CSV). Track price changes across runs, enrich every row from Google's own data. API + MCP for AI agents.",
        "version": "0.1",
        "x-build-id": "gfra7iCSQImmo1L33"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/blackfalcondata~google-hotels-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-blackfalcondata-google-hotels-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/blackfalcondata~google-hotels-scraper/runs": {
            "post": {
                "operationId": "runs-sync-blackfalcondata-google-hotels-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/blackfalcondata~google-hotels-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-blackfalcondata-google-hotels-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "destination": {
                        "title": "🏨 Destination",
                        "type": "string",
                        "description": "Where to search — a city, an area, or a landmark (e.g. Paris, or hotels near Times Square, New York)."
                    },
                    "checkIn": {
                        "title": "📅 Check-in",
                        "type": "string",
                        "description": "Check-in date (YYYY-MM-DD)."
                    },
                    "checkOut": {
                        "title": "Check-out",
                        "type": "string",
                        "description": "Check-out date (YYYY-MM-DD). Must be after check-in."
                    },
                    "adults": {
                        "title": "👤 Adults",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Number of adult guests.",
                        "default": 2
                    },
                    "childrenAges": {
                        "title": "Children's ages",
                        "type": "array",
                        "description": "One age (0–17) per child — Google Hotels prices each child by age, so the list is also the number of children. Leave empty for adults only."
                    },
                    "market": {
                        "title": "🌎 Market",
                        "type": "string",
                        "description": "Point-of-sale country (e.g. us, gb, de, jp). Google prices by this location, so it also decides the currency you see — the currency each hotel was priced in is reported on every record. There is no separate currency control: Google Hotels ignores one.",
                        "default": "us"
                    },
                    "language": {
                        "title": "🌐 Language",
                        "type": "string",
                        "description": "Language code (e.g., en, de, fr).",
                        "default": "en"
                    },
                    "searches": {
                        "title": "🗂️ Batch Searches",
                        "type": "array",
                        "description": "Search several destinations or date ranges in one run. Each entry takes the same fields as a single search: destination, checkIn, checkOut, and optionally market / language."
                    },
                    "minPrice": {
                        "title": "💰 Min price (per night)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Only keep hotels priced at or above this amount per night. In the currency Google prices the search in (see each record's currency). Leave empty for no lower bound."
                    },
                    "maxPrice": {
                        "title": "💰 Max price (per night)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Only keep hotels priced at or below this amount per night. Leave empty for no upper bound."
                    },
                    "minRating": {
                        "title": "⭐ Min guest rating",
                        "minimum": 0,
                        "maximum": 5,
                        "type": "integer",
                        "description": "Only keep hotels with a guest rating at or above this value (0–5)."
                    },
                    "minHotelClass": {
                        "title": "🏨 Min star class",
                        "minimum": 1,
                        "maximum": 5,
                        "type": "integer",
                        "description": "Only keep hotels of at least this star class (1–5)."
                    },
                    "propertyType": {
                        "title": "🏷️ Property type contains",
                        "type": "string",
                        "description": "Only keep properties whose type matches this text (e.g. hotel, hostel, apartment, guest house). Case-insensitive. Leave empty for all types."
                    },
                    "sortBy": {
                        "title": "↕️ Sort results by",
                        "enum": [
                            "relevance",
                            "price_low",
                            "price_high",
                            "rating_high",
                            "reviews_most"
                        ],
                        "type": "string",
                        "description": "Order the output. 'Relevance' keeps Google's own ranking.",
                        "default": "relevance"
                    },
                    "maxItems": {
                        "title": "⚙️ Max Results",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of hotels to return across the whole run. Leave empty for unlimited."
                    },
                    "includeReviews": {
                        "title": "🗣️ Include full property details",
                        "type": "boolean",
                        "description": "Collect each hotel's full detail profile: the full street address, phone and Google Maps link, room types (with bed configuration and photos), the neighbourhood write-up, nearby rated landmarks, and richer review data (guest highlights, per-source review counts, positive/negative sentiment). Note the overall score, star breakdown and guest sentiment by category are already included for free on every hotel — this adds the deeper per-hotel detail. It does extra work per hotel, so runs take longer and it is billed as a separate per-hotel add-on. Leave off for prices and the free profile only.",
                        "default": false
                    },
                    "excludeEmptyFields": {
                        "title": "🧹 Exclude empty fields from output",
                        "type": "boolean",
                        "description": "Drop null, empty-string, and empty-array fields from each record before push. Smaller payloads for AI agents and dashboards.",
                        "default": false
                    },
                    "incremental": {
                        "title": "🔁 Incremental tracking",
                        "type": "boolean",
                        "description": "Track NEW / UPDATED / EXPIRED hotels across runs (price-drop detection).",
                        "default": false
                    },
                    "emitUnchanged": {
                        "title": "♻️ Emit unchanged",
                        "type": "boolean",
                        "description": "Also output hotels whose price, rating and availability did not change since the last run.",
                        "default": false
                    },
                    "stateKey": {
                        "title": "🗝️ Tracking namespace",
                        "type": "string",
                        "description": "Optional. Pin a name to share one incremental tracking history across runs. Leave empty and each distinct search keeps its own isolated history automatically."
                    },
                    "telegramToken": {
                        "title": "🔑 Telegram Bot Token",
                        "type": "string",
                        "description": "Telegram bot token (from @BotFather). Required for Telegram notifications."
                    },
                    "telegramChatId": {
                        "title": "💬 Telegram Chat ID",
                        "type": "string",
                        "description": "Telegram chat or channel ID where alerts are sent."
                    },
                    "discordWebhookUrl": {
                        "title": "🎮 Discord Webhook URL",
                        "type": "string",
                        "description": "Discord incoming webhook URL."
                    },
                    "slackWebhookUrl": {
                        "title": "💼 Slack Webhook URL",
                        "type": "string",
                        "description": "Slack incoming webhook URL."
                    },
                    "webhookUrl": {
                        "title": "🪝 Generic Webhook URL",
                        "type": "string",
                        "description": "Universal escape hatch for n8n / Make / Zapier / custom HTTP backends. Receives a JSON POST per run."
                    },
                    "notificationLimit": {
                        "title": "📊 Max Items Per Notification",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "Maximum number of hotels included in each notification message (1–20).",
                        "default": 5
                    },
                    "notifyOnlyChanges": {
                        "title": "🔄 Notify Only New/Updated",
                        "type": "boolean",
                        "description": "When Incremental tracking is on, only notify for NEW and UPDATED hotels.",
                        "default": false
                    },
                    "appConnector": {
                        "title": "📤 Send results to a connected app",
                        "type": "string",
                        "description": "Optional. Pick a connected app under Settings → API & Integrations to receive your results. A run-summary is written to the connected app; support is best-effort as Apify expands its connector catalog."
                    },
                    "mcpIssueTeam": {
                        "title": "🏷️ Issue tracker team",
                        "type": "string",
                        "description": "Only when the connected app is an issue tracker: the team (name or ID) the summary issue is created under, if that app requires one."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
