UnifyAPI
← Back to catalog

upc.search

mock data$0.002 / call

UPC Product Search

Search products by name, brand, or description — returns matching items with UPC codes, images, categories, and price ranges (UPCitemdb)

Referenceprovider: Upc#upc#reference

Input schema

type

Search type: "product" (default), "brand", or "category"

string
queryrequired

Full-text search query for product name, brand, or description (e.g. "iPhone 16", "Sony headphones")

string
offset

Pagination offset for results (default: 0)

integer
match_mode

Match mode: 0 = broad match (default), 1 = exact match

integer

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}'

Try it

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