# Shopify Store Scraper (`saswave/shopify-store-scraper`) Actor

Shopify Catalog extraction tool help you gather product offerings, stock variants, image assets, and collections from any storefront website catalog running on Shopify.

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

## Pricing

from $0.50 / 1,000 results

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

Shopify Catalog extraction tool to gather product offerings, stock variants, image assets, and collections from any storefront running on Shopify.

### FEATURE

Full Collection & Product Extraction: Harvest entire store catalogs, including specific collection lists (title, handle, products\_count) and deep product specifications.

Variant & Inventory Granularity: Extract every variant SKU (sku), pricing tiers (price, compare\_at\_price), stock availability flags (available), and unit weights (grams).

Metadata & Tag Processing: Capture categorical tags, cosmetic shade IDs, vendor attributes (vendor), and taxonomy classifications (product\_type).

High-Resolution Media Compilations: Retrieve full CDN image arrays (src, dimensions) linked to specific product variants and positions.

Timestamp & Lifecycle Tracking: Extract exact publication (published\_at), creation (created\_at), and last-updated (updated\_at) timestamps to monitor store catalog shifts over time.

### USE CASES

Competitor Inventory & Pricing Audits: Benchmark competitor pricing strategies, discount campaigns (compare\_at\_price), and stock replenishment timelines across e-commerce verticals.

Marketplace Catalog Integration: Import structured product catalogs—including variants, tags, and media URLs—directly into custom e-commerce storefronts or multi-channel management systems.

Product Trend & SKU Monitoring: Identify newly published SKUs and tracking changes in vendor product lines in real time.

E-Commerce Lead Generation: Identify high-performing Shopify merchants by analyzing catalog size, brand tags, and product update frequency.

### OUTPUT

Collection

```json
{
  "id": 274615205933,
  "title": "20% off Fenty Skin Full-Size Start'rs",
  "handle": "fenty-skin-startrs-sale",
  "description": "",
  "published_at": "2025-07-28T13:27:09-07:00",
  "updated_at": "2026-07-24T15:35:05-07:00",
  "image": null,
  "products_count": 6
}
```

Product

```json
{
  "id": 5293585727533,
  "title": "Pro Filt'r Soft Matte Powder Foundation — #320",
  "handle": "pro-filtr-soft-matte-powder-foundation-320",
  "body_html": "",
  "published_at": "2026-07-22T13:19:06-07:00",
  "created_at": "2021-01-26T16:43:17-08:00",
  "updated_at": "2026-07-31T06:08:19-07:00",
  "vendor": "Fenty Beauty",
  "product_type": "Foundations & Concealers",
  "tags": [
    "Benefits:Longwear",
    "catalog-exclude",
    "Color ID|FB0320",
    "Coverage:Buildable",
    "Finish: Soft-Matte",
    "Formulation:Powder",
    "full-size",
    "Is Batch Controlled",
    "master-id|FB30026",
    "Product Type:Foundation",
    "Shade Number:320",
    "Shade Range:Medium",
    "Size ID|0.32 oz / 9.1 g",
    "Tax Class ID|Cosmetics",
    "YCRF_foundation",
    "YGroup_fb30026"
  ],
  "variants": [
    {
      "id": 35178867294253,
      "title": "#320",
      "option1": "#320",
      "option2": null,
      "option3": null,
      "sku": "45973",
      "requires_shipping": true,
      "taxable": true,
      "featured_image": null,
      "available": false,
      "price": "20.00",
      "grams": 91,
      "compare_at_price": "40.00",
      "position": 1,
      "product_id": 5293585727533,
      "created_at": "2021-02-23T13:32:29-08:00",
      "updated_at": "2026-07-31T06:08:19-07:00"
    }
  ],
  "images": [
    {
      "id": 27937495842861,
      "created_at": "2021-02-26T17:54:48-08:00",
      "position": 1,
      "updated_at": "2025-11-03T11:28:03-08:00",
      "product_id": 5293585727533,
      "variant_ids": [],
      "src": "https://cdn.shopify.com/s/files/1/0341/3458/9485/products/FB30026_FB0320.jpg?v=1762198083",
      "width": 1200,
      "height": 1500
    },
    {
      "id": 27962795458605,
      "created_at": "2021-03-06T19:13:10-08:00",
      "position": 2,
      "updated_at": "2021-10-07T15:59:33-07:00",
      "product_id": 5293585727533,
      "variant_ids": [],
      "src": "https://cdn.shopify.com/s/files/1/0341/3458/9485/products/FB30026_FB0320_alt1.png?v=1633647573",
      "width": 1200,
      "height": 1500
    },
    {
      "id": 34275968450605,
      "created_at": "2024-11-25T17:13:35-08:00",
      "position": 3,
      "updated_at": "2024-11-25T17:13:36-08:00",
      "product_id": 5293585727533,
      "variant_ids": [],
      "src": "https://cdn.shopify.com/s/files/1/0341/3458/9485/files/FB760253_GLOBAL_COMPLEXION_INFOGRAPHIC_UPDATE_PRO-FILTR-POWDER-FOUNDATION_1200x1500_B_As_300.jpg?v=1732583616",
      "width": 1200,
      "height": 1500
    },
    {
      "id": 27962795589677,
      "created_at": "2021-03-06T19:13:10-08:00",
      "position": 4,
      "updated_at": "2022-10-03T15:08:22-07:00",
      "product_id": 5293585727533,
      "variant_ids": [],
      "src": "https://cdn.shopify.com/s/files/1/0341/3458/9485/products/FB30026_arm_9fd81f23-dfb1-4d53-8820-ca846dc09a31.jpg?v=1664834902",
      "width": 1200,
      "height": 1500
    },
    {
      "id": 27962795687981,
      "created_at": "2021-03-06T19:13:10-08:00",
      "position": 5,
      "updated_at": "2022-10-03T15:08:22-07:00",
      "product_id": 5293585727533,
      "variant_ids": [],
      "src": "https://cdn.shopify.com/s/files/1/0341/3458/9485/products/FB30026_open_dcf5aaa8-cba3-4699-b988-a657a8825867.jpg?v=1664834902",
      "width": 1200,
      "height": 1500
    }
  ],
  "options": [
    {
      "name": "Color",
      "position": 1,
      "values": [
        "#320"
      ]
    }
  ]
}
```

### 🛟 SUPPORT

Share your runs with the developer team and create issues on error to help us improve actor quality.

You might discover edge case we didn't test yet

We stay available anytime

# Actor input Schema

## `feature` (type: `string`):

No description

## `domains` (type: `array`):

Provide a list of the domain you want shopify data from

## `max_pages` (type: `integer`):

Max page per domain, 0 or empty = no limit

## Actor input object example

```json
{
  "feature": "collections",
  "domains": [
    "fentybeauty.com"
  ],
  "max_pages": 1
}
```

# 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 = {
    "domains": [
        "fentybeauty.com"
    ],
    "max_pages": 1
};

// Run the Actor and wait for it to finish
const run = await client.actor("saswave/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 = {
    "domains": ["fentybeauty.com"],
    "max_pages": 1,
}

# Run the Actor and wait for it to finish
run = client.actor("saswave/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 '{
  "domains": [
    "fentybeauty.com"
  ],
  "max_pages": 1
}' |
apify call saswave/shopify-store-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/Otj9Sqxty9yBjmLcr/builds/5tc7g4fSToX42mfVB/openapi.json
