UnifyAPI
← Back to catalog

upc.lookup

mock data$0.002 / call

UPC Product Lookup

Look up a product by UPC, EAN, GTIN, or ISBN barcode — returns title, brand, images, dimensions, weight, category, price range, and marketplace offers (UPCitemdb)

Referenceprovider: Upc#upc#reference

Input schema

upcrequired

UPC, EAN, GTIN, or ISBN barcode number to look up (e.g. "012345678905", "9780140449136")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/upc.lookup \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"upc":"<upc>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.