# Priceline Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/priceline/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/priceline-product | ## Access This endpoint is **private**. Requests return HTTP 403 until access is granted. There is no self-serve request-access button. Open a support ticket from the dashboard Help desk (https://app.piloterr.com/app?returnTo=help-desk/tickets/new) and include the endpoint path, your use case, target fields, and expected volume. ## Description Unlock detailed hotel data from Priceline, including prices, amenities, and reviews with Piloterr's API for better travel 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/priceline/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "price": { "total": "111.00", "currency": "EUR" }, "rooms": 1, "images": [ "https://www.example.com/image1.jpg", "https://www.example.com/image2.jpg" ], "rating": 4.5, "address": "1234 Example St, Example City, EX 12345", "checkIn": "2024-05-15", "reviews": [ { "date": "2024-05-01", "author": "John Doe", "rating": 5, "review": "Great place to stay!" }, { "date": "2024-04-25", "author": "Jane Smith", "rating": 3, "review": "Not bad, could be better." } ], "checkOut": "2024-05-22", "amenities": [ "Free Wi-Fi", "Pool", "Gym", "Parking" ], "hotelName": "Hotel Example" } ``` ## Documentation ## Overview Unlock detailed hotel data from Priceline, including prices, amenities, and reviews with Piloterr's API for better travel insights. ## Quickstart ``` GET https://api.piloterr.com/v2/priceline/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Priceline Product data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Priceline without maintaining scrapers - Power internal dashboards and workflow automations with live Priceline data