/v1/search endpoint is the core of Channel3. Make a requests and get back a list of products with prices, availability, images, and retailer offers.
Basic search
Filters
Narrow results withfilters. Every filter is optional — combine as many as you need.
Popular filters
These are the filters most integrations use. See the API reference for the complete list.Pagination
Usenext_page_token from the response to fetch the next page. You can page up to 500 products total. A request with a next_page_token costs one credit. See pricing.
Keyword search
Setmode: "keyword" to skip semantic (vector) search and use exact keyword matching instead. This path is optimized for low latency — use it when users type specific product names or SKUs, or when you need the fastest possible search response.