# Feu Vert Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/feu/vert-product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/feu-vert-product | ## Description Seamlessly extract detailed Feu Vert product information for e-commerce, market analysis, and digital marketing. ## 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/feu/vert-product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "SKU": "435651", "brand": "Rovelo", "price": "41,90€", "images": [ "https://www.feuvert.fr/media/images/rovelo-pneu-175-65r14-82t-rhp780-main.jpg", "https://www.feuvert.fr/media/images/rovelo-pneu-175-65r14-82t-rhp780-side.jpg" ], "reviews": [ { "date": "2023-01-05", "author": "John Doe", "rating": 4, "comment": "Good value for money" }, { "date": "2023-02-13", "author": "Jane Smith", "rating": 5, "comment": "Great performance in wet conditions" } ], "category": "Tires", "description": "Rovelo RHP780 is a reliable and affordable tire option, ensuring safety and performance in various conditions.", "availability": "In Stock", "productTitle": "Rovelo Pneu 175/65R14 82T RHP780", "productDetails": { "width": "175", "height": "65", "diameter": "14", "loadIndex": "82", "speedIndex": "T" } } ``` ## Documentation ## Overview Seamlessly extract detailed Feu Vert product information for e-commerce, market analysis, and digital marketing. ## Quickstart ``` GET https://api.piloterr.com/v2/feu/vert-product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Feu Vert Product data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Feu without maintaining scrapers - Power internal dashboards and workflow automations with live Feu data