VOOZH about

URL: https://apify.com/scrape_flux/shopify-scraper

⇱ Shopify Store Scraper Β· Apify


Pricing

from $1.00 / 1,000 results

Go to Apify Store

Shopify Store Scraper

Extract full product catalogs from any Shopify store β€” prices, variants, inventory, reviews & collections. Auto-detects Judge.me, Yotpo, Okendo & more. Filter by availability, discount %, or date. No browser or credentials needed.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ ScrapeFlux

ScrapeFlux

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Extract complete product data from any Shopify store β€” prices, variants, inventory, reviews, collections, currency, and more. Works on any store powered by Shopify including custom domains. No browser required. Fast, cheap, and reliable.

Features

  • Scrapes any Shopify store by URL β€” no template or configuration needed
  • Extracts full product catalog with descriptions, variants, images, and tags
  • Store metadata β€” store name, currency, country auto-detected per store
  • Price range β€” min_price and max_price across all variants
  • Discount percentage calculated automatically from compare-at price
  • Product timestamps β€” created_at, updated_at, published_at
  • Reviews β€” auto-detects and scrapes from Judge.me, Yotpo, Stamped.io, Okendo, and Loox
  • Average rating computed from fetched reviews
  • Collections/categories β€” scrapes store collection hierarchy
  • Filters β€” only available products, minimum discount %, created after date
  • Option to output each variant as a separate row (great for price sheets)
  • Handles pagination β€” scrapes the full catalog regardless of size
  • No browser, no credentials required
  • Pay Per Event pricing β€” you only pay per product scraped

Use cases

  • Price monitoring β€” track competitor prices and sale discounts across Shopify stores
  • Dropshipping research β€” products, reviews, and availability in one run
  • Market research β€” analyze catalogs, categories, pricing trends, and review sentiment
  • Inventory tracking β€” monitor stock and availability changes over time
  • Discount hunting β€” filter to only products on sale above a threshold

Input

FieldTypeRequiredDescription
storeUrlsArray of stringsYesShopify store URLs (e.g. https://allbirds.com)
maxProductsPerStoreIntegerNoMax products per store (default: unlimited)
includeVariantsBooleanNoOutput each variant as a separate row (default: false)
scrapeReviewsBooleanNoFetch product reviews (default: false)
maxReviewsPerProductIntegerNoMax reviews per product (default: 50, max: 1000)
scrapeCollectionsBooleanNoScrape store collections/categories (default: false)
onlyAvailableBooleanNoSkip products where all variants are out of stock (default: false)
minDiscountIntegerNoOnly return products discounted by at least this % (1–99)
createdAfterStringNoOnly return products created after this date (YYYY-MM-DD)
proxyConfigObjectNoProxy settings (datacenter proxies work fine)

Output β€” Products

{
"record_type":"product",
"store_url":"https://allbirds.com",
"store_name":"Allbirds",
"currency":"USD",
"product_id":1234567890,
"title":"Tree Runner",
"handle":"tree-runner",
"vendor":"Allbirds",
"product_type":"Footwear",
"description":"Made from eucalyptus tree fiber...",
"tags":["sustainable","running"],
"price":"98.00",
"compare_at_price":"135.00",
"discount_percentage":27,
"min_price":"78.00",
"max_price":"118.00",
"available":true,
"variants_count":8,
"images":["https://cdn.shopify.com/..."],
"product_url":"https://allbirds.com/products/tree-runner",
"created_at":"2023-01-15T08:00:00-05:00",
"updated_at":"2026-06-01T12:00:00-05:00",
"published_at":"2023-01-15T10:00:00-05:00",
"reviews":[
{
"platform":"judgeme",
"author":"Jane D.",
"rating":5,
"title":"Best shoes I've ever owned",
"body":"Super comfortable right out of the box...",
"date":"2026-05-01T00:00:00Z",
"verified":true,
"helpful_votes":12,
"photos":[]
}
],
"review_count":1,
"average_rating":4.8,
"scraped_at":"2026-06-26T10:00:00.000Z"
}

With includeVariants: true

Each variant becomes its own row with all product fields plus:

{
"variant_id":9876543210,
"variant_title":"US 10 / Gray",
"sku":"TR-US10-GRY",
"price":"98.00",
"compare_at_price":"135.00",
"discount_percentage":27,
"available":true,
"inventory_quantity":14
}

Output β€” Collections (when scrapeCollections: true)

{
"record_type":"collection",
"store_url":"https://allbirds.com",
"collection_id":987654321,
"title":"Men's Shoes",
"handle":"mens-shoes",
"description":"Shop all men's shoes...",
"image_url":"https://cdn.shopify.com/...",
"products_count":24,
"collection_url":"https://allbirds.com/collections/mens-shoes"
}

Supported review platforms

PlatformDetection
Judge.meAuto-detected from page source
YotpoAuto-detected, extracts public app key
Stamped.ioAuto-detected, extracts public API key
OkendoAuto-detected, extracts subscriber ID
LooxAuto-detected from page source

How it works

Uses Shopify's public /products.json and /collections.json endpoints β€” available on every Shopify store without credentials. Paginates with limit=250 until the full catalog is retrieved. Store currency and name are auto-detected via /shop.json (with an HTML fallback for stores that block it). Reviews are fetched from the platform's public CDN API after detecting which review app the store uses.

You might also like

Shopify Store Scraper

rupom888/shopify-store-scraper

Scrape any Shopify store for products, variants, prices, inventory, images, tags, and collections. No API key needed - uses Shopify's public JSON endpoints.

Shopify Store Scraper β€” Products, Prices & Inventory

oneary/shopify-store-scraper

Extract complete product catalogs from any Shopify store including prices, variants, inventory, images, and descriptions. Perfect for competitive analysis and dropshipping research.

Shopify Store Scraper

scrapio/shopify-store-scraper

Shopify Store Scraper extracts product and store data from Shopify websites. Collect product titles, prices, variants, images, collections, and availability for eCommerce research, monitoring, and catalog building at scale.

Shopify Store Scraper β€” Products, Prices & Variants

maged120/shopify-intelligence

Scrape any public Shopify store to extract all products, pricing, variants, collections, and store metadata β€” without needing Shopify API access.

Shopify Store Scraper

scrapemesh/shopify-store-scraper

πŸ›οΈ Shopify Store Scraper extracts product data from any Shopify store β€” titles, prices, variants, SKUs, images, descriptions, inventory & collections. πŸ“Š Ideal for competitor research, price tracking, SEO, and catalog builds. πŸš€ Fast, scalable, CSV/JSON exports.