# Trivago Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/trivago/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/trivago-product | ## Description Extract detailed hotel data like pricing, reviews, and amenities from Trivago to enhance your travel app or market analysis. ## 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/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "price": { "amount": 170, "currency": "CHF", "pricePer": "night" }, "stars": 4, "reviews": { "rating": 4.2, "totalReviews": 860 }, "location": { "city": "Berne", "address": "Thunstrasse 80, 3074 Muri bei Bern, Switzerland", "country": "Switzerland" }, "amenities": [ "Free Wi-Fi", "Parking", "Restaurant", "Bar", "Fitness Center", "24-hour front desk" ], "hotelName": "Sternen Muri", "description": "Hotel Sternen Muri is located in a central area within the historic suburb of Muri bei Bern, surrounded by beautiful settings and offering modern amenities.", "availability": [ { "beds": "1 Single Bed", "price": { "amount": 170, "currency": "CHF", "pricePer": "night" }, "roomType": "Standard Single Room" }, { "beds": "1 Double Bed", "price": { "amount": 200, "currency": "CHF", "pricePer": "night" }, "roomType": "Standard Double Room" } ] } ``` ## Documentation ## Overview Extract detailed hotel data like pricing, reviews, and amenities from Trivago to enhance your travel app or market analysis. ## Quickstart ``` GET https://api.piloterr.com/v2/trivago/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Trivago Product 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