shopify_collections: GET /
hasdata_shopify_collections_getCollectionsLists collections from any public Shopify store. Use with pagination (up to 250 per page) to retrieve collection IDs, titles, handles, descriptions, images, and timestamps for catalog mapping or change tracking.
Instructions
Get Shopify Store Collections
Lists collections from any public Shopify storefront URL with limit (up to 250) and page pagination. Returns each collection's id, title, handle, body_html description, image, and timestamps. Use the returned handles as input to the Shopify Products endpoint to enumerate category-specific catalogs, or to map a competitor's merchandising taxonomy and track collection changes over time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the Shopify store. For example, 'https://b2bdemoexperience.myshopify.com'. | |
| limit | No | The maximum number of collections to retrieve. Must be between 1 and 250. | |
| page | No | The page number of the results to retrieve. Must be a positive integer. |