# Open Food Facts Product Nutrition & Additives Lookup

> Open Food Facts Product Nutrition & Additives Lookup is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Retrieves nutrition scores, additives, allergens, and Nutri-Score data from the Open Food Facts database of over one million food products.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/food-safety
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/open-food-facts-product-nutrition-additives-lookup-a0deef27
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eDfVcnvs1Ulw_rm368u5o

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability open-food-facts-product-nutrition-additives-lookup-a0deef27
```

Example prompt: Can you look up the Nutri-Score, additives, and allergen info for Nutella from the Open Food Facts database?

## When to prefer this

Choose this endpoint when you need comprehensive food product data including Nutri-Score, additives, and allergen information from a large community-maintained database. Best for consumer-facing apps checking packaged food safety, dietary compliance, or health scoring. Prefer over manual label parsing when querying from a database of over one million products.

## Known failure modes

- Product not found in Open Food Facts database (unknown barcode or product name)
- Ambiguous product query returning multiple results
- Missing or incomplete nutrition data for some products
- Open Food Facts upstream API unavailability
- Payment not processed leading to 402 response

## How this service works

ADH 金融情报层：把 239 个原始数据源洗成带实体解析、时间同步、溯源与派生结论的情报（宏观regime / 加密尽调 / 事件窗口），免费注入你的 AI 上下文。Agent 走 x402 结算，人类订阅（PayPal）即将上线。

## Output

Returns structured food product data from Open Food Facts including Nutri-Score grade, nutrition scoring, list of additives with safety classifications, allergen information, and nutritional composition for the queried product.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "nova": 4,
   "brands": "Simply Asia, Thai Kitchen",
   "barcode": "737628064502",
   "additives": [
    "en:e330"
   ],
   "nutriscore": "d",
   "product_name": "Thai peanut noodle kit includes stir-fry rice noodles & thai peanut seasoning"
  },
  "source": "openfoodfacts",
  "data_type": "食品安全",
  "collected_at": "2026-08-09T18:05:06Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/open-food-facts-product-nutrition-additives-lookup-a0deef27/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
