# Expedia Listing ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/expedia/listing` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/expedia-listing | ## Description Get real-time hotel data from Expedia. Extract names, addresses, ratings, prices, and reviews seamlessly for better insights. ## 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/listing' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "sort": "RECOMMENDED", "rooms": 1, "adults": 2, "hotels": [ { "name": "Hotel Toulouse Centre", "price": "€120", "rating": 4.5, "address": "Address of Hotel Toulouse Centre", "reviews": 305, "imageURL": "https://example.com/image1.jpg" }, { "name": "Hotel Toulouse Jardin", "price": "€140", "rating": 4, "address": "Address of Hotel Toulouse Jardin", "reviews": 580, "imageURL": "https://example.com/image2.jpg" }, { "name": "Luxury Hotel Toulouse", "price": "€250", "rating": 5, "address": "Address of Luxury Hotel Toulouse", "reviews": 120, "imageURL": "https://example.com/image3.jpg" } ], "endDate": "2024-05-26", "latitude": 43.604655, "regionId": "6034506", "longitude": 1.444202, "startDate": "2024-05-20", "destination": "Toulouse, Haute-Garonne, France" } ``` ## Documentation ## Overview Get real-time hotel data from Expedia. Extract names, addresses, ratings, prices, and reviews seamlessly for better insights. ## Quickstart ``` GET https://api.piloterr.com/v2/expedia/listing?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Expedia Listing 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