shopify_products: GET /
hasdata_shopify_products_getProductsRetrieve products from any public Shopify store. Optionally filter by collection, control pagination and limit to get product details like prices, SKUs, and inventory status for competitive analysis or catalog building.
Instructions
Get Shopify Store Products
Pulls products from any public Shopify storefront URL, optionally filtered by a collection handle, with limit (up to 250) and page pagination. Returns product id, title, handle, vendor, product_type, tags, body_html, images, variants with prices/SKUs/inventory status, and timestamps. Use for competitive price monitoring, catalog mirroring, availability tracking, building product datasets for comparison shopping, or feeding structured SKU data into downstream analytics and dropshipping pipelines.
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 products to retrieve. Must be between 1 and 250. | |
| page | No | The page number of the results to retrieve. Must be a positive integer. | |
| collection | No | The handle of the collection to filter the products. Provide the collection handle as a string. |