← Back to catalog
upc.search
mock data$0.002 / callUPC Product Search
Search products by name, brand, or description — returns matching items with UPC codes, images, categories, and price ranges (UPCitemdb)
Input schema
type
stringSearch type: "product" (default), "brand", or "category"
queryrequired
stringFull-text search query for product name, brand, or description (e.g. "iPhone 16", "Sony headphones")
offset
integerPagination offset for results (default: 0)
match_mode
integerMatch mode: 0 = broad match (default), 1 = exact match
Call via REST
curl -X POST https://unifyapi.pro/api/call/upc.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"type":"<type>","query":"<query>","offset":0,"match_mode":0}'