# eBay Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/ebay/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/ebay-product | ## Description Unlock comprehensive eBay product details with our API for 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/ebay/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "price": "639,00 EUR", "title": "Sony PlayStation 5 (PS5) Édition | Neuf et Scellé | Grand Modèle Disque | 2 Manettes NEUFS🇫🇷", "images": [ "https://i.ebayimg.com/images/g/TgkAAOSw5xdl-htn/s-l1600.jpg", "https://i.ebayimg.com/images/g/LJ0AAOSwKjxl-hrf/s-l1600.jpg" ], "seller": { "name": "bestoffers-21", "feedback_score": "3626", "positive_feedback_percent": "99.7%" }, "currency": "EUR", "item_url": "https://www.ebay.fr/itm/204682355854?itmmeta=01HW88GFE9T85MQVVP096PPNQ6&hash=item2fa804e48e:g:TgkAAOSw5xdl-htn&itmprp=enc%3AAQAJAAAAsD8y3vBvhXIJw9EWHsiVKHHaV79JkLcdtWtRrlatofTTcqm3U47g%2B5QxOdaHGbm2X4ePfI%2FTofQulpHZIa%2BZ6dUihiQM6kXd%2Bbzmf9bS09mgwWJpKR2xFB360tg7urQSx%2BGilTz6vgoXGlx5ssCEfV8clalyGTCfePNR4GVyWlSGKT%2B0yJYKizUQNYUIaYSaJ%2FVaAJCzVL3LupdCHrnkAQMZIIxD%2BTNNz6VyOMgMhWWm%7Ctkp%3ABk9SR8T3wYjiYw", "shipping": { "from": "Roanne, France", "services": "Livraison Standard: GRATUIT" }, "condition": "Neuf", "item_specifics": { "type": "Console de jeux", "color": "Blanc", "model": "Sony PlayStation 5", "platform": "Sony PlayStation 5", "resolution": "4K (UHD)", "region_code": "EUR", "connectivity": "HDMI", "storage_capacity": "825 GB", "year_manufactured": "2020" } } ``` ## Documentation ## Overview Unlock comprehensive eBay product details with our API for market insights and strategic decision-making. ## Quickstart ``` GET https://api.piloterr.com/v2/ebay/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate eBay Product data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Ebay without maintaining scrapers - Power internal dashboards and workflow automations with live Ebay data