Conad API — Real-Time Italy Grocery Data
Access Conad's Italian grocery catalog via the Pepesto API — live pricing in EUR, nutritional data, and availability from spesaonline.conad.it, returned as structured JSON.
What Does the Conad API Return?
Everything visible in the Conad app and website, returned as clean JSON via a single REST call.
Conad-specific: Product names and categories are returned in Italian as displayed on spesaonline.conad.it.
Why Use an API Instead of Building Your Own Conad Integration?
Developers who have tried to build their own Conad data pipeline know the obstacles. Unofficial workarounds exist, but they come with real costs.
Conad updates their website regularly — changing markup, adding rate limiting, or restructuring categories. Pepesto absorbs all of that. Your integration keeps working.
The same JSON field names work whether you're calling Conad, Albert Heijn, Tesco, or any other supported chain. One integration for all of Europe.
Calling a REST API takes hours. Building, maintaining, and scaling your own Conad data extraction takes months — and requires ongoing engineering resources.
DIY data extraction is fragile: a single layout change can silently break your pipeline. Pepesto monitors and updates integrations continuously so you don't have to.
Fetch Conad Products in One Request
A single authenticated POST to /api/catalog returns
the full structured product catalog from Conad.
curl -X POST https://s.pepesto.com/api/catalog \ -H "Authorization: Bearer $PEPESTO_API_KEY" \ -H "Content-Type: application/json" \ -d '{"supermarket_domain": "spesaonline.conad.it"}'
{
"supermarket_domain": "spesaonline.conad.it",
"products": [
{
"name": "Barilla Penne Rigate 500g",
"brand": "Barilla",
"pack_size": "500g",
"price": 1.89,
"unit_price": 0.38,
"unit_label": "per 100g",
"promo_price": 1.49,
"availability": "in_stock",
"category": "Pasta & Rice / Pasta / Penne",
"nutrition": {
"energy_kcal": 352,
"protein_g": 12.5,
"carbs_g": 70.5,
"fat_g": 1.5
}
}
]
}What Can You Build?
The Conad API gives your product a live data layer on top of one of Italy's leading grocery retailers.
Compare Conad prices against other Italy retailers in real time. Flag promotions, track price history, and surface the best deal per product.
Let users build a weekly shopping list and see the exact Conad cost — including any active promotional prices — before they shop.
Match recipe ingredients to real Conad products and show the true cost of cooking from a given menu. Drive grocery orders directly from your meal planner.
Access structured nutritional data — calories, macros, allergens — for the exact products sold at Conad. Power food logging and dietary tracking with real supermarket data.
Monitor Conad's product range, pricing strategy, and promotional cadence at scale. Track SKU introductions, price changes, and out-of-stock events over time.
Give your AI agent the ability to search Conad's catalog, compare products by price or nutrition, and place grocery orders — all programmatically via REST.
Coverage & Data Freshness
Covers spesaonline.conad.it — Conad's Italian online grocery platform. Pricing in EUR. Conad is a cooperative with regional operators; the online store reflects a national assortment. Some regional product variations may differ from local store assortments.
Italy — spesaonline.conad.it. Pricing in EUR.
Daily. Promotional prices and weekly deals are included in every update cycle.
All products listed online at spesaonline.conad.it — including active promotions and full product details.
All product data and pricing is sourced from publicly listed pages on spesaonline.conad.it. Pepesto does not access retailer-gated pricing or any data not visible to a regular visitor. Products shown at a lower price due to a promotion or budget-tier range are included because they appear publicly on the site — not through any special retailer agreement.
How to get started
Three steps. No approval process. Your first call can be running within minutes.
Purchase a credit pack via Stripe. Pay-as-you-go from €0.05 per request. No monthly subscription, no minimum spend. Credits don't expire.
After purchase, call /link with your email — your API
key is returned immediately. No waiting, no approval form, no account
setup.
Make your first call to /api/catalog with
chain: "conad". Full endpoint reference and example
responses are in the API docs.
Purchase via Stripe, then call /link with your email — your
key is returned immediately. No approval process, no waiting.
Frequently Asked Questions about the Conad API
Conad does not offer a public developer API. Pepesto provides a maintained API layer that normalises Conad's product catalog from spesaonline.conad.it into consistent JSON, updated daily.
Yes. Product names and categories are returned in Italian as displayed on spesaonline.conad.it. All JSON field keys use English for consistent cross-chain programmatic access.
Pepesto returns a unified JSON schema across all supported chains. Each Conad product includes name (in Italian), price in EUR, unit price, availability, category path, brand, and nutritional data.
Data from spesaonline.conad.it is refreshed daily, capturing current prices and active promotional offers.
Purchase Pepesto API credits, retrieve your key via /link, then query /catalog with chain set to conad. Full endpoint reference is at pepesto.com/docs/grocery-shopping-api.
The integration covers products listed on spesaonline.conad.it. As Conad is a cooperative of regional operators, some locally specific products may vary from the national online assortment.
The standard catalog is indexed daily — prices, availability, and product details are refreshed every 24 hours. If your use case requires more frequent updates or push notifications on price changes, get in touch and we can discuss what's possible.
Other Supermarkets Available on Pepesto
One API key gives you access to 25+ European grocery chains with a consistent JSON schema.

