extract_shopify_store
Pull a Shopify store's product catalogue from public products.json, with one row per product variant including price, SKU, options, availability, vendor, image, and URL. Save results with save_as, limit products with max_products.
Instructions
Extract a Shopify store's catalogue as one row per product variant — price, sku, options, availability, vendor, image and product URL. Reads the store's public products.json, so it needs no rendering and no selectors. Pass save_as='' to store the rows (recommended: catalogues are large). max_products caps how many products are pulled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save_as | No | ||
| store_url | Yes | ||
| max_products | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |