# Shopify Store Products Scraper (`tindacloud/shopify-products-scraper`) Actor

Get the full product catalog of any Shopify store: every product with all variants, SKUs, prices, discounts and stock status. No app install, no API key. Monitoring mode returns only what changed.

- **URL**: https://apify.com/tindacloud/shopify-products-scraper.md
- **Developed by:** [Seungki Min](https://apify.com/tindacloud) (community)
- **Categories:** E-commerce, Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.70 / 1,000 products

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Shopify Store Products Scraper

Get the **full product catalog of any Shopify store** — no app install, no API key, no login. Point it at a domain and you get every product with all variants, SKUs, prices and stock status.

Works on every Shopify store: DTC brands, dropshipping shops, your competitors, your own store.

### What you can do with it

- **Competitor price tracking** — run it on a schedule and diff prices and discounts over time.
- **Product research** — find what a store sells, at what price points, in which categories.
- **Stock monitoring** — `available` per variant tells you what is sold out right now.
- **Catalog migration or feeds** — export a clean JSON/CSV of a whole store.

### Input

| Field | What it does |
|---|---|
| `storeUrls` | Store domains or URLs, e.g. `gymshark.com`. Several at once is fine |
| `collections` | Only these collection handles (e.g. `mens`). Empty = whole catalog |
| `maxProductsPerStore` | Stop after N products per store (default 1,000) |
| `onlyAvailable` | Skip products where every variant is sold out |
| `minPrice` / `maxPrice` | Price range filter |
| `includeVariants` | Every variant with SKU, price and stock (default on) |
| `includeImages` | All image URLs (default on) |
| `maxResults` | Total limit across all stores |

### Output

One row per product. Real example from this Actor:

```json
{
  "storeDomain": "gymshark.com",
  "storeName": "Gymshark US",
  "currency": "USD",
  "productId": "6805093875914",
  "handle": "gymshark-medium-everyday-holdall-black-ss23",
  "title": "Gymshark Everyday Holdall Medium - Black",
  "url": "https://gymshark.com/products/gymshark-medium-everyday-holdall-black-ss23",
  "vendor": "Gymshark | Be a visionary.",
  "productType": null,
  "tags": [
    "acc-lower-bucket",
    "accessories",
    "activity:Conditioning",
    "airport-outfits",
    "akeneo_updated_at:1789570247",
    "all-products",
    "back-to-school",
    "back-to-school-bags",
    "bags",
    "Bags-free",
    "black-staples",
    "build-your-wishlist",
    "category:Bags",
    "conditioning",
    "created_by:product-service",
    "division:Accessories",
    "duffel-bags",
    "everyday",
    "feature:pockets",
    "filter-colour:Black",
    "gifts-for-gym-lovers",
    "gifts-for-him",
    "gifts-for-weightlifters",
    "gifts-under-1",
    "gifts-under-2",
    "high-cash-drivers",
    "last-chance",
    "last-chance-accessories",
    "lower-bucket",
    "most-loved",
    "must-have",
    "must-have-acc",
    "new-to-gymshark",
    "old-SKUs-platform",
    "outlet",
    "outlet-accessories",
    "outlet-accessories-over-50",
    "outlet-exclusives",
    "outlet-exclusives-acc",
    "over-40-off",
    "over-50-off",
    "over-60-off",
    "over-70-off",
    "percentageInStockV2",
    "range:Everyday",
    "retail-mss-26",
    "sale-bags",
    "seamtype:Accessories",
    "season:SS23",
    "segmentation:Conditioning",
    "ss26",
    "student-best-sellers",
    "subcategory:Large Holdall",
    "tier:2",
    "top-rated",
    "we-do-gym-boost",
    "winback-codes"
  ],
  "publishedAt": "2026-09-16T08:23:05-07:00",
  "updatedAt": "2026-09-18T17:15:23-07:00",
  "cre
```

Each row also has `vendor`, `productType`, `tags`, `options`, `compareAtPrice`, `discountPercent`, `variantCount`, `inStockVariantCount`, `publishedAt`, `updatedAt` and `description`.

### Speed and cost

60 products from 2 stores took **5 seconds**. You are charged per product returned, so filters that drop products also drop the bill.

### Monitoring mode

Turn on `onlyChangedProducts` and the Actor remembers every product's price and stock. On the next run you get **only what changed** — new products, price moves, sold out, back in stock — each row carrying `previousMinPrice`, `priceChange` and `priceChangePercent`. Put it on a daily schedule and you pay only for the changes, not for the whole catalog every day.

### Notes

- If a domain is not a Shopify store, it is skipped with a warning and **not charged**.
- Very large catalogs are paged 250 products at a time; raise `maxProductsPerStore` to go deeper.
- Prices come from the store's own public catalog, in the store's currency.

### Related Actors

Other scrapers from the same maker, built the same way — no browser where it isn't needed, one flat price per result:

- [AliExpress Product Search](https://apify.com/tindacloud/aliexpress-products-scraper)
- [App Store Reviews Scraper](https://apify.com/tindacloud/app-store-reviews-scraper)
- [Website Contact & Email Scraper](https://apify.com/tindacloud/website-contact-scraper)

# Actor input Schema

## `storeUrls` (type: `array`):

Store domains or URLs, e.g. “gymshark.com” or “https://allbirds.com”. Any Shopify store works — no API key needed.

## `collections` (type: `array`):

Only scrape these collection handles, e.g. “mens-t-shirts” or a full /collections/... URL. Empty = the whole catalog.

## `maxProductsPerStore` (type: `integer`):

Stop after this many products from each store.

## `onlyAvailable` (type: `boolean`):

Skip products where every variant is sold out.

## `minPrice` (type: `integer`):

Skip products cheaper than this (store currency).

## `maxPrice` (type: `integer`):

Skip products more expensive than this (store currency).

## `includeVariants` (type: `boolean`):

Add every variant with SKU, price and stock status.

## `includeImages` (type: `boolean`):

Add all product image URLs.

## `includeStoreDetails` (type: `boolean`):

Add store name and currency to every row.

## `onlyChangedProducts` (type: `boolean`):

Monitoring mode. Remembers price and stock from the previous run and returns only products that are new or whose price or availability changed — with the old value attached. Ideal on a daily schedule: you pay only for the changes.

## `maxResults` (type: `integer`):

Total limit across all stores.

## `proxy` (type: `object`):

Not needed — these are plain JSON endpoints. Only use it if a store blocks you.

## Actor input object example

```json
{
  "storeUrls": [
    "gymshark.com",
    "allbirds.com"
  ],
  "maxProductsPerStore": 1000,
  "onlyAvailable": false,
  "includeVariants": true,
  "includeImages": true,
  "includeStoreDetails": true,
  "onlyChangedProducts": false,
  "maxResults": 10000
}
```

# Actor output Schema

## `results` (type: `string`):

All results in a table view.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "storeUrls": [
        "gymshark.com",
        "allbirds.com"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("tindacloud/shopify-products-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "storeUrls": [
        "gymshark.com",
        "allbirds.com",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("tindacloud/shopify-products-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "storeUrls": [
    "gymshark.com",
    "allbirds.com"
  ]
}' |
apify call tindacloud/shopify-products-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,tindacloud/shopify-products-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/g4M0RRzLlrHmMpxGy/builds/6DCe3vrF1RecPbtbc/openapi.json
