# Trivago Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/trivago/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/trivago-search | ## Description Extract detailed hotel data from Trivago for real-time integration, market analysis, and competitive insights. Start your free trial today. ## 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/trivago/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "query": "Suisse hotels search", "results": [ { "image": "https://example.com/imageA.jpg", "price": "100€", "rating": "4.5", "address": "Street A, City A", "amenities": [ "Free WiFi", "Breakfast included", "Pool" ], "hotelName": "Hotel A" }, { "image": "https://example.com/imageB.jpg", "price": "120€", "rating": "4.0", "address": "Street B, City B", "amenities": [ "Airport shuttle", "Gym", "Restaurant" ], "hotelName": "Hotel B" }, { "image": "https://example.com/imageC.jpg", "price": "80€", "rating": "3.5", "address": "Street C, City C", "amenities": [ "Parking", "Pet-friendly", "Bar" ], "hotelName": "Hotel C" } ] } ``` ## Documentation ## Overview Extract detailed hotel data from Trivago for real-time integration, market analysis, and competitive insights. Start your free trial today. ## Quickstart ``` GET https://api.piloterr.com/v2/trivago/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Trivago Search data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Trivago without maintaining scrapers - Power internal dashboards and workflow automations with live Trivago data