upc.products.search
Search products by name, brand, or description to find UPC codes, images, categories, and price ranges from UPCitemdb database.
Instructions
Search products by name, brand, or description — returns matching items with UPC codes, images, categories, and price ranges (UPCitemdb)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Full-text search query for product name, brand, or description (e.g. "iPhone 16", "Sony headphones") | |
| match_mode | No | Match mode: 0 = broad match (default), 1 = exact match | |
| type | No | Search type: "product" (default), "brand", or "category" | |
| offset | No | Pagination offset for results (default: 0) |