← Back to catalog
upc.lookup
mock data$0.002 / callUPC 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)
Input schema
upcrequired
stringUPC, EAN, GTIN, or ISBN barcode number to look up (e.g. "012345678905", "9780140449136")
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>"}'