# Ehorses Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/ehorses/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/ehorses-product | ## Description Unlock equine insights from Ehorses with our API for efficient market analysis and data-driven strategies. ## 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/ehorses/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "age": "5 years", "breed": "Gypsy Horse", "color": "Tobiano, All Colors", "price": "Contact the seller", "title": "Gypsy Horse Gelding 5 Years Tobiano All Colors", "gender": "Gelding", "images": [ "https://image1.url", "https://image2.url" ], "location": "Ocala, FL", "discipline": "Trailhorses, Showjumpers", "product_id": "4163162", "description": "A beautiful Gypsy Horse gelding ready for trail rides and showjumping, located in Ocala, FL. Perfect for those looking for a versatile and eye-catching horse.", "seller_contact": { "name": "Seller Name", "email": "seller@example.com", "phone": "123-456-7890" }, "additional_information": { "height": "15 hh", "temperament": "Friendly, Calm", "registration_status": "Registered" } } ``` ## Documentation ## Overview Unlock equine insights from Ehorses with our API for efficient market analysis and data-driven strategies. ## Quickstart ``` GET https://api.piloterr.com/v2/ehorses/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Ehorses Product data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Ehorses without maintaining scrapers - Power internal dashboards and workflow automations with live Ehorses data