IHG Hotel Scraper avatar

IHG Hotel Scraper

Pricing

from $0.50 / 1,000 results

Go to Apify Store
IHG Hotel Scraper

IHG Hotel Scraper

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

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

MrDoe

MrDoe

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

8 days ago

Last modified

Share

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

This IHG hotel scraper covers the full IHG Hotels & Resorts portfolio: InterContinental, Kimpton, Regent, Six Senses, Crowne Plaza, EVEN Hotels, Hotel Indigo, voco, Holiday Inn, Holiday Inn Express, avid hotels, Staybridge Suites, Candlewood Suites, and more. It never mixes in hotels from other chains.

What you can scrape

  • IHG hotel availability for specific dates
  • Room types, bed types, and maximum occupancy
  • Booking.com hotel prices and rate plans
  • Official IHG hotel prices
  • 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 IHG property, e.g. InterContinental New York Times Square
  • Area / city — discover IHG-family hotels in a destination, e.g. New York
  • ZIP / postal code — discover IHG-family hotels near a postal code, e.g. 10019

Choose your data source:

  • booking_com — live rates and availability from Booking.com
  • official — data from IHG's own website
  • 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

{
"hotel": "InterContinental New York Times Square",
"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:

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

Output example

{
"hotel_id": "555",
"source": "booking_com",
"source_url": "https://www.booking.com/hotel/us/nyc-crowneplaza.html",
"observed_at": "2026-08-22T00:00:00.000Z",
"hotel_name": "Crowne Plaza Times Square Manhattan",
"brand": "IHG",
"check_in": "2026-10-15",
"check_out": "2026-10-17",
"length_of_stay": 2,
"adults": 2,
"children": 0,
"rooms": 1,
"room_type": "King Room",
"bed_type": "king",
"meal_plan": "Breakfast included",
"price": 400,
"total_price": 400,
"currency": "USD",
"availability": true,
"city": "New York",
"country": "US",
"star_rating": 4,
"review_score": 7.5
}

Use cases

  • Hotel price comparison across IHG 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.