# PriceTravel.com Hotel Scraper - Cheap 🏨🌍✈️ (`scrapestorm/pricetravel-com-hotel-scraper-cheap`) Actor

Looking to collect hotel data from PriceTravel? 🏨🔎✈️
With this scraper you can extract detailed hotel listing data from PriceTravel including hotel name, location, stars, taxes, total price, ratings, review count, hotel URL & much more
Perfect for travel market analysis & hospitality datasets 📊

- **URL**: https://apify.com/scrapestorm/pricetravel-com-hotel-scraper-cheap.md
- **Developed by:** [Storm\_Scraper](https://apify.com/scrapestorm) (community)
- **Categories:** Automation, Travel, Real estate
- **Stats:** 29 total users, 0 monthly users, 100.0% runs succeeded, 4 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

$19.49/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#rental-actors

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

### PriceTravel.com Stays Scraper 🏨🌍✈️

The PriceTravel.com Stays Scraper is a powerful automation tool designed to extract hotel listings and detailed accommodation data from the PriceTravel platform.

This actor collects structured hotel data directly from search and destination pages, automatically handling pagination via the “Next” button and gathering rich stay information.

It is ideal for travel price monitoring, hotel comparison tools, competitor analysis, and AI training datasets in the travel & hospitality sector.

---

### 🇫🇷

Le PriceTravel.com Stays Scraper est un outil d’automatisation puissant conçu pour extraire des hôtels et leurs informations détaillées depuis la plateforme PriceTravel.

Cet actor collecte les données directement depuis les pages de recherche et destinations, gère automatiquement la pagination via le bouton “Next” et structure les résultats.

Il est idéal pour l’analyse de prix, la comparaison d’hôtels et la création de datasets dans le secteur du voyage.

---

### 🎯 What This Scraper Does

Simply provide one or more PriceTravel.com URLs, and the actor will:

✅ Extract hotel listings automatically  

✅ Collect structured hotel and pricing data  

✅ Support multiple URLs in one run  

Each URL can return dozens or hundreds of hotel listings depending on the search.

---

### 📊 Data Extracted

🧾 Standard Fields

| Field | Description |
|------|------------|
| 🆔 **product_id** | Unique hotel identifier |
| 🏨 **name** | Hotel name |
| 🔗 **url** | Hotel detail page URL |
| 📍 **location** | City / destination |
| ⭐ **stars** | Hotel star rating |
| 📊 **review_score** | Average review score |
| 🗣 **review_label** | Review text label |
| 💬 **review_count** | Number of reviews |
| 💵 **price_per_night** | Price per night |
| 💰 **taxes** | Taxes amount |
| 🧾 **total_price** | Total stay price |
| ❌ **free_cancellation** | Cancellation policy |
| 📌 **highlights** | Key booking conditions |
| 🖼 **image_url** | Main hotel image |
| 🖼 **image_count** | Number of images |
| 🔗 **source_url** | Original search URL |

---

### 🛠 How to Use

#### 1️⃣ Configure Input

Provide one or more PriceTravel stay URLs:

````

{
"urls": \[
"https://www.pricetravel.com/en/stays-in-new-york\_d55976?adults=2\&checkin=2026-06-17\&checkout=2026-06-21\&group\_adults=2\&no\_rooms=1",
"https://www.pricetravel.com/en/stays-in-las-vegas\_d55419?adults=2\&checkin=2026-06-17\&checkout=2026-06-21\&group\_adults=2\&no\_rooms=1"
],
"max\_items": 50
}

```

2️⃣ Run the Actor

The scraper will:

Load each PriceTravel URL
Extract all hotel listings
Automatically navigate through pages
Stop when max_items is reached or no more results exist

---

### 📤 Output Example


```

{
"product\_id": "301215",
"name": "DoubleTree by Hilton New York Times Square West",
"url": "https://www.pricetravel.com/en/hotel/doubletree-by-hilton-new-york-times-square-west\_a301215?checkin=2026-06-17\&checkout=2026-06-21",
"location": "Nueva York",
"stars": "4",
"review\_score": "7.2",
"review\_label": "Good 1,664 Reviews",
"review\_count": "1,664 Reviews",
"price\_per\_night": "$ 305 USD",
"taxes": "$ 49",
"total\_price": "$ 1,414 USD",
"free\_cancellation": "No",
"highlights": "No prepayment needed pay at the property",
"image\_url": "https://img.cdnpth.com/media/301215/example.png",
"image\_count": "5",
"source\_url": "https://www.pricetravel.com/en/stays-in-new-york\_d55976"
}

````


---

### 📊 Use Cases

💰 Price Monitoring → Track hotel price changes over time

🧳 Travel Aggregation → Build hotel comparison platforms

📊 Market Analysis → Analyze hotel availability & pricing trends

🤖 AI Training Data → Build structured hospitality datasets

🏨 Competitive Intelligence → Compare hotel pricing strategies

---

### ⚙️ Input Fields

| Field         | Type    | Description                                 |
| ------------- | ------- | ------------------------------------------- |
| **urls**      | array   | List of PriceTravel destination/search URLs |
| **max_items** | integer | Maximum number of hotel listings per URL    |




---

### 📌 Features


Automatic pagination handling

Multi-URL support

Structured JSON output

Fast & scalable scraping

Clean hotel dataset generation


---

### 💸 Pricing

This scraper runs on a pay per results model.

You only pay for successful runs.

💳 Price: $4.99 / 1000 results

---

### ⚠️ Disclaimer

This tool is not affiliated with, endorsed by, or sponsored by PriceTravel.com.

---

### 📫 Support

⭐ Leave a 5-star rating if you enjoy this tool

🌪️ Storm Scraper https://apify.com/scrapestorm

For support, custom scrapers, or feature requests, contact via Apify or email.

# Actor input Schema

## `urls` (type: `array`):

List of PriceTravel.com destination or search page URLs to scrape. One URL per entry.

Examples:
https://www.pricetravel.com/en/stays-in-new-york_d55976?adults=2&checkin=2026-06-17&checkout=2026-06-21&group_adults=2&no_rooms=1
https://www.pricetravel.com/en/stays-in-las-vegas_d55419?adults=2&checkin=2026-06-17&checkout=2026-06-21&group_adults=2&no_rooms=1
## `max_items` (type: `integer`):

Maximum number of hotel listings to scrape per URL. Pagination is followed automatically (Next button) until this limit is reached or no more pages exist.

## Actor input object example

```json
{
  "urls": [
    "https://www.pricetravel.com/en/stays-in-new-york_d55976?adults=2&checkin=2026-06-17&checkout=2026-06-21&group_adults=2&no_rooms=1",
    "https://www.pricetravel.com/en/stays-in-las-vegas_d55419?adults=2&checkin=2026-06-17&checkout=2026-06-21&group_adults=2&no_rooms=1"
  ],
  "max_items": 50
}
````

# 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 = {
    "urls": [
        "https://www.pricetravel.com/en/stays-in-new-york_d55976?adults=2&checkin=2026-06-17&checkout=2026-06-21&group_adults=2&no_rooms=1",
        "https://www.pricetravel.com/en/stays-in-las-vegas_d55419?adults=2&checkin=2026-06-17&checkout=2026-06-21&group_adults=2&no_rooms=1"
    ],
    "max_items": 50
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapestorm/pricetravel-com-hotel-scraper-cheap").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 = {
    "urls": [
        "https://www.pricetravel.com/en/stays-in-new-york_d55976?adults=2&checkin=2026-06-17&checkout=2026-06-21&group_adults=2&no_rooms=1",
        "https://www.pricetravel.com/en/stays-in-las-vegas_d55419?adults=2&checkin=2026-06-17&checkout=2026-06-21&group_adults=2&no_rooms=1",
    ],
    "max_items": 50,
}

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

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

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

```

## CLI example

```bash
echo '{
  "urls": [
    "https://www.pricetravel.com/en/stays-in-new-york_d55976?adults=2&checkin=2026-06-17&checkout=2026-06-21&group_adults=2&no_rooms=1",
    "https://www.pricetravel.com/en/stays-in-las-vegas_d55419?adults=2&checkin=2026-06-17&checkout=2026-06-21&group_adults=2&no_rooms=1"
  ],
  "max_items": 50
}' |
apify call scrapestorm/pricetravel-com-hotel-scraper-cheap --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=scrapestorm/pricetravel-com-hotel-scraper-cheap",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "PriceTravel.com Hotel Scraper - Cheap 🏨🌍✈️",
        "description": "Looking to collect hotel data from PriceTravel? 🏨🔎✈️\nWith this scraper you can extract detailed hotel listing data from PriceTravel including hotel name, location, stars, taxes, total price, ratings, review count, hotel URL & much more\nPerfect for travel market analysis & hospitality datasets 📊",
        "version": "0.0",
        "x-build-id": "Xzukf7OXBu5uPtOBp"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scrapestorm~pricetravel-com-hotel-scraper-cheap/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scrapestorm-pricetravel-com-hotel-scraper-cheap",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/scrapestorm~pricetravel-com-hotel-scraper-cheap/runs": {
            "post": {
                "operationId": "runs-sync-scrapestorm-pricetravel-com-hotel-scraper-cheap",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/scrapestorm~pricetravel-com-hotel-scraper-cheap/run-sync": {
            "post": {
                "operationId": "run-sync-scrapestorm-pricetravel-com-hotel-scraper-cheap",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "urls"
                ],
                "properties": {
                    "urls": {
                        "title": "Search / Destination URLs 🔗",
                        "type": "array",
                        "description": "List of PriceTravel.com destination or search page URLs to scrape. One URL per entry.\n\nExamples:\nhttps://www.pricetravel.com/en/stays-in-new-york_d55976?adults=2&checkin=2026-06-17&checkout=2026-06-21&group_adults=2&no_rooms=1\nhttps://www.pricetravel.com/en/stays-in-las-vegas_d55419?adults=2&checkin=2026-06-17&checkout=2026-06-21&group_adults=2&no_rooms=1",
                        "items": {
                            "type": "string"
                        }
                    },
                    "max_items": {
                        "title": "Maximum results per URL 🔢",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum number of hotel listings to scrape per URL. Pagination is followed automatically (Next button) until this limit is reached or no more pages exist.",
                        "default": 50
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
