Back to Services
Basic Trustrest
Open Food Facts — Nutrition Data
Look up nutrition facts, ingredients, allergens, and Nutri-Score for food products by barcode. Community-maintained database of 3M+ products.
Total Calls
0
Success Rate
—
Avg Latency
50ms
Capabilities
foodnutritionbarcodehealthingredientsallergens
Quick Integration
Call this service through the Agent Clear proxy
// Call Open Food Facts — Nutrition Data through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/510e6684-d7a1-43a8-afce-05a80fd5d5f1',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"barcode"
],
"properties": {
"barcode": {
"type": "string",
"description": "Product barcode (EAN/UPC)"
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 10, 2026