# Expedia Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/expedia/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/expedia-product | ## Description Unlock comprehensive hotel data from Expedia for market analysis, dynamic pricing, and enhanced travel planning. ## 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/expedia/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "guests": 2, "rating": 4.2, "address": "33 Route De Bayonne, Toulouse, Haute-Garonne, 31300", "location": { "latitude": 43.604655, "longitude": 1.444202 }, "hotel_name": "Campanile Toulouse Ouest - Purpan", "room_types": [ { "bed": "1 Double Bed", "type": "Double Room", "price": 494, "currency": "EUR", "amenities": [ "Bath", "Air conditioning", "Television", "Private bathroom", "Free WiFi" ] }, { "bed": "2 Single Beds", "type": "Twin Room", "price": 494, "currency": "EUR", "amenities": [ "Bath", "Air conditioning", "Television", "Private bathroom", "Free WiFi" ] }, { "bed": "1 Double Bed", "type": "Double Room (Romantic Package)", "price": 544, "currency": "EUR", "amenities": [ "Breakfast included", "Air conditioning", "Television", "Private bathroom", "Free WiFi" ] } ], "description": "Situated near the airport, this hotel is within 1 mile (2 km) of Purpan Hospital and Roman Amphitheater at Purpan. Airbus and Zenith de Toulouse are also within 3 miles (5 km).", "checkin_date": "2024-05-20", "checkout_date": "2024-05-26", "number_of_reviews": 999 } ``` ## Documentation ## Overview Unlock comprehensive hotel data from Expedia for market analysis, dynamic pricing, and enhanced travel planning. ## Quickstart ``` GET https://api.piloterr.com/v2/expedia/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Expedia Product data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Expedia without maintaining scrapers - Power internal dashboards and workflow automations with live Expedia data