# Allopneus Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/allopneus/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/allopneus-product | ## Description Extract detailed product info from Allopneus using our API for market analysis, pricing, and inventory management. ## 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/allopneus/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "URL": "https://www.allopneus.com/produit/pneu-auto/michelin/tourisme-ete/pilot-sport-5/225-40r18-92-y/0005933368", "brand": "Michelin", "price": "140,00 €", "images": [ "https://www.allopneus.com/image1.jpg", "https://www.allopneus.com/image2.jpg" ], "reviews": { "count": 0, "rating": null }, "category": "Pneu Auto > Michelin > Tourisme Été", "productID": "0005933368", "dimensions": "225/40R18 92 Y", "productName": "Michelin Pilot Sport 5", "availability": "In Stock", "productDetails": { "features": [ "Excellente adhérence sur route sèche et mouillée", "Durabilité optimisée grâce à la technologie MaxTouch Construction", "Design extérieur élégant et moderne", "Conduite confortable et silencieuse" ], "description": "Le modèle Pilot Sport 5 de Michelin est un pneu été destiné aux véhicules de tourisme. Il est reconnu pour ses performances de haut niveau, sa durée de vie et son adaptabilité à diverses conditions de conduite.", "technicalSpecifications": { "loadIndex": "92", "tireWidth": "225 mm", "aspectRatio": "40", "speedRating": "Y", "treadDiameter": "18 inches" } } } ``` ## Documentation ## Overview Extract detailed product info from Allopneus using our API for market analysis, pricing, and inventory management. ## Quickstart ``` GET https://api.piloterr.com/v2/allopneus/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Allopneus Product data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Allopneus without maintaining scrapers - Power internal dashboards and workflow automations with live Allopneus data