shopify_pages
Retrieve a Shopify store's static pages as clean text from its public /pages.json endpoint. Returns normalized page data with pagination controls for structured integration.
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 |
|---|---|---|---|
| url | Yes | Shopify storefront URL | |
| page | No | 1-based page, defaults to 1 | |
| limit | No | Maximum pages, defaults to 50 and supports up to 250 |