bigcommerce_search
Search a public BigCommerce storefront to retrieve normalized product search results. Provide store URL and query text; optional page number for additional results.
Instructions
Search a BigCommerce storefront. Returns one normalized product-search page from a public BigCommerce storefront. url must be the public storefront origin; an optional caller path or query is ignored. q is required search text. page is 1-indexed and defaults to 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search text | |
| url | Yes | Public BigCommerce storefront origin | |
| page | No | 1-indexed search page, defaults to 1 |