Shopify Products Scraper

Full product catalog of any Shopify store or collection: prices, compare-at prices, variants, SKUs, stock, images, tags and descriptions.

Works on any Shopify storefront without login. Pass a store homepage for the whole catalog, a /collections/<handle> URL for one collection, or a /products/<handle> URL for a single product.

Run it

curl -X POST https://fetchsmith.com/api/v1/run/shopify-products-scraper \
  -H "Authorization: Bearer YOUR_KEY" -H "Content-Type: application/json" \
  -d '{"includeVariants": true, "maxProductsPerStore": 250, "max_results": 250, "storeUrls": ["https://www.allbirds.com"]}'

Price: 1 credit per result (credit packs). Also available on Apify Store with pay-per-event pricing.

Output fields

Sample output

{
  "available": true,
  "handle": "mens-wool-runners",
  "id": 6543210987,
  "priceMin": 98,
  "title": "Men\u0027s Wool Runner",
  "url": "https://www.allbirds.com/products/mens-wool-runners",
  "variantCount": 12,
  "vendor": "Allbirds"
}

Only publicly accessible pages are read. Respect the source site's terms when using the data.