# Hostelworld Reviews Scraper 🏨 (`easyapi/hostelworld-reviews-scraper`) Actor

Extract detailed hostel reviews and ratings from Hostelworld.com. Get comprehensive insights into traveler experiences, including ratings for safety, location, staff, and more. Perfect for market research and competitor analysis in the hostel industry. 🏨✨

- **URL**: https://apify.com/easyapi/hostelworld-reviews-scraper.md
- **Developed by:** [EasyApi](https://apify.com/easyapi) (community)
- **Categories:** Travel, Integrations, Other
- **Stats:** 71 total users, 22 monthly users, 97.8% runs succeeded, 3 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

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

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

## Hostelworld Reviews Scraper 🏨

Scrape detailed reviews from Hostelworld.com hostel listings. Get valuable insights into traveler experiences, ratings, and feedback.

### Features ✨

- Extract comprehensive review data from any Hostelworld hostel listing
- Collect detailed ratings across multiple categories (safety, location, staff, etc.)
- Get reviewer information including nationality and travel group type
- Support for multiple hostel URLs in a single run
- Customizable maximum number of reviews to collect
- Built-in proxy support for reliable data collection

### Input Parameters 📝

- `hostelUrls`: List of Hostelworld hostel review page URLs
- `maxItems`: Maximum number of reviews to collect (optional)
- `proxyConfiguration`: Proxy settings (optional)

### Output Data 📊

For each review, you'll get:

- Review ID and date
- Detailed ratings (overall, safety, location, staff, atmosphere, cleanliness, facilities)
- Reviewer information (nationality, gender, age group, trip type)
- Review content and language information
- Group travel information
- Owner's response (if available)

### Use Cases 💡

- Market research for hostel industry
- Competitor analysis
- Customer satisfaction monitoring
- Travel trend analysis
- Location-based accommodation insights

### Sample Output

#### Input Example

A full explanation of an input example in JSON.

```json
{
    "hostelUrls": [
        "https://www.hostelworld.com/pwa/wds/hosteldetails.php/CITAN-Hostel/Tokyo/274237?from=2025-03-24&to=2025-03-27&guests=2&display=reviews"
    ],
    "maxItems": 50
}
```

#### Output sample

The results will be wrapped into a dataset which you can always find in the **Storage** tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

```json
[
    {
        "hostelUrl": "https://www.hostelworld.com/pwa/wds/hosteldetails.php/CITAN-Hostel/Tokyo/274237?from=2025-03-24&to=2025-03-27&guests=2&display=reviews",
        "id": "15755800",
        "date": "2025-02-24",
        "notes": "Great hostel …",
        "isMachineTranslated": true,
        "languageCode": "en",
        "ownerComment": null,
        "groupInformation": {
            "groupTypeCode": "FEMALE",
            "age": "31-40",
            "tripTypeCodes": [
                "WEEKENDAWAY"
            ]
        },
        "rating": {
            "value": 100,
            "safety": 100,
            "location": 100,
            "staff": 100,
            "atmosphere": 100,
            "cleanliness": 100,
            "facilities": 100,
            "overall": 100
        },
        "user": {
            "id": 36907433,
            "gender": null,
            "nationality": {
                "code": "US",
                "name": "USA"
            },
            "image": null,
            "nickname": "sarapower893130",
            "numberOfReviews": "19"
        },
        "liked": null,
        "disliked": null,
        "recommended": null
    },
    ...
]
```

### Related Actors

- 🏨 [Hostelworld Scraper](https://apify.com/easyapi/hostelworld-scraper) - Extract detailed hostel information including prices, ratings, facilities and room types.
- 🏨 [Hotels.com Scraper](https://apify.com/easyapi/hotels-com-scraper) - Scrape comprehensive hotel listings with prices, ratings, amenities and images.
- 🏨 [Hotels.com Review Scraper](https://apify.com/easyapi/hotels-com-review-scraper) - Extract detailed hotel reviews including ratings, review text and management responses.
- 🏨 [Hotels.com Image Scraper](https://apify.com/easyapi/hotels-com-image-scraper) - Scrape high-quality hotel images and their descriptions.
- 🏨 [Booking Search Scraper](https://apify.com/easyapi/booking-search-scraper) - Extract hotel details from Booking.com search results with customizable parameters.
- 🏨 [Booking Reviews Scraper](https://apify.com/easyapi/booking-reviews-scraper) - Get comprehensive guest reviews and ratings from Booking.com hotel pages.
- 🛍️ [Myntra Reviews Scraper](https://apify.com/easyapi/myntra-reviews-scraper) - Extract detailed review data with ratings, comments and user information.
- 🛍️ [Flipkart Review Scraper](https://apify.com/easyapi/flipkart-review-scraper) - Scrape product reviews with ratings, comments and helpful votes.
- 🛍️ [Noon.com Reviews Scraper](https://apify.com/easyapi/noon-com-reviews-scraper) - Extract customer feedback with ratings and review images.
- 🍽️ [Zomato Restaurant Reviews Scraper](https://apify.com/easyapi/zomato-restaurant-reviews-scraper) - Scrape restaurant reviews with ratings and user information.
- 📚 [Goodreads Review Scraper](https://apify.com/easyapi/goodreads-review-scraper) - Extract detailed book reviews with ratings and user engagement metrics.
- 🎬 [IMDB Reviews Scraper](https://apify.com/easyapi/imdb-reviews-scraper) - Get comprehensive movie reviews with ratings and helpfulness votes.
- 🛍️ [Etsy Reviews Scraper](https://apify.com/easyapi/etsy-reviews-scraper) - Extract product reviews with ratings, text and reviewer information.
- 🎮 [Steam Reviews Scraper](https://apify.com/easyapi/steam-reviews-scraper) - Collect game reviews with play time and reviewer details.
- 📱 [App Store Reviews Scraper](https://apify.com/easyapi/app-store-reviews-scraper) - Extract app reviews for understanding user satisfaction.
- 🍽️ [Grubhub Restaurant Reviews Scraper](https://apify.com/easyapi/grubhub-restaurant-reviews-scraper) - Get customer reviews and ratings for restaurants.

# Actor input Schema

## `hostelUrls` (type: `array`):

List of Hostelworld hostel review page URLs to scrape

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

Maximum number of reviews to collect per hostel

## `proxyConfiguration` (type: `object`):

Proxy settings for the scraper

## Actor input object example

```json
{
  "hostelUrls": [
    "https://www.hostelworld.com/pwa/wds/hosteldetails.php/CITAN-Hostel/Tokyo/274237?from=2025-03-24&to=2025-03-27&guests=2&display=reviews"
  ],
  "maxItems": 30,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# 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 = {
    "hostelUrls": [
        "https://www.hostelworld.com/pwa/wds/hosteldetails.php/CITAN-Hostel/Tokyo/274237?from=2025-03-24&to=2025-03-27&guests=2&display=reviews"
    ],
    "maxItems": 30
};

// Run the Actor and wait for it to finish
const run = await client.actor("easyapi/hostelworld-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 = {
    "hostelUrls": ["https://www.hostelworld.com/pwa/wds/hosteldetails.php/CITAN-Hostel/Tokyo/274237?from=2025-03-24&to=2025-03-27&guests=2&display=reviews"],
    "maxItems": 30,
}

# Run the Actor and wait for it to finish
run = client.actor("easyapi/hostelworld-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 '{
  "hostelUrls": [
    "https://www.hostelworld.com/pwa/wds/hosteldetails.php/CITAN-Hostel/Tokyo/274237?from=2025-03-24&to=2025-03-27&guests=2&display=reviews"
  ],
  "maxItems": 30
}' |
apify call easyapi/hostelworld-reviews-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,easyapi/hostelworld-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/pTNNtqej85vbHttY5/builds/RZ5tgGLditSXwmyuR/openapi.json
