# Hotels.com Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/hotels/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/hotels-product | ## Description Unlock detailed hotel data from Hotels.com with our API for market analysis, dynamic pricing, and more. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/hotels/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "price": { "amount": 1259, "currency": "EUR" }, "rooms": [ { "type": "Standard Room", "price": { "amount": 1259, "currency": "EUR" }, "ratePlan": "Non-Refundable", "amenities": [ "Free WiFi", "Non-Smoking", "Private Bathroom", "Shower", "Coffee/Tea Maker", "Air Conditioning" ] }, { "type": "Deluxe Room", "price": { "amount": 1459, "currency": "EUR" }, "ratePlan": "Free Cancellation", "amenities": [ "Free WiFi", "Non-Smoking", "Private Bathroom", "Shower/Bathtub Combination", "Coffee/Tea Maker", "Air Conditioning" ] } ], "rating": 4.1, "address": "0-4 The Broadway, Londres, England, W13 0SY", "checkin": "2024-05-06", "checkout": "2024-05-12", "location": "Londres, Royaume-Uni", "hotelName": "Sonder The Gilbert", "propertyAmenities": [ "Free WiFi", "Restaurant", "Bar/Lounge", "24-Hour Fitness Center", "Garden", "Terrace", "24-Hour Front Desk Service" ] } ``` ## Documentation ## Overview Unlock detailed hotel data from Hotels.com with our API for market analysis, dynamic pricing, and more. ## Quickstart ``` GET https://api.piloterr.com/v2/hotels/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Hotels.com Product data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Hotels without maintaining scrapers - Power internal dashboards and workflow automations with live Hotels data