Piloterr

Rexel Product

GET
/v2/rexel/product

Get a Rexel France product page: references, EAN, descriptions, images and specs via browser rendering.

Credit cost: 2 credits 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

Rexel France product URL containing /p/{id}.

Example:

https://www.rexel.fr/frx/HAGWXF122/p/71742449
return_page_source?boolean

When true, return rendered HTML instead of JSON.

Cuerpo de la respuesta

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/rexel/product?query=string"
{  "ean": "3250617191227",  "url": "https://www.rexel.fr/frx/HAGWXF122/p/71742449",  "name": "Prise de courant gallery 2P+T double pré cablées",  "brand": "Hager",  "images": [    "https://api.rexel.fr/media/api/fr/content/71742449/EXTRA_LARGE_WEBP"  ],  "rexel_ref": "HAGWXF122",  "product_id": 71742449,  "breadcrumbs": null,  "description": "Gallery est l'appareillage modulaire 45x45 pour chantiers résidentiels et tertiaires.",  "specifications": {    "gamme": "Gallery",    "intensite": "16 A",    "type_de_pose": "encastré",    "tension_nominale": "250 V"  },  "manufacturer_ref": "WXF122",  "short_description": "La prise de courant double pré cablées 2P+T WXF122 fait partie de la gamme gallery."}
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}