Search electrical products on Rexel France. Pass a keyword, an EAN, or a Rexel search URL. You get product cards with name, brand, references, image and description, plus pagination.
France only (www.rexel.fr). Prices and stock need a Rexel pro account and are not returned.
Browser rendering. Costs 2 credits per call.
GET https://api.piloterr.com/v2/rexel/search?query=prise
GET https://api.piloterr.com/v2/rexel/search?query=3250617191227
GET https://api.piloterr.com/v2/rexel/search?query=https://www.rexel.fr/frx/search?text=prise&page=2
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Keyword, EAN, or Rexel FR search URL |
page |
integer |
no |
Page number (1-based) |
return_page_source |
boolean |
no |
Return rendered HTML instead of JSON |
| Field |
Type |
Description |
results |
array |
Product cards |
results[].product_id |
integer |
Rexel product id |
results[].name / brand |
string |
Title and brand |
results[].rexel_ref / manufacturer_ref |
string |
References |
results[].ean |
string |
Present when search redirects to a product page |
results[].url / image_url / description |
string |
Link, image, short text |
pagination |
object |
page, per_page, total_results, total_pages, next |
| Code |
Meaning |
400 |
Empty or invalid query (non-FR Rexel sites are rejected) |
404 |
No products found |
500 |
Rendering failed |