# Norauto Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/norauto/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/norauto-product | ## Description Extract detailed product data from Norauto, including prices and availability, to enhance e-commerce and market 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/norauto/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "price": "183,90 €", "category": "Pneu", "imageURL": "https://www.norauto.fr/static/medias/images/photos/vt_img_2389185.jpg", "productID": "2389185", "description": "Le Pneu MICHELIN CrossClimate 2 225/40 R 18 92 Y XL assure une sécurité maximale et des performances sur toutes les routes. Il offre une excellente adhérence sur sol mouillé et neigeux, ainsi qu'une grande résistance à l'usure.", "productName": "Pneu MICHELIN CrossClimate 2 225/40 R 18 92 Y XL", "availability": "Disponible", "productBrand": "MICHELIN", "reviewsCount": 45, "customerRating": "4.5", "specifications": { "width": "225 mm", "height": "40%", "season": "4 saisons", "diameter": "18 pouces", "loadIndex": "92", "reinforced": "Oui", "speedIndex": "Y" } } ``` ## Documentation ## Overview Extract detailed product data from Norauto, including prices and availability, to enhance e-commerce and market strategies. ## Quickstart ``` GET https://api.piloterr.com/v2/norauto/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Norauto Product data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Norauto without maintaining scrapers - Power internal dashboards and workflow automations with live Norauto data