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

Scrape every product of any Shopify store or collection: prices, sale prices, variants, SKUs, stock status, real inventory counts when the store publishes them, images, tags and vendor. Fast, no login or API key.

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

## Pricing

$0.50 / 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

### What does Shopify Products Scraper do?

**Shopify Products Scraper** extracts **every product of any Shopify store** — or of one collection — with **prices, sale prices, variants, SKUs, stock status and real inventory counts** when the store publishes them. It reads the public product feeds every Shopify storefront serves: no login, no API key, no browser, and a 1,000-product catalog takes seconds.

### Why use it?

- 💲 **Monitor competitor prices** — track prices, discounts and new products across any number of Shopify stores.
- 📦 **Estimate competitor sales** — schedule it daily with inventory counts on; stock going down is units sold.
- 🔎 **Product research for dropshipping and e-commerce** — find what a store sells, at what price, from which vendors.
- 🧾 **Catalog migration and backups** — export a full catalog with variants, images and descriptions.
- 🤖 **Feed dashboards and alerts** — JSON, CSV or Excel, or straight into Google Sheets or Slack through Apify integrations.

### Features

- ✅ **Whole stores or single collections** — paste `store.com` or `store.com/collections/sale`.
- ✅ **Fast** — 250 products per request: ColourPop's 1,006 products took 6 seconds.
- ✅ **Every variant** — size, color and other options, each with SKU, price, compare-at price, weight and availability.
- ✅ **Real inventory counts** — optional per-variant stock quantity and barcode, when the store publishes them.
- ✅ **Sale detection** — `onSale` and the compare-at price, ready for discount tracking.
- ✅ **Clean data** — descriptions as plain text, dates in UTC, prices as numbers, store currency included.
- ✅ **Fair billing** — you pay per distinct product. Sites that aren't Shopify, password-protected stores and stores that refuse requests are reported in the run summary and **not charged**; a product reached twice in one run is charged once.

### How to scrape a Shopify store

1. Click **Try for free**.
2. Paste **store addresses** or **collection links**.
3. Optionally set **Max products per store** and turn on **Include inventory counts**.
4. Click **Start** and download the products as JSON, CSV or Excel. To monitor, add a [schedule](https://docs.apify.com/platform/schedules).

### Input example

```json
{
    "stores": ["deathwishcoffee.com", "https://colourpop.com/collections/no-makeup-makeup"],
    "maxProductsPerStore": 0,
    "includeInventory": true
}
```

### Output example

Each product is one item in the dataset (description, images and variants shortened here):

```json
{
    "storeUrl": "https://deathwishcoffee.com",
    "storeName": "Death Wish Coffee",
    "collection": null,
    "scrapedAt": "2026-09-16T20:42:06.380Z",
    "productId": "7459550658615",
    "title": "Allfather’s Aloha Button Up",
    "handle": "allfathers-aloha-button-up",
    "url": "https://deathwishcoffee.com/products/allfathers-aloha-button-up",
    "description": "Dress like a legend.\n\nIt's time to trade your boring button-up for one worthy of the gods. Donning a full front-to-back …",
    "vendor": "BAMKO",
    "productType": "Apparel",
    "tags": [
        "Apparel",
        "Men",
        "Merch",
        "Unisex",
        "Valhalla Java",
        "Valhalla Java Odinforce Blend",
        "Women"
    ],
    "publishedAt": "2026-09-10T13:40:11.000Z",
    "createdAt": "2026-05-27T15:05:04.000Z",
    "updatedAt": "2026-09-16T20:42:03.000Z",
    "currency": "USD",
    "price": 40,
    "priceMax": 40,
    "compareAtPrice": null,
    "onSale": false,
    "available": true,
    "totalInventory": 6,
    "images": [
        "https://cdn.shopify.com/s/files/1/0271/7209/files/DeathWishCoffee_June2026_Product_ValhallahJava_GraphicShirt_Front_Web2.jpg?v=1782323548"
    ],
    "options": [
        {
            "name": "Size",
            "values": [
                "S",
                "M",
                "L",
                "XL",
                "2XL",
                "3XL"
            ]
        }
    ],
    "variants": [
        {
            "variantId": "42247555907639",
            "title": "S",
            "options": [
                "S"
            ],
            "sku": "USHVJA02",
            "price": 40,
            "compareAtPrice": null,
            "available": true,
            "grams": 236,
            "requiresShipping": true,
            "taxable": true,
            "image": null,
            "inventoryQuantity": 2,
            "inventoryPolicy": "deny",
            "barcode": null
        }
    ]
}
```

#### Output fields

| Field | Description |
|---|---|
| `storeUrl`, `storeName`, `currency` | The store, its name and the currency of its prices |
| `collection` | Collection handle when a collection link was given, else `null` |
| `productId`, `title`, `handle`, `url` | Product identity and link |
| `description` | Product description as plain text |
| `vendor`, `productType`, `tags` | Brand, type and tags |
| `price`, `priceMax` | Lowest and highest variant price |
| `compareAtPrice`, `onSale` | Lowest "was" price and whether any variant is discounted |
| `available` | Whether any variant can be bought |
| `totalInventory` | Sum of variant stock (with inventory counts on, when published) |
| `images` | Image URLs |
| `options` | Option names and values (e.g. Size: S, M, L) |
| `variants[]` | `variantId`, `title`, `options`, `sku`, `price`, `compareAtPrice`, `available`, `grams`, `requiresShipping`, `taxable`, `image`, `inventoryQuantity`, `inventoryPolicy`, `barcode` |
| `publishedAt`, `createdAt`, `updatedAt` | Dates (ISO 8601, UTC) |
| `scrapedAt` | When the product was read |

### How much does it cost?

You pay per product returned — see the pricing tab. There is no start fee. For example, a 1,000-product store is 1,000 products. Stores that could not be scraped are free.

### Limitations

- **Shopify stores only**, with the standard storefront. Stores on a custom (headless) storefront don't publish the feed and are reported as not Shopify; some serve it on their other address (with or without `www.`).
- **Up to 25,000 products per store or collection** — Shopify's own limit on the public feed. Larger catalogs are flagged in the run summary; scrape their collections separately to get the rest.
- Inventory counts appear only when the store publishes them; otherwise they are `null`.
- Only products published to the online store are visible.

### Is it legal?

This Actor only reads product data that Shopify stores publish for any visitor, without logging in, at a gentle pace. It collects no personal data. Check the terms that apply to your use of the data, and consult a lawyer if unsure. Read more in Apify's blog post on [the legality of web scraping](https://blog.apify.com/is-web-scraping-legal/).

### Feedback

Need a field that isn't here? Open an issue in the **Issues** tab — they are answered quickly.

# Actor input Schema

## `stores` (type: `array`):

Shopify store addresses (<code>deathwishcoffee.com</code>) or collection links (<code>https://colourpop.com/collections/lips</code>) to scrape only that collection.

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

Stop after this many products from each store or collection. 0 means all of them.

## `includeInventory` (type: `boolean`):

Also read each product's stock quantity per variant, and its barcode, when the store publishes them. Makes one extra request per product, so large stores take longer.

## Actor input object example

```json
{
  "stores": [
    "deathwishcoffee.com"
  ],
  "maxProductsPerStore": 50,
  "includeInventory": false
}
```

# Actor output Schema

## `products` (type: `string`):

No description

## `summary` (type: `string`):

No description

# 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 = {
    "stores": [
        "deathwishcoffee.com"
    ],
    "maxProductsPerStore": 50
};

// Run the Actor and wait for it to finish
const run = await client.actor("steadyscrape/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 = {
    "stores": ["deathwishcoffee.com"],
    "maxProductsPerStore": 50,
}

# Run the Actor and wait for it to finish
run = client.actor("steadyscrape/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 '{
  "stores": [
    "deathwishcoffee.com"
  ],
  "maxProductsPerStore": 50
}' |
apify call steadyscrape/shopify-products-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,steadyscrape/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/pUSfFesymIgygv0rI/builds/A2iNGVeUY8rfiV36q/openapi.json
