Skip to main content
The /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.

Filters

Narrow results with filters. Every filter is optional — combine as many as you need.
These are the filters most integrations use. See the API reference for the complete list.

Pagination

Use next_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.

Collections

Pass config.collection_id to search inside a saved catalog scope (brands, websites, categories, and/or specific products). Request filters still apply and can only narrow the collection. See Collections. Set mode: "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.