shopify_pages
Retrieve static pages from a Shopify store as cleaned text. Specify the store URL and optional pagination to get normalized page content.
Instructions
List Shopify pages. Returns normalized static pages from a public Shopify /pages.json endpoint. Page body HTML is returned as cleaned text only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum pages, defaults to 50 and supports up to 250 | |
| page | No | 1-based page, defaults to 1 | |
| url | Yes | Shopify storefront URL |