# AutoEurope Result ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/autoeurope/result` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/autoeurope-result | ## Description Extract real-time car rental data from AutoEurope to enhance travel solutions with the Piloterr API. ## 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/result' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "results": [ { "features": [ "Manual", "Air Conditioning", "Unlimited Mileage" ], "location": "Paris, Charles de Gaulle Airport", "car_model": "Renault Clio", "availability": "Available", "price_per_day": "€20.50", "rental_company": "Hertz" }, { "features": [ "Manual", "Air Conditioning" ], "location": "Lyon, Saint Exupery Airport", "car_model": "Peugeot 208", "availability": "Available", "price_per_day": "€18.30", "rental_company": "Avis" }, { "features": [ "Automatic", "Air Conditioning", "Unlimited Mileage" ], "location": "Marseille, Provence Airport", "car_model": "Ford Fiesta", "availability": "Limited", "price_per_day": "€22.00", "rental_company": "Enterprise" } ], "currency": "EUR", "total_results": 3 } ``` ## Documentation ## Overview Extract real-time car rental data from AutoEurope to enhance travel solutions with the Piloterr API. ## Quickstart ``` GET https://api.piloterr.com/v2/autoeurope/result?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate AutoEurope Result 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