cURL
curl --request GET \ --url https://piloterr.com/api/v2/carrefour/product \ --header 'x-api-key: <x-api-key>'
{ "brand": "GAULOIS", "image": "https://media.carrefour.fr/medias/ed17057cca61469e8b147748c864660b/p_1500x1500/03266980075934_A1N1_s01.png", "price": "3,65€", "title": "Œufs de caille LE GAULOIS", "currency": "€", "features": { "nom_legal": "Oeufs de cailles", "ingredients": "100% OEUF", "valeurs_nutritionnelles": { "matieres_grasses": "14 g / 100 g", "acides_gras_satures": "4.9 g / 100 g", "valeur_energetique_kj": "737 kJ / 100 g", "valeur_energetique_kcal": "178 kcal / 100 g" } }, "packaging": "la boite de 18", "nutriscore": "B", "price_float": 3.65, "price_per_unit": "18.25 € / KG", "price_per_unit_float": 18.25, "price_per_unit_measure": "KG", "price_per_unit_currency": "€" }
Get Carrefour product
carrefour.fr
https://www.carrefour.fr/p/oeufs-de-caille-le-gaulois-3266980075934
Show features
Show valeurs_nutritionnelles
Was this page helpful?