# BigMat Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/bigmat/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/bigmat-product | ## Description Extract BigMat product data effortlessly for enhanced market strategies and streamlined operations. ## 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/bigmat/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "url": "https://www.bigmat.fr/produits/achat-materiaux-bois/bois-de-charpente/madrier-basting-solive/bastaing-en-douglas-choix-2-traite-classe-2-75x175-mm-l-3-m/", "name": "Bastaing en Douglas Choix 2 Traité Classe 2 - 75x175 mm L.3 m", "price": "10,50", "category": "Bois de Charpente", "currency": "EUR", "material": "Douglas", "image_url": "https://www.bigmat.fr/images/product/bastaing-en-douglas.jpg", "treatment": "Traité Classe 2", "dimensions": { "width": "75 mm", "height": "175 mm", "length": "3 m" }, "product_id": "bastaing-en-douglas-choix-2-traite-classe-2-75x175-mm-l-3-m", "description": "Bastaing en Douglas, choix 2, traité classe 2, dimensions de 75x175 mm et longueur de 3 mètres.", "subcategory": "Madrier/Basting/Solive", "availability": "In Stock" } ``` ## Documentation ## Overview Extract BigMat product data effortlessly for enhanced market strategies and streamlined operations. ## Quickstart ``` GET https://api.piloterr.com/v2/bigmat/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate BigMat Product data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Bigmat without maintaining scrapers - Power internal dashboards and workflow automations with live Bigmat data