# Open Food Facts Product Lookup by Barcode

> Open Food Facts Product Lookup by Barcode is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns product details from Open Food Facts for a given barcode, including product name, brands, and categories.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/openfoodfacts-product
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/open-food-facts-product-lookup-by-barcode-e1adc35d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rccxq1N9Fdvud6cqyghX2

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-lookup-by-barcode-e1adc35d -d '<json body>'
```

Example prompt: What product has the barcode 737628064502? I need the product name, brand, and what category it falls into.

## When to prefer this

Use this endpoint when you need to identify a food product from its barcode (UPC, EAN, or similar) and want basic product metadata like name, brand, and category. Prefer this over manual web scraping or full Open Food Facts API when a lightweight, paid-per-call lookup is acceptable.

## Known failure modes

- Barcode not found in Open Food Facts database — returns empty or null result
- Invalid or malformed barcode string — may return error or empty result
- Product exists but has incomplete data (missing brand or categories)
- Non-food product barcodes may return no results

## How this service works

Returns Open Food Facts product details for a barcode q, including name, brands and categories. Query: ?q= Returns JSON.

## Output

A JSON object containing Open Food Facts product details for the given barcode, including the product name, brand(s), and product categories.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/open-food-facts-product-lookup-by-barcode-e1adc35d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
