Skip to main content

Shopify Products Scraper

Scrape product listings from any Shopify store including titles, prices, variants, images, and descriptions. 1 credit/row

Parameters

ParameterTypeRequiredDescription
startUrlsarrayYesArray of URL objects pointing to Shopify store pages. E.g., [{"url": "https://www.allbirds.com"}]
maxResultsintegerYesMaximum number of products to return. Default: 50. Use 0 for unlimited

Example

curl -X POST https://api.mindcase.co/api/v1/agents/shopify/products-scraper/run \
  -H "Authorization: Bearer mk_live_abc123def456" \
  -H "Content-Type: application/json" \
  -d '{
    "params": {
      "startUrls": [{"url": "https://www.allbirds.com"}],
      "maxResults": 50
    }
  }'