# Feu Vert Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/feu/vert-search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/feu-vert-search | ## Access This endpoint is **private**. Requests return HTTP 403 until access is granted. There is no self-serve request-access button. Open a support ticket from the dashboard Help desk (https://app.piloterr.com/app?returnTo=help-desk/tickets/new) and include the endpoint path, your use case, target fields, and expected volume. ## Description Unlock detailed Feu Vert tire data for market insights, competitive pricing, and enhanced customer experiences. ## 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-search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "title": "Pneus", "pageUrl": "https://www.feuvert.fr/pneu/r2711.html", "products": [ { "name": "Pneu MICHELIN PILOT SPORT 4, 225/45R17 91 Y", "price": "118,90 €", "rating": "4.5", "detailsUrl": "/pneu/pneu-michelin-pilot-sport-4-225-45r17-91-y/p459981.html", "availability": "En stock", "reviewsCount": 180 }, { "name": "Pneu GOODYEAR EFFICIENTGRIP PERFORMANCE 2, 205/55R16 91 V", "price": "96,90 €", "rating": "4.3", "detailsUrl": "/pneu/pneu-goodyear-efficientgrip-performance-2-205-55r16-91-v/p460001.html", "availability": "En stock", "reviewsCount": 200 } ] } ``` ## Documentation ## Overview Unlock detailed Feu Vert tire data for market insights, competitive pricing, and enhanced customer experiences. ## Quickstart ``` GET https://api.piloterr.com/v2/feu/vert-search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Feu Vert Search 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