# AutoEurope Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/autoeurope/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/autoeurope-search | ## Description Unlock AutoEurope car rental data with our API for seamless comparison, market analysis, and enhanced travel planning. ## 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/autoeurope/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "currency": "EUR", "location": "Paris, France", "pickup_date": "2023-11-01", "dropoff_date": "2023-11-10", "search_results": [ { "price": "€30.00/day", "car_name": "Fiat 500", "car_type": "Economy", "features": [ "Manual", "Air Conditioning", "2 doors", "4 seats" ] }, { "price": "€45.00/day", "car_name": "Volkswagen Golf", "car_type": "Compact", "features": [ "Manual", "Air Conditioning", "4 doors", "5 seats" ] }, { "price": "€60.00/day", "car_name": "BMW 1 Series", "car_type": "Premium", "features": [ "Automatic", "Air Conditioning", "4 doors", "5 seats" ] }, { "price": "€85.00/day", "car_name": "Mercedes-Benz E-Class", "car_type": "Luxury", "features": [ "Automatic", "Air Conditioning", "4 doors", "5 seats" ] } ] } ``` ## Documentation ## Overview Unlock AutoEurope car rental data with our API for seamless comparison, market analysis, and enhanced travel planning. ## Quickstart ``` GET https://api.piloterr.com/v2/autoeurope/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate AutoEurope Search data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Autoeurope without maintaining scrapers - Power internal dashboards and workflow automations with live Autoeurope data