# Expedia Ad ## Overview | Property | Value | |----------|-------| | **Status** | maintenance | | **Method** | `GET` | | **Endpoint** | `/v2/expedia/ad` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 2 credits per call | | **Documentation** | https://www.piloterr.com/library/expedia-ad | ## Description Extract structured Expedia data with the Expedia Ad Piloterr API endpoint. ## 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/ad' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Documentation ## Overview Extract structured Expedia data with the Expedia Ad Piloterr API endpoint. ## Quickstart ``` GET https://api.piloterr.com/v2/expedia/ad?query=https://www.expedia.com/Toulouse-Hotels-Residhome-Toulouse-Ponts-Jumeaux.h44816022.Hotel-Information?chkin=2025-06-26&chkout=2025-06-28&x_pwa=1&rfrr=HSR&pwa_ts=1749223974131&referrerUrl=aHR0cHM6Ly93d3cuZXhwZWRpYS5jb20vSG90ZWwtU2VhcmNo&useRewards=false&rm1=a2®ionId=3475&destination=Toulouse+%28and+vicinity%29%2C+Haute-Garonne%2C+France&destType=MARKET&neighborhoodId=553248635976400502&latLong=43.604401%2C1.44334&sort=RECOMMENDED&top_dp=194&top_cur=USD&userIntent=&selectedRoomType=216131094&selectedRatePlan=380375518&searchId=d2a92c3e-3531-416e-b843-60e263dbc567 ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Expedia Ad 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