pristine_marketplace_search
Search Pristine Marketplace products using native full-text search. Returns normalized product data from the storefront's own search results page, with pagination and limit controls.
Instructions
Search Pristine Marketplace products. Returns normalized products from Pristine Marketplace's (https://www.pristinemarketplace.com) own native full-text search results page, distinct from /pristine-marketplace/search/suggest's predictive suggestions. The storefront URL is fixed server-side. Per-page size is fixed by the storefront's own theme (16 products per page) and is not adjustable; limit is honored only as an upper bound on the returned page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query text | |
| page | No | 1-based page, defaults to 1 | |
| limit | No | Maximum products, defaults to 50 and supports up to 250, but never exceeds the storefront's own fixed 16-per-page grid |