# ManoMano Product ## Overview | Property | Value | |----------|-------| | **Status** | active | | **Method** | `GET` | | **Endpoint** | `/v2/manomano/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/manomano-product | ## Description Extract full product details from a ManoMano product page, including price, seller, brand, images, variants, and stock. ## 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/manomano/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Lookup OUTSUNNY retractable pergola ```json { "ean": "3662970077672", "brand": { "id": 6502, "url": "/marque/outsunny-6502", "name": "OUTSUNNY" }, "media": [ { "type": "image", "large_url": "https://cdn.manomano.com/images/images_products/6132097/L/28916742_1.jpg", "regular_url": "https://cdn.manomano.com/images/images_products/6132097/P/28916742_1.jpg", "thumbnail_url": "https://cdn.manomano.com/images/images_products/6132097/T/28916742_1.jpg" } ], "mm_id": 127463740566, "price": { "primary_price": { "amount_with_vat": 335.9, "measurement_unit": "", "amount_without_vat": 279.92 }, "discount_percentage": 0, "eco_participation_with_vat": 5.25 }, "stock": { "minimum_value": 1, "increase_quantity": 1 }, "title": "Pergola rétractable OUTSUNNY - 2,98L x 2,13l x 2,22H m - Structure métal époxy anticorrosion", "seller": { "id": 6132097, "url": "/marchand-6132097", "name": "Aosom France MF", "country": "FR" }, "currency": "EUR", "delivery": { "weight": 40, "fulfillment": true }, "model_id": 17784588, "offer_id": "afa4d772-b372-4f8a-b3d0-0f37ee205b58", "quantity": { "stock": null, "value": 1 }, "variants": { "list": [ { "name": "couleur", "values": [ { "type": "hexacolor", "label": "Gris", "value": "#A9A9A9", "model_id": 17784588, "is_available": true } ] } ] } } ``` ## Documentation ## Overview Extract comprehensive product information from any ManoMano product page. Returns price, seller, brand, images, variants, and stock. ## Quickstart ``` GET https://api.piloterr.com/v2/manomano/product?query=https://www.manomano.fr/p/... ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | ManoMano product page URL | ## Main use cases - Monitor ManoMano pricing for competitive intelligence - Enrich SKU databases with ManoMano data - Build cross-platform price comparison tools - Automate repricing by tracking price changes