Look up product information by UPC/EAN barcode. Uses Open Food Facts and UPC Ite...
https://api.strale.io/x402/v2/barcode-lookupOverview
Look up product information by UPC/EAN barcode. Uses Open Food Facts and UPC ItemDB. Returns product name, brand, nutrition, images.
Protocol
x402
Price
$0.05
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
media/images
Provider
strale
Source
bazaar
Indexed
2026-08-27 16:12:44
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"barcode": {
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"barcode": {
"type": "string"
},
"brand": {
"type": "string"
},
"found": {
"type": "boolean"
},
"nutrition": {
"type": "object"
},
"product_name": {
"type": "string"
}
}