Piloterr

ManoMano Product

GET
/v2/manomano/product

Extract full product details from a ManoMano product page, including price, seller, brand, images, variants, and stock.

Credit cost: 1 credit per call

Autorización

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Parámetros de consulta

query*string

Full ManoMano product page URL. Optionally include the model_id query parameter to target a specific variant.

Example:

https://www.manomano.fr/p/pergola-retractable-298l-x-213l-x-222h-m-structure-metal-epoxy-anticorrosion-toile-polyester-haute-densite-180-g-m-incluse-gris-17786586?model_id=17784588

Notes:

  • Supported domains: manomano.fr, manomano.co.uk, manomano.de, manomano.es, manomano.it
  • If model_id is omitted, the default variant is returned.

Cuerpo de la respuesta

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/manomano/product?query=string"
{  "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          }        ]      }    ]  }}
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}