Back to library
Carrefour Suggest API
Get product suggestions from Carrefour by keyword or EAN, returning matching products with pricing, availability, and product details.
Active1 credit = 1 requestGET/v2/carrefour/suggest
Endpoint Overview
Detailed documentation, pricing, and usage examples.
Loading…
Code samples
Bash
curl --location --request GET 'https://api.piloterr.com/v2/carrefour/suggest' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Replace <token> with your API key, then run the request from your terminal or app.
Create free account, get +500 creditsExample response
JSON
{
"results": [
{
"id": "product-5000112611861",
"type": "product",
"links": {
"self": "/p/soda-au-cola-gout-original-coca-cola-5000112611861",
"reviews": "/product/5000112611861/reviews"
},
"attributes": {
"ean": "5000112611861",
"slug": "soda-au-cola-gout-original-coca-cola",
"brand": "COCA-COLA",
"title": "Soda au Cola Goût Original COCA-COLA",
"format": "1,75L",
"offers": {
"5000112611861": {
"0261_150_6": {
"id": "0261-150-6",
"type": "offer",
"attributes": {
"ean": "5000112611861",
"price": {
"price": 2.39,
"perunit": 1.37,
"perunitlabel": "1.37 € / L",
"unitofmeasure": "L"
},
"availability": {
"purchasable": true
}
}
}
}
},
"packaging": "la bouteille d'1,75L",
"categories": [
{
"id": "27070",
"slug": "boissons",
"label": "Boissons",
"level": 1
},
{
"id": "27073",
"slug": "colas-thes-glaces-et-soft-drinks",
"label": "Colas, Thés glacés, Sirops et Sodas",
"level": 2
}
],
"nutriscore": null,
"shorttitle": "Soda au Cola Goût Original COCA-COLA",
"businesstype": "food",
"customerreviews": {
"count": 33,
"rates": null,
"average": 4.79
}
}
}
]
}Integrations
Integrate Carrefour Suggest with your favorite tools.
Pricing
1 credit per request
Reviews
5 / 5 (58 reviews)
66 active users
392K requests
12ms avg response time
Method
GET, POST
Path
/v2/carrefour/suggest
Status
Active
Collections
Related APIs
Expand your data capabilities with these complementary tools.