Documentation Index
Fetch the complete documentation index at: https://docs.officiscan.com/llms.txt
Use this file to discover all available pages before exploring further.
1. Obtenez votre clé API
Contactez-nous à contact@officiscan.com pour obtenir votre clé API.
Votre clé ressemble à : oc_ROJemN_xle5h6-BT7fcSqKFepySPJj...
2. Votre première requête
curl -X GET "https://api.officiscan.com/v1/sources" \
-H "Authorization: Bearer oc_YOUR_API_KEY"
3. Comparer les prix d’un produit
L’endpoint /v1/snapshots/compare permet de comparer les prix d’un produit (par EAN) sur toutes les sources :
curl -X GET "https://api.officiscan.com/v1/snapshots/compare?ean=3401351277399" \
-H "Authorization: Bearer oc_YOUR_API_KEY"
Réponse :
{
"ean": "3401351277399",
"product_name": "Puressentiel Circulation Gel Ultra Frais 125 ml",
"stats": {
"min_price": 12.50,
"max_price": 14.99,
"avg_price": 13.20,
"snapshot_count": 4
},
"data": [
{
"id": 5638,
"product_id": 29,
"collected_at": "2026-04-29T17:34:54",
"price": {
"current": 12.95,
"original": null,
"range": null,
"currency": "EUR"
},
"stock": {
"available": true,
"label": "En stock"
},
"rating": {
"value": 4.6,
"count": 28
},
"rank": null,
"promo": null,
"network": "cocooncenter",
"source": "cocooncenter.com"
}
// ... 3 autres snapshots
]
}
Prochaines étapes
Authentification
En savoir plus sur l’authentification
API Reference
Explorer tous les endpoints