get_store_products
Retrieve paginated product listings from any e-commerce store by domain. Returns titles, prices, images, and vendors with optional sorting by price or date.
Instructions
List products sold by a specific e-commerce store. Returns a paginated list of product titles, prices, images, and vendors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1). Omit for the first page. | |
| sort | No | Sort field for products (e.g. 'price', '-price', 'added_at'). | |
| domain | Yes | The store domain (e.g. 'gymshark.com'). | |
| per_page | No | Results per page (1-100). Defaults to 20. |