# Pneusonline Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/pneusonline/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/pneusonline-product | ## Description Fetch the complete tire specification sheet from a Pneusonline product page, including EU label data, EAN code, fitti... ## 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/pneusonline/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Documentation ## Overview Fetch the complete tire specification sheet from a Pneusonline product page, including EU label data, EAN code, fitti... ## Quickstart ``` GET https://api.piloterr.com/v2/pneusonline/product?query=https://www.pneus-online.fr/pneu-auto/goodyear/efficient-grip-performance-2/195-65-r15-91-h-b-a-68-a.html ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Pneusonline Product data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Pneusonline without maintaining scrapers - Power internal dashboards and workflow automations with live Pneusonline data