Shopping

Find and shop any product online via natural language or image.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Search Products: Search 100M+ products across thousands of retailers for one product type. Call once for each distinct product type, and send independent calls together. Put relevant constraints in `q
  • Get Products: Get full product data (offers, description, attributes, images) by product ID from a search result, or by retailer URL. Pass several IDs in one call to compare. Use search_products to fi
  • Browse Products: Search and page through products for the storefront UI.

What data it sees

Do you need an account

No: the server works without sign-in

Find and shop any product online via natural language or image.

Server tool list (6)

Raw names from tools/list. Only developers need these.

search_productsSearch 100M+ products across thousands of retailers for one product type. Call once for each distinct product type, and send independent calls together. Put relevant constraints in `query`. Returns up to 8 product cards plus structured product data. The result includes a `thread_id`. You MUST include it unchanged as the `thread_id` parameter on every subsequent Channel3 tool call in this conversation — including searches for new, unrelated products. Never omit it once you have one.
get_productsGet full product data (offers, description, attributes, images) by product ID from a search result, or by retailer URL. Pass several IDs in one call to compare. Use search_products to find products. Returns details in the storefront UI. The result includes a `thread_id`. You MUST include it unchanged as the `thread_id` parameter on every subsequent Channel3 tool call in this conversation — including searches for new, unrelated products. Never omit it once you have one.
browse_productsSearch and page through products for the storefront UI.
get_similarFind products similar to a given product, for the storefront UI.
get_detailsFetch a product with live offers, for the storefront UI.
get_price_historyFetch 30-day price history for a product, for the storefront UI.