Product lookup by barcode

Identify any product by EAN/UPC code. 2-layer intelligent lookup with AI-powered web search. Free tier included.

# Single product lookup
curl -H "X-API-Key: your-key" \
     https://your-server:5100/api/v1/ean/5449000000439

# Response
{
  "ean": "5449000000439",
  "name": "Coca-Cola Classic 330ml",
  "brand": "Coca-Cola",
  "category": "Beverages",
  "source": "cache",
  "confidence": 0.95
}

How it works

2-layer intelligent lookup — fast, reliable, and always improving.

1

Local Cache

First checks our PostgreSQL database with millions of pre-seeded products from Open Food Facts. Response time < 1ms.

2

AI Identification

If not cached, our AI searches the web (Open Food Facts, Google Books, meta-search engines) and extracts structured product data. Results are cached for future lookups.

Simple pricing

Start free, scale as you grow.

Free
$0 /month
For hobby projects and testing
  • 100 requests / day
  • Single EAN lookup
  • Search endpoint
  • Community support
Get Started
Starter
$9 /month
For small apps and MVPs
  • 5,000 requests / day
  • Batch lookup (50/req)
  • Search endpoint
  • Email support
Contact Us
Enterprise
$99+ /month
For high-traffic services
  • Unlimited requests
  • Custom SLA
  • Bulk import endpoint
  • Dedicated support
Contact Us

Get your free API key

Enter your email and receive an API key instantly. No credit card required.