# Accor Reviews Scraper (`getdataforme/accor-reviews-scraper`) Actor

Extract customer reviews from Accor hotels to uncover insights on guest sentiment and trends. This reliable Apify Actor scrapes detailed feedback, ratings, and responses using robust CheerioCrawler technology....

- **URL**: https://apify.com/getdataforme/accor-reviews-scraper.md
- **Developed by:** [GetDataForMe](https://apify.com/getdataforme) (community)
- **Categories:** Automation, Lead generation, Other
- **Stats:** 1 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.05 / actor start

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

### PART 1: Generate README.md

## Accor Reviews Scraper

The Accor Reviews Scraper is a powerful Apify Actor designed to extract customer reviews from Accor hotel properties efficiently and reliably. It leverages web scraping technology to gather detailed feedback, ratings, and insights from guest experiences, enabling businesses and researchers to analyze sentiment and trends. This tool is ideal for anyone needing structured data from Accor's extensive network of hotels worldwide.

### Features

- **Comprehensive Review Extraction**: Scrapes full review details including author, rating, text, date, trip type, and responses for in-depth analysis.
- **High Reliability**: Built on Apify's robust CheerioCrawler, ensuring consistent performance with error handling and retry mechanisms.
- **Customizable Crawling**: Supports multiple start URLs and configurable request limits to tailor extractions to your needs.
- **Structured Output**: Delivers clean, JSON-formatted data ready for integration into databases, analytics tools, or reports.
- **Scalable Performance**: Handles large volumes of reviews efficiently, with options for pagination and depth control.
- **Data Quality Assurance**: Filters out irrelevant content and provides accurate, up-to-date information from Accor sites.
- **Easy Integration**: Compatible with Apify's ecosystem for seamless data export to formats like CSV, Excel, or APIs.

### Input Parameters

| Parameter | Type | Required | Description | Example |
|-----------|------|----------|-------------|---------|
| startUrls | array | Yes | URLs to start the crawl with. Should point to Accor hotel review pages. | \[{"url": "https://all.accor.com/booking/en/accor/hotel/2185?destination=new-york-ny-usa\&compositions=1\&dateIn=2026-01-19\&dateOut=2026-01-29\&nights=10\&hideWDR=false\&accessibleRoom=false#section-reviews"}] |
| maxRequestsPerCrawl | integer | No | Maximum number of requests the crawler can make. Helps control costs and avoid rate limits. | 100 |

### Example Usage

To run the Actor, provide input parameters in JSON format. Here's an example:

```json
{
  "startUrls": [
    {
      "url": "https://all.accor.com/booking/en/accor/hotel/2185?destination=new-york-ny-usa&compositions=1&dateIn=2026-01-19&dateOut=2026-01-29&nights=10&hideWDR=false&accessibleRoom=false#section-reviews"
    }
  ],
  "maxRequestsPerCrawl": 100
}
```

Example output:

```json
[
  {
    "author": "Ellen C.",
    "avatar": null,
    "rating": 4,
    "title": "",
    "text": "I\u2019ve stayed at Sofitel New York many times and always enjoy the stay. The staff is wonderful and engaging. I wish that that were more perks for loyalty to the hotel. It would be especially nice if the room upgrade would be a noticeable difference in room size/quality. Prior to the hotel renovations, the restaurant/bar, Gaby, offered little snack mix bowls when in the bar, and it was very pleasant. I often ordered from the menu as well, but it was nice to have the snack mix with drinks (my family agrees!) but that is no longer part of the drinks experience in the bar. I encourage management to bring it back. It\u2019s always wise to offer a bit of food with drinks and of course still encourage patrons to order something from the menu as well. I must emphasize again that the staff \u2014 everyone \u2014 is pleasant and engaging and they make the experience of wishing at Sofitel a pleasure.",
    "date": "2026-02-03",
    "kind": "TRUST_YOU",
    "tripType": "As a couple",
    "responses": []
  }
]
```

### Use Cases

- **Market Research**: Analyze guest sentiment to identify trends in hospitality preferences and improve service offerings.
- **Competitive Intelligence**: Compare reviews across Accor properties or against competitors to benchmark performance.
- **Price Monitoring**: Correlate review ratings with pricing data for dynamic pricing strategies.
- **Content Aggregation**: Collect reviews for content creation, such as blog posts or social media campaigns.
- **Academic Research**: Gather data for studies on tourism, customer behavior, or hotel management.
- **Business Automation**: Automate review monitoring for real-time alerts on negative feedback or emerging issues.

### Installation and Usage

1. Search for "Accor Reviews Scraper" in the Apify Store
2. Click "Try for free" or "Run"
3. Configure input parameters
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 Actor outputs data in JSON array format, where each object represents a single review. Key fields include:

- `author`: Name of the reviewer.
- `avatar`: URL to the reviewer's avatar (often null).
- `rating`: Numerical rating (e.g., 1-5).
- `title`: Review title (may be empty).
- `text`: Full review content.
- `date`: Date of the review in YYYY-MM-DD format.
- `kind`: Review type (e.g., "TRUST\_YOU").
- `tripType`: Context like "As a couple".
- `responses`: Array of hotel responses (usually empty).

This structured format ensures easy parsing and integration.

### Support

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

- Email: support@getdataforme.com
- Subject line: "custom support"
- Contact form: https://getdataforme.com/contact/

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

***

### PART 2: Generate Description (Max 300 characters)

Unlock valuable insights from Accor hotel reviews with our reliable scraper. Extract detailed guest feedback, ratings, and sentiments effortlessly. Key features include customizable URLs, high-speed crawling, and structured JSON output. Perfect for market research, competitive analysis, and business intelligence. Start scraping today and gain a competitive edge! (248 characters)

# Actor input Schema

## `startUrls` (type: `array`):

URLs to start with.

## `maxRequestsPerCrawl` (type: `integer`):

Maximum number of requests that can be made by this crawler.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://all.accor.com/booking/en/accor/hotel/2185?destination=new-york-ny-usa&compositions=1&dateIn=2026-01-19&dateOut=2026-01-29&nights=10&hideWDR=false&accessibleRoom=false#section-reviews"
    }
  ],
  "maxRequestsPerCrawl": 100
}
```

# Actor output Schema

## `overview` (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 = {
    "startUrls": [
        {
            "url": "https://all.accor.com/booking/en/accor/hotel/2185?destination=new-york-ny-usa&compositions=1&dateIn=2026-01-19&dateOut=2026-01-29&nights=10&hideWDR=false&accessibleRoom=false#section-reviews"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("getdataforme/accor-reviews-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 = { "startUrls": [{ "url": "https://all.accor.com/booking/en/accor/hotel/2185?destination=new-york-ny-usa&compositions=1&dateIn=2026-01-19&dateOut=2026-01-29&nights=10&hideWDR=false&accessibleRoom=false#section-reviews" }] }

# Run the Actor and wait for it to finish
run = client.actor("getdataforme/accor-reviews-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 '{
  "startUrls": [
    {
      "url": "https://all.accor.com/booking/en/accor/hotel/2185?destination=new-york-ny-usa&compositions=1&dateIn=2026-01-19&dateOut=2026-01-29&nights=10&hideWDR=false&accessibleRoom=false#section-reviews"
    }
  ]
}' |
apify call getdataforme/accor-reviews-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,getdataforme/accor-reviews-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/pXM2dVDX7ia2axb2D/builds/0nuXL3UNYiARGffu9/openapi.json
