# Marriott Hotel Scraper (`mrdoe/marriott-hotel-scraper`) Actor

Scrape Marriott hotel availability, room rates, prices, room types, cancellation policies, ratings, meal plans, and property details for specific dates from Booking.com and Marriott's official website.

- **URL**: https://apify.com/mrdoe/marriott-hotel-scraper.md
- **Developed by:** [MrDoe](https://apify.com/mrdoe) (community)
- **Categories:** Travel, Automation, Developer tools
- **Stats:** 3 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: 4.00 out of 5 stars

## Pricing

from $0.50 / 1,000 results

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

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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

## Marriott Hotel Scraper

Get structured, up-to-date data on Marriott Bonvoy hotels — availability, room rates, cancellation policies, and property details — pulled from Booking.com and Marriott's official site. Built for hotel price comparison, travel research, rate monitoring, and hospitality analytics.

This Marriott hotel scraper covers the full Marriott Bonvoy portfolio: Marriott Hotels, JW Marriott, The Ritz-Carlton, W Hotels, Westin, St. Regis, Sheraton, Le Méridien, Renaissance, Autograph Collection, Courtyard, Residence Inn, Fairfield Inn, AC Hotels, Aloft, Moxy, Element, and more. It never mixes in hotels from other chains.

### What you can scrape

- Marriott hotel availability for specific dates
- Room types, bed types, and maximum occupancy
- Booking.com hotel prices and rate plans
- Official Marriott hotel prices, sourced live from marriott.com itself
- Marriott Bonvoy points redemption pricing (how many points a night costs), alongside the cash rate
- Hotel details: address, city, country, coordinates, star rating, review score
- Amenities and images
- Cancellation policies and refundability
- Meal plans (breakfast included, etc.)
- Date-specific hotel pricing for any check-in/check-out combination

### How it works

Search by:

- **Hotel name** — target one specific Marriott property, e.g. `JW Marriott Essex House New York`
- **Area / city** — discover Marriott-family hotels in a destination, e.g. `New York`
- **ZIP / postal code** — discover Marriott-family hotels near a postal code, e.g. `10019`

Choose your data source:

- `booking_com` — live rates and availability from Booking.com
- `official` — live rates directly from marriott.com, including both the cash price and the Bonvoy points price
- `both` — both sources, clearly labeled per record

Every record includes `source`, `source_url`, and `observed_at` so you always know where the data came from and when it was collected.

Set check-in/check-out dates, number of adults, children, and rooms, and a preferred currency. Results are returned as clean, normalized JSON — no raw HTML, no duplicate records.

### Input example

```json
{
  "hotel": "JW Marriott Essex House New York",
  "source": "both",
  "check_in": "2026-10-15",
  "check_out": "2026-10-17",
  "adults": 2,
  "children": 0,
  "rooms": 1,
  "currency": "USD",
  "limit": 5
}
```

Or discover hotels in an area:

```json
{
  "area": "Chicago",
  "source": "booking_com",
  "check_in": "2026-11-01",
  "check_out": "2026-11-03",
  "adults": 2,
  "limit": 10
}
```

### Output example

```json
{
  "hotel_id": "12345",
  "source": "booking_com",
  "source_url": "https://www.booking.com/hotel/us/nycmc-courtyard.html",
  "observed_at": "2026-08-22T00:00:00.000Z",
  "hotel_name": "Courtyard by Marriott Times Square West",
  "brand": "Marriott",
  "check_in": "2026-10-15",
  "check_out": "2026-10-17",
  "length_of_stay": 2,
  "adults": 2,
  "children": 0,
  "rooms": 1,
  "room_type": "Queen Room",
  "bed_type": "queen",
  "cancellation_policy": "Free cancellation",
  "refundable": true,
  "price": 250,
  "total_price": 250,
  "currency": "USD",
  "points_price": null,
  "availability": true,
  "city": "New York",
  "country": "US",
  "star_rating": 3,
  "review_score": 8.0
}
```

### Use cases

- Hotel price comparison across Marriott properties
- Hotel market research and competitive pricing analysis
- Travel data pipelines and rate monitoring
- Hospitality analytics and demand forecasting
- Hotel availability monitoring for revenue management

### Notes

- Fields that aren't available for a given hotel or source are returned as `null` — nothing is fabricated.
- When `source` is `both`, Booking.com and official-site data are always kept in separate, clearly labeled records rather than merged.
- If one source is temporarily unavailable, the Actor continues with the other rather than failing the whole run.

# Actor input Schema

## `hotel` (type: `string`):

Exact or partial name of a specific Marriott-family hotel to search for, e.g. "JW Marriott Essex House New York".

## `area` (type: `string`):

City or destination to discover Marriott-family hotels in, e.g. "New York".

## `zip_code` (type: `string`):

Postal code to discover Marriott-family hotels near, e.g. "10019". If none of hotel, area, or zip\_code is set, defaults to "10001" (Midtown Manhattan).

## `source` (type: `string`):

Where to collect hotel data from.

## `check_in` (type: `string`):

Check-in date in YYYY-MM-DD format. Defaults to 2 days from when the Actor runs.

## `check_out` (type: `string`):

Check-out date in YYYY-MM-DD format. Defaults to 4 days from when the Actor runs (a 2-night stay).

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

Number of adult guests.

## `children` (type: `integer`):

Number of child guests.

## `rooms` (type: `integer`):

Number of rooms.

## `currency` (type: `string`):

3-letter currency code for displayed rates, e.g. USD, EUR.

## `limit` (type: `integer`):

Maximum number of records to return. Increase for broader area/ZIP discovery searches.

## Actor input object example

```json
{
  "source": "both",
  "adults": 2,
  "children": 0,
  "rooms": 1,
  "currency": "USD",
  "limit": 5
}
```

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("mrdoe/marriott-hotel-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 = {}

# Run the Actor and wait for it to finish
run = client.actor("mrdoe/marriott-hotel-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{}' |
apify call mrdoe/marriott-hotel-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,mrdoe/marriott-hotel-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/hNovPOPBGxHB68FNh/builds/N9yFHvVazq62tgh2V/openapi.json
