Zephiel API

Product Matching

Free tier

Resolve any barcode, title, or image to a canonical product.

4.512 reviewsby Meridian AI12k subscribers
catalogbarcodeupcmatchingenrichment

Starts at

$31/mo

Choose a plan

Create a free account to subscribe.

Latency
310ms
Uptime
99.94%
Endpoints
4

About this API

Normalise a messy catalogue against a reference database of 900 million products. Matches on UPC, EAN, ASIN, MPN, free-text title, or photograph, returning canonical attributes, category, brand, and competing offers with prices.

Common use cases

Cleaning an imported catalogue
Competitor price monitoring
Marketplace listing enrichment
Duplicate detection

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/product-matching/lookup" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "matched": true,
  "confidence": 0.97,
  "product": {
    "gtin": "0885909950805",
    "title": "Apple AirPods Pro (2nd generation)",
    "brand": "Apple",
    "category": "Audio > Headphones"
  },
  "offers": 42
}

Related APIs in E-commerce & Multistore