# Trade-A-Plane Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/trade/a-plane-product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/trade-a-plane-product | ## Description Access precise aviation data from Trade-A-Plane for enhanced market insights and strategic decision-making. ## 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/trade/a-plane-product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "images": [ "https://example.com/image1.jpg", "https://example.com/image2.jpg", "https://example.com/image3.jpg" ], "seller": { "name": "Jet Brokers Inc.", "email": "sales@jetbrokers.com", "phone": "+1-800-123-4567", "location": "New York, NY" }, "details": { "year": "2002", "price": "Contact for Price", "total_time": "4500 hours", "serial_number": "1234", "registration_number": "N604BR" }, "aircraft": { "make": "BOMBARDIER/CHALLENGER", "model": "604", "category": "Jets", "listing_id": "2426880" }, "product_id": "2426880", "description": "This Bombardier Challenger 604 is in excellent condition, with a comprehensive history and servicing records available upon request. Fully equipped with state-of-the-art avionics and luxurious interior." } ``` ## Documentation ## Overview Access precise aviation data from Trade-A-Plane for enhanced market insights and strategic decision-making. ## Quickstart ``` GET https://api.piloterr.com/v2/trade/a-plane-product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Trade-A-Plane Product data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Trade without maintaining scrapers - Power internal dashboards and workflow automations with live Trade data