# Shopify Store Scraper — Any Store, 18 Fields, No API Key (`themineworks/shopify-store-scraper`) Actor

Scrape the full product catalogue of any Shopify store — title, vendor, type, tags, variants, price range, SKUs, stock and images. Uses each store's public products feed: no login, no API key, no browser. Competitor and dropshipping research. Use it as an MCP server in Claude, ChatGPT & AI agents.

- **URL**: https://apify.com/themineworks/shopify-store-scraper.md
- **Developed by:** [The Mine Works](https://apify.com/themineworks) (community)
- **Categories:** E-commerce, MCP servers
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.20 / 1,000 product scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Shopify Store Scraper: Products, Prices & SKUs

Scrape the full product catalogue of any Shopify store — title, vendor, type, tags, variants, price range, SKUs, stock and images. Uses each store's public products feed: no login, no API key, no browser. Competitor and dropshipping research. Use it as an MCP server in Claude, ChatGPT & AI agents.

> ⚡ Part of a 74-scraper suite with 8,800+ runs · no login, no cookies, no ban risk.
>
> 💸 You are only charged for delivered results — empty searches, failed pages and duplicates are never billed.

### What it does

Every Shopify store exposes its full catalogue as public structured JSON — it is how the
storefront itself works. This actor reads that surface directly, so it needs no API key, no app
install and no permission from the store owner, and it is fast and cheap because there is no
browser involved.

Give it one or more store domains. It returns one record per product: product id, store domain,
title, handle, vendor, product type, tags, published and updated timestamps, variant count, the
minimum and maximum price across variants, an in-stock boolean, and the full SKU list.

### Input

| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| `storeDomains` | array | yes | `["allbirds.com"]` | Shopify store domains, e.g. allbirds.com. Works on any Shopify-hosted storefront. |
| `maxProductsPerStore` | integer | no | `10` | Maximum products to return per store. |

#### Example input

```json
{
  "storeDomains": [
    "allbirds.com"
  ],
  "maxProductsPerStore": 10
}
```

### Output

One record per product. Field list and example below are taken from a real run, not a mock-up.

| Field | Type | Example |
|---|---|---|
| `product_id` | string | `"7292464955472"` |
| `store_domain` | string | `"allbirds.com"` |
| `title` | string | `"Men's Cruiser - Shadow Blue (Natural White…` |
| `handle` | string | `"mens-cruiser-shadow-blue-natural-white-sole"` |
| `vendor` | string | `"Allbirds"` |
| `product_type` | string | `"Shoes"` |
| `tags` | array | `["allbirds::cfId => color-8d8c461eb0f65396c…` |
| `published_at` | string | `"2026-07-08T11:32:23-07:00"` |
| `updated_at` | string | `"2026-07-27T01:17:05-07:00"` |
| `variant_count` | number | `13` |
| `price_min` | number | `105` |
| `price_max` | number | `105` |
| `in_stock` | boolean | `true` |
| `skus` | array | `["A12856M080", "A12856M085", "A12856M090", …` |
| `image` | string | `"https://cdn.shopify.com/s/files/1/1104/416…` |
| `image_count` | number | `5` |
| `url` | string | `"https://allbirds.com/products/mens-cruiser…` |
| `scraped_at` | string | `"2026-07-27T08:17:10.468Z"` |

#### Example output

```json
{
  "product_id": "7292464955472",
  "store_domain": "allbirds.com",
  "title": "Men's Cruiser - Shadow Blue (Natural White Sole)",
  "handle": "mens-cruiser-shadow-blue-natural-white-sole",
  "vendor": "Allbirds",
  "product_type": "Shoes",
  "tags": [
    "allbirds::cfId => color-8d8c461eb0f65396c57fcd7467def939",
    "DNAM BRANDS",
    "EC STOCK"
  ],
  "published_at": "2026-07-08T11:32:23-07:00",
  "updated_at": "2026-07-27T01:17:05-07:00",
  "variant_count": 13,
  "price_min": 105,
  "price_max": 105,
  "in_stock": true,
  "skus": [
    "A12856M080",
    "A12856M085",
    "A12856M090",
    "A12856M095",
    "A12856M100",
    "A12856M105",
    "A12856M110",
    "A12856M115",
    "A12856M120",
    "A12856M125",
    "A12856M130",
    "A12856M140",
    "A12856M150"
  ],
  "image": "https://cdn.shopify.com/s/files/1/1104/4168/files/All-birds_0010.png?v=1783535519",
  "image_count": 5,
  "url": "https://allbirds.com/products/mens-cruiser-shadow-blue-natural-white-sole",
  "scraped_at": "2026-07-27T08:17:10.468Z"
}
```

### Use cases

- **Competitor catalogue monitoring** — track a rival's full range, and diff runs to catch new launches and discontinuations.
- **Price tracking** — `price_min` and `price_max` per product make repricing and undercutting analysis a direct comparison.
- **Stock-out monitoring** — the `in_stock` boolean across runs shows which lines actually sell through.
- **Dropshipping and sourcing research** — find which vendors and product types a successful store carries.
- **Brand and MAP compliance** — check that resellers are honouring agreed pricing.
- **Market-entry sizing** — catalogue breadth and price banding across a set of stores maps a category quickly.

### FAQ

#### Does this work on any Shopify store?

Any store that leaves its public product surface enabled, which is the default. A minority of stores disable it; those return no products rather than failing the run.

#### Do I need permission or an API key?

No key and no app install. The actor reads only what the storefront already serves publicly to every visitor.

#### How do I know a site is on Shopify?

Pass the domain and see. Non-Shopify domains simply return no products and are not billed.

#### Are variants included individually?

You get `variant_count`, the full `skus` array, and the price range across variants. Per-variant rows are deliberately not emitted, because that would multiply your bill several times over for data most users aggregate straight back down.

#### Is inventory quantity available?

No. Shopify's public surface exposes availability as a boolean, not a count, so `in_stock` is what can honestly be returned.

### Billing

Pay per event: one `product-scraped` event per delivered record, charged only **after** the record is validated and stored. Empty results, blocked pages and duplicates are never charged. Store discounts apply automatically on paid Apify plans.

### Use in Claude, ChatGPT & any MCP agent

This actor runs as an MCP server, so an AI agent can call it directly:

```
https://mcp.apify.com/?tools=themineworks/shopify-store-scraper
```

```python
from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("themineworks/shopify-store-scraper").call(run_input={"storeDomains": ["allbirds.com"], "maxProductsPerStore": 10})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)
```

### Legal and compliance

This actor collects only publicly available information — the same data any visitor can see without logging in. It does not access private or authenticated areas, does not attempt to bypass paywalls, and collects no personal data beyond what the source already publishes openly. You are responsible for using the output in line with the source site's terms and with the data protection law that applies to you.

MIT © [The Mine Works](https://apify.com/themineworks)

# Actor input Schema

## `storeDomains` (type: `array`):

Shopify store domains, e.g. allbirds.com. Works on any Shopify-hosted storefront.

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

Maximum products to return per store.

## `proxyConfiguration` (type: `object`):

Datacenter proxy is sufficient for this public feed.

## Actor input object example

```json
{
  "storeDomains": [
    "allbirds.com"
  ],
  "maxProductsPerStore": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `results` (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 = {
    "storeDomains": [
        "allbirds.com"
    ],
    "maxProductsPerStore": 10,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("themineworks/shopify-store-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 = {
    "storeDomains": ["allbirds.com"],
    "maxProductsPerStore": 10,
    "proxyConfiguration": { "useApifyProxy": True },
}

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

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

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

```

## CLI example

```bash
echo '{
  "storeDomains": [
    "allbirds.com"
  ],
  "maxProductsPerStore": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call themineworks/shopify-store-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=themineworks/shopify-store-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/4af176GG1rU1sfzaD/builds/uVl3TntcsuWQtT2if/openapi.json
