# Ihg Reviews Pro Extractor (`getdataforme/ihg-reviews-pro-extractor`) Actor

The Ihg Reviews Pro Spider is a web scraping tool designed for extracting detailed IHG hotel reviews, providing insights into customer feedback through structured JSON output....

- **URL**: https://apify.com/getdataforme/ihg-reviews-pro-extractor.md
- **Developed by:** [GetDataForMe](https://apify.com/getdataforme) (community)
- **Categories:** AI, Automation, E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $9.00 / 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.

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

***

## Ihg Reviews Pro Spider

### Introduction

The Ihg Reviews Pro Spider is a powerful web scraping tool designed to extract detailed reviews from IHG hotel properties. It provides comprehensive data on user ratings, review texts, and specific service evaluations, enabling businesses to gain valuable insights into customer feedback.

### Features

- **Comprehensive Data Extraction**: Captures all relevant review details including text, ratings, and metadata.
- **Flexible Date Range**: Allows users to specify absolute or relative start and end dates for data collection.
- **Customizable URL Input**: Supports multiple URLs for targeted scraping operations.
- **High-Quality Output**: Delivers structured JSON output with detailed fields for easy analysis.
- **Scalable Performance**: Efficiently handles large volumes of data with optional item limits.

### Input Parameters

| Parameter   | Type    | Required | Description                                                                 | Example                                      |
|-------------|---------|----------|-----------------------------------------------------------------------------|----------------------------------------------|
| StartDate   | string  | No       | The start date for the spider. Supports absolute or relative dates.          | `"2026-01-01"`                               |
| EndDate     | string  | No       | The end date for the spider. Supports absolute or relative dates.            | `"2026-05-15"`                               |
| Urls        | array   | Yes      | URLs to scrape, must be valid HTTP/HTTPS links.                              | `["https://www.ihg.com/holidayinnexpress..."]`|
| ItemLimit   | string  | No       | Limits the number of items processed by the spider.                          | `"100"`                                      |

### Example Usage

#### Input JSON

```json
{
  "StartDate": "2026-01-01",
  "EndDate": "2026-05-15",
  "Urls": [
    "https://www.ihg.com/holidayinnexpress/hotels/us/en/andalusia/aadal/hoteldetail/hotel-reviews"
  ],
  "ItemLimit": "100"
}
```

#### Output JSON

```json
[
  {
    "URL": "https://www.ihg.com/holidayinnexpress/hotels/us/en/alandusia/aadal/hoteldetail/hotel-reviews",
    "hotel_id": "aadal",
    "user_nickname": "Ashcardo",
    "review_text": "Great beautiful and very clean I was actually stunned when I saw how nice the place was. The breakfast was actually delicious as well.",
    "user_rating": 5,
    "review_title": "Greatness",
    "is_recommended": true,
    "user_location": "Adulusia",
    "specific_ratings": {
      "StaffService": 5,
      "Cleanliness": 5,
      "RoomComfort": 5,
      "Value": 5,
      "SleepQuality": 5
    },
    "submission_time": "2026-05-14T14:03:06.000+00:00",
    "pros": null,
    "cons": null,
    "member_status": "",
    "check_out_date": null,
    "comments": [],
    "actor_id": "kqKYwvATwtHv3beZh",
    "run_id": "VroLGOfQYHXM7KiQg"
  }
]
```

### Use Cases

- **Market Research and Analysis**: Analyze customer feedback to understand market trends.
- **Competitive Intelligence**: Monitor competitor reviews for strategic insights.
- **Price Monitoring**: Track pricing strategies through user comments.
- **Content Aggregation**: Compile review data for content creation or reporting.
- **Academic Research**: Use structured data for studies in hospitality management.
- **Business Automation**: Integrate with CRM systems to enhance customer service.

### Installation and Usage

1. Search for "Ihg Reviews Pro Spider" in the Apify Store.
2. Click "Try for free" or "Run".
3. Configure input parameters as needed.
4. Click "Start" to begin extraction.
5. Monitor progress in the log.
6. Export results in your preferred format (JSON, CSV, Excel).

### Output Format

The output is a JSON array where each object represents a review with fields such as `URL`, `hotel_id`, `user_nickname`, `review_text`, `user_rating`, and more. Each field provides specific details about the review, enabling comprehensive analysis.

### Rate Limiting and Best Practices

- **Rate Limiting**: Ensure compliance with IHG's terms of service to avoid IP blocking.
- **Best Practices**: Use appropriate delays between requests and respect robots.txt files.

### Error Handling Information

The spider logs errors encountered during execution. Common issues include invalid URLs or network timeouts. Review the log for detailed error messages and adjust configurations accordingly.

### Limitations and Considerations

- Ensure all input URLs are valid and accessible.
- Be aware of potential changes in IHG's website structure that may affect scraping accuracy.
- The spider does not handle CAPTCHA challenges automatically.

### Support

For custom/simplified outputs or bug reports, please contact:

- Email: support@getdataforme.com
- Subject line: "custom support"
- Contact form: [Get Data For Me](https://getdataforme.com/contact/)

We're here to help you get the most out of this Actor!

# Actor input Schema

## `StartDate` (type: `string`):

The start date for the spider.

## `EndDate` (type: `string`):

The end date for the spider.

## `Urls` (type: `array`):

The urls for the spider.

## `ItemLimit` (type: `string`):

The item limit for the spider.

## Actor input object example

```json
{
  "StartDate": "2026-01-01",
  "EndDate": "2026-05-15",
  "Urls": [
    "https://www.ihg.com/holidayinnexpress/hotels/us/en/andalusia/aadal/hoteldetail/hotel-reviews"
  ]
}
```

# 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("getdataforme/ihg-reviews-pro-extractor").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("getdataforme/ihg-reviews-pro-extractor").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 getdataforme/ihg-reviews-pro-extractor --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,getdataforme/ihg-reviews-pro-extractor"
        }
    }
}

```

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/8306LnNaQht6qyjLd/builds/gMZAEW7Vhpu9PgcO4/openapi.json
