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

$3/month — Lightning-fast Shopify scraper! Get 1,000+ products in under 1 minute. Extract IDs, titles, descriptions, prices, variants, sizes, images, tags, vendor, options, availability, and more. Perfect for SEO audits, dropshipping, and competitor research. Usage cost only 0.01-0.015$ per 1000

- **URL**: https://apify.com/codescraper/fast-shopify-products-scraper.md
- **Developed by:** [CodeScraper](https://apify.com/codescraper) (community)
- **Categories:** E-commerce, Developer tools
- **Stats:** 15 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$3.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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 Product Scraper – Ultra-Fast Full-Catalog Extractor

This **Apify actor** scrapes **complete product catalogs** from any Shopify-powered store at lightning speed.

It accesses Shopify’s **public products.json API**, bypassing slow HTML parsing and browser overhead. It supports **bulk store URLs**, auto-handles **pagination (250 products/page)**, maps variants to images, extracts gendered size lists, and outputs a clean, structured dataset.

---

### Get 10k Products For Just 0.09$ and in 7-8 Mins
![Screenshot](./images/products.png)

---

### 🚀 What It Does

For every product in a Shopify store, the actor extracts:

- 🆔 **Product ID & Handle**
- 📦 **Title & Clean Description**
- 💰 **Price Range (min/max & currency)**
- 🏷️ **Vendor, Type & Tags**
- 🎨 **Options** (Color, Size, Material, etc.)
- 🖼️ **High-resolution images**
- 📅 **Created / Updated / Published dates**
- 🔢 **Variant Summary**

  - total variants
  - available count
  - percent available

- 👟 **Smart Size Lists**

  - Men’s Available Sizes
  - Women’s Available Sizes
  - Unisex sizes

- 📋 **Full Variant Breakdown**

  - SKU
  - Title
  - Size / Color
  - Price & Compare-at Price
  - Stock availability
  - Variant image

---

### ⚡ It Handles

- ✅ **Bulk Shopify store URLs**
- 🔄 **Automatic pagination** (250 products per page)
- 🧹 **Smart data cleaning** (gender detection, size grouping)
- 🎨 **Variant → Image mapping**
- ⚡ **10x–50x faster** than browser scrapers
- 🌐 **Automatic Apify Proxy** (no config needed)
- 🛡️ **Retry & error handling**
- 📦 **Dataset is cleaned and structured before saving**

---

### 🧠 How It Works

1. Loads your Shopify store URLs
2. Appends `/products.json` with pagination parameters
3. Fetches products in batches of **250**
4. Continues until all pages are completed
5. Normalizes the data:

   - maps variants
   - extracts gender
   - builds readable size lists
   - generates min/max price range

6. Saves all product data in a consistent, structured format
7. (Optional) Stops early if `maxItems` limit is reached

---

### ⚙️ Input Configuration

| Field                | Type    | Description                                        | Example Value                                      |
| -------------------- | ------- | -------------------------------------------------- | -------------------------------------------------- |
| `startUrls`          | Array   | Shopify store URLs to scrape                       | `["https://allbirds.com", "https://gymshark.com"]` |
| `maxItems`           | Integer | Optional product limit per store (0 = unlimited)   | `1000`                                             |
| `proxyConfiguration` | Object  | Proxy settings (Apify Proxy recommended / default) | `{ "useApifyProxy": true }`                        |

---

### 🧩 Example Input

```json
{
  "startUrls": [{ "url": "https://www.allbirds.com" }],
  "maxItems": 500,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
````

***

### 📊 Example Output

```json
{
  "sourceUrl": "https://www.allbirds.com",
  "productId": 7193764298832,
  "title": "Women's Tree Dasher 2 - Rugged Beige (Stony Cream Sole)",
  "handle": "womens-tree-dashers-rugged-beige-stony-cream",
  "url": "https://www.allbirds.com/products/womens-tree-dashers-rugged-beige-stony-cream",
  "description": "The Tree Dasher 2 is the next evolution of our everyday active shoe with more responsive foam, extra grip, and an improved fit to keep you moving, and nature winning.",
  "gender": "Women's",
  "vendor": "Allbirds",
  "type": "Shoes",
  "tags": [
    "allbirds::carbon-score => 5.48",
    "allbirds::cfId => color-3aed57948cd5460f448555993790ea71",
    "allbirds::complete => true",
    "allbirds::edition => limited",
    "allbirds::gender => womens",
    "allbirds::hue => beige",
    "allbirds::master => womens-tree-dashers",
    "allbirds::material => tree",
    "allbirds::price-tier => tier-2",
    "allbirds::silhouette => dasher",
    "allbirdskit::kit-discount-20whQOueHm7zwKfR8Csr2c => 23",
    "allbirdskit::kit-id => 20whQOueHm7zwKfR8Csr2c",
    "allbirdskit::kit-size-20whQOueHm7zwKfR8Csr2c => 2",
    "loop::returnable => true",
    "shoprunner",
    "YCRF_womens-perform-shoes",
    "YGroup_ygroup_womens-tree-dashers"
  ],
  "Women's Available Sizes": ["5"],
  "color": "Rugged Beige",
  "options": [
    {
      "name": "Color",
      "values": ["Rugged Beige"]
    },
    {
      "name": "Size",
      "values": [
        "5",
        "5.5",
        "6",
        "6.5",
        "7",
        "7.5",
        "8",
        "8.5",
        "9",
        "9.5",
        "10",
        "10.5",
        "11"
      ]
    }
  ],
  "images": [
    {
      "id": 34335036670032,
      "src": "https://cdn.shopify.com/s/files/1/1104/4168/files/A11849_25Q3_Tree_Dasher_2_Rugged_Beige_Stony_Cream_Sole_PDP_LEFT-2000x2000_8531eba4-0608-48f3-9504-bb5838c6cca6.png?v=1751563474",
      "alt": null,
      "width": 2000,
      "height": 2000
    },
    {
      "id": 34335036637264,
      "src": "https://cdn.shopify.com/s/files/1/1104/4168/files/A11849_25Q3_Tree_Dasher_2_Rugged_Beige_Stony_Cream_Sole_PDP_BACK-2000x2000_e77818fa-1038-4cca-8b96-a564cdcf8960.png?v=1751563474",
      "alt": null,
      "width": 2000,
      "height": 2000
    },
    {
      "id": 34335036440656,
      "src": "https://cdn.shopify.com/s/files/1/1104/4168/files/A11849_25Q3_Tree_Dasher_2_Rugged_Beige_Stony_Cream_Sole_PDP_TD-2000x2000_fd13bfa7-dcd1-4dac-a939-9860862c97fc.png?v=1751563474",
      "alt": null,
      "width": 2000,
      "height": 2000
    },
    {
      "id": 34335036506192,
      "src": "https://cdn.shopify.com/s/files/1/1104/4168/files/A11849_25Q3_Tree_Dasher_2_Rugged_Beige_Stony_Cream_Sole_PDP_SOLE-2000x2000_582b853d-df2d-499c-93d2-64bb69938a10.png?v=1751563474",
      "alt": null,
      "width": 2000,
      "height": 2000
    },
    {
      "id": 34335036538960,
      "src": "https://cdn.shopify.com/s/files/1/1104/4168/files/A11849_25Q3_Tree_Dasher_2_Rugged_Beige_Stony_Cream_Sole_PDP_PAIR_3Q-2000x2000_2c410820-4cd1-4c7e-ac65-5d2af3352c7b.png?v=1751563474",
      "alt": null,
      "width": 2000,
      "height": 2000
    }
  ],
  "publishedAt": "2025-12-02T10:16:17-08:00",
  "createdAt": "2025-07-03T10:24:31-07:00",
  "updatedAt": "2025-12-07T01:58:27-08:00",
  "priceRange": {
    "min": 94,
    "max": 94,
    "currency": "USD"
  },
  "variantsSummary": {
    "total": 13,
    "available": 1,
    "percentAvailable": "7.69%"
  },
  "variants": [
    {
      "id": 41222412238928,
      "sku": "A11850W050",
      "title": "Rugged Beige / 5",
      "size": "5",
      "color": "Rugged Beige",
      "price": "94.00",
      "compareAtPrice": "135.00",
      "available": true,
      "inventoryQuantity": "HIDDEN",
      "image": "https://cdn.shopify.com/s/files/1/1104/4168/files/A11849_25Q3_Tree_Dasher_2_Rugged_Beige_Stony_Cream_Sole_PDP_LEFT-2000x2000_8531eba4-0608-48f3-9504-bb5838c6cca6.png?v=1751563474"
    },
    {
      "id": 41222412271696,
      "sku": "A11850W055",
      "title": "Rugged Beige / 5.5",
      "size": "5.5",
      "color": "Rugged Beige",
      "price": "94.00",
      "compareAtPrice": "135.00",
      "available": false,
      "inventoryQuantity": "HIDDEN",
      "image": "https://cdn.shopify.com/s/files/1/1104/4168/files/A11849_25Q3_Tree_Dasher_2_Rugged_Beige_Stony_Cream_Sole_PDP_LEFT-2000x2000_8531eba4-0608-48f3-9504-bb5838c6cca6.png?v=1751563474"
    },
    {
      "id": 41222412304464,
      "sku": "A11850W060",
      "title": "Rugged Beige / 6",
      "size": "6",
      "color": "Rugged Beige",
      "price": "94.00",
      "compareAtPrice": "135.00",
      "available": false,
      "inventoryQuantity": "HIDDEN",
      "image": "https://cdn.shopify.com/s/files/1/1104/4168/files/A11849_25Q3_Tree_Dasher_2_Rugged_Beige_Stony_Cream_Sole_PDP_LEFT-2000x2000_8531eba4-0608-48f3-9504-bb5838c6cca6.png?v=1751563474"
    },
    {
      "id": 41222412337232,
      "sku": "A11850W065",
      "title": "Rugged Beige / 6.5",
      "size": "6.5",
      "color": "Rugged Beige",
      "price": "94.00",
      "compareAtPrice": "135.00",
      "available": false,
      "inventoryQuantity": "HIDDEN",
      "image": "https://cdn.shopify.com/s/files/1/1104/4168/files/A11849_25Q3_Tree_Dasher_2_Rugged_Beige_Stony_Cream_Sole_PDP_LEFT-2000x2000_8531eba4-0608-48f3-9504-bb5838c6cca6.png?v=1751563474"
    },
    {
      "id": 41222412370000,
      "sku": "A11850W070",
      "title": "Rugged Beige / 7",
      "size": "7",
      "color": "Rugged Beige",
      "price": "94.00",
      "compareAtPrice": "135.00",
      "available": false,
      "inventoryQuantity": "HIDDEN",
      "image": "https://cdn.shopify.com/s/files/1/1104/4168/files/A11849_25Q3_Tree_Dasher_2_Rugged_Beige_Stony_Cream_Sole_PDP_LEFT-2000x2000_8531eba4-0608-48f3-9504-bb5838c6cca6.png?v=1751563474"
    },
    {
      "id": 41222412402768,
      "sku": "A11850W075",
      "title": "Rugged Beige / 7.5",
      "size": "7.5",
      "color": "Rugged Beige",
      "price": "94.00",
      "compareAtPrice": "135.00",
      "available": false,
      "inventoryQuantity": "HIDDEN",
      "image": "https://cdn.shopify.com/s/files/1/1104/4168/files/A11849_25Q3_Tree_Dasher_2_Rugged_Beige_Stony_Cream_Sole_PDP_LEFT-2000x2000_8531eba4-0608-48f3-9504-bb5838c6cca6.png?v=1751563474"
    },
    {
      "id": 41222412435536,
      "sku": "A11850W080",
      "title": "Rugged Beige / 8",
      "size": "8",
      "color": "Rugged Beige",
      "price": "94.00",
      "compareAtPrice": "135.00",
      "available": false,
      "inventoryQuantity": "HIDDEN",
      "image": "https://cdn.shopify.com/s/files/1/1104/4168/files/A11849_25Q3_Tree_Dasher_2_Rugged_Beige_Stony_Cream_Sole_PDP_LEFT-2000x2000_8531eba4-0608-48f3-9504-bb5838c6cca6.png?v=1751563474"
    },
    {
      "id": 41222412468304,
      "sku": "A11850W085",
      "title": "Rugged Beige / 8.5",
      "size": "8.5",
      "color": "Rugged Beige",
      "price": "94.00",
      "compareAtPrice": "135.00",
      "available": false,
      "inventoryQuantity": "HIDDEN",
      "image": "https://cdn.shopify.com/s/files/1/1104/4168/files/A11849_25Q3_Tree_Dasher_2_Rugged_Beige_Stony_Cream_Sole_PDP_LEFT-2000x2000_8531eba4-0608-48f3-9504-bb5838c6cca6.png?v=1751563474"
    },
    {
      "id": 41222412501072,
      "sku": "A11850W090",
      "title": "Rugged Beige / 9",
      "size": "9",
      "color": "Rugged Beige",
      "price": "94.00",
      "compareAtPrice": "135.00",
      "available": false,
      "inventoryQuantity": "HIDDEN",
      "image": "https://cdn.shopify.com/s/files/1/1104/4168/files/A11849_25Q3_Tree_Dasher_2_Rugged_Beige_Stony_Cream_Sole_PDP_LEFT-2000x2000_8531eba4-0608-48f3-9504-bb5838c6cca6.png?v=1751563474"
    },
    {
      "id": 41222412533840,
      "sku": "A11850W095",
      "title": "Rugged Beige / 9.5",
      "size": "9.5",
      "color": "Rugged Beige",
      "price": "94.00",
      "compareAtPrice": "135.00",
      "available": false,
      "inventoryQuantity": "HIDDEN",
      "image": "https://cdn.shopify.com/s/files/1/1104/4168/files/A11849_25Q3_Tree_Dasher_2_Rugged_Beige_Stony_Cream_Sole_PDP_LEFT-2000x2000_8531eba4-0608-48f3-9504-bb5838c6cca6.png?v=1751563474"
    },
    {
      "id": 41222412566608,
      "sku": "A11850W100",
      "title": "Rugged Beige / 10",
      "size": "10",
      "color": "Rugged Beige",
      "price": "94.00",
      "compareAtPrice": "135.00",
      "available": false,
      "inventoryQuantity": "HIDDEN",
      "image": "https://cdn.shopify.com/s/files/1/1104/4168/files/A11849_25Q3_Tree_Dasher_2_Rugged_Beige_Stony_Cream_Sole_PDP_LEFT-2000x2000_8531eba4-0608-48f3-9504-bb5838c6cca6.png?v=1751563474"
    },
    {
      "id": 41222412599376,
      "sku": "A11850W105",
      "title": "Rugged Beige / 10.5",
      "size": "10.5",
      "color": "Rugged Beige",
      "price": "94.00",
      "compareAtPrice": "135.00",
      "available": false,
      "inventoryQuantity": "HIDDEN",
      "image": "https://cdn.shopify.com/s/files/1/1104/4168/files/A11849_25Q3_Tree_Dasher_2_Rugged_Beige_Stony_Cream_Sole_PDP_LEFT-2000x2000_8531eba4-0608-48f3-9504-bb5838c6cca6.png?v=1751563474"
    },
    {
      "id": 41222412632144,
      "sku": "A11850W110",
      "title": "Rugged Beige / 11",
      "size": "11",
      "color": "Rugged Beige",
      "price": "94.00",
      "compareAtPrice": "135.00",
      "available": false,
      "inventoryQuantity": "HIDDEN",
      "image": "https://cdn.shopify.com/s/files/1/1104/4168/files/A11849_25Q3_Tree_Dasher_2_Rugged_Beige_Stony_Cream_Sole_PDP_LEFT-2000x2000_8531eba4-0608-48f3-9504-bb5838c6cca6.png?v=1751563474"
    }
  ]
}
```

If a store blocks product access:

```json
{
  "sourceUrl": "https://blocked-store.com",
  "error": "Shopify API disabled or store not accessible."
}
```

***

### 🧠 Features

- ⚡ **Zero-browser scraping** (API-only)
- 📦 **Complete catalog extraction**
- 👟 **Smart size detection (men/women/unisex)**
- 🔄 **Correct variant → image pairing**
- 🚀 **Extremely fast & resource-efficient**
- 🌐 **Automatic Apify Proxy rotation**
- 🛡️ **Anti-block retry logic**
- 📦 **Clean, normalized output schema**

***

### 💡 Use Cases

- **Competitor price tracking**
- **Inventory monitoring (in/out-of-stock)**
- **Product trend analysis**
- **Dropshipping research**
- **SEO audits for ecommerce stores**
- **Bulk catalog downloading**

***

### ❓ FAQs

#### 1. **Does this work on all Shopify stores?**

Yes — it works on **any public Shopify store** that has *not* disabled `/products.json` (almost all stores).

#### 2. **Can I scrape password-protected stores?**

No — only public stores are supported.

#### 3. **How fast is it?**

Extremely fast.
A 5,000 product store can often be scraped in **under one minute**.

#### 4. **Why is `inventoryQuantity` always “HIDDEN”?**

Shopify stopped exposing exact inventory counts in 2018.
However, `available: true/false` is **100% accurate**.

#### 5. **Do I need to configure a proxy?**

No — **Apify Proxy is used automatically**.

***

### 🧑‍💻 Developer Info

**Author:** codescraper
**Email:** <codescraper011@gmail.com>

***

### 🏷️ Tags

`shopify` · `shopify-product-scraper` · `shopify-scraper` · `e-commerce` · `product-scraper`
`fast-shopify-product-scraper` · `inventory-tracker` · `price-monitor`

# Actor input Schema

## `startUrls` (type: `array`):

List of Shopify store URLs (e.g., https://gymshark.com).

## `maxItems` (type: `integer`):

Maximum number of products to scrape per store. 0 for infinite.

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

Proxies are recommended for high-volume scraping.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.allbirds.com"
    }
  ],
  "maxItems": 0,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

## `full_dataset` (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 = {
    "startUrls": [
        {
            "url": "https://www.allbirds.com"
        }
    ],
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("codescraper/fast-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 = {
    "startUrls": [{ "url": "https://www.allbirds.com" }],
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("codescraper/fast-shopify-products-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 '{
  "startUrls": [
    {
      "url": "https://www.allbirds.com"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call codescraper/fast-shopify-products-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Shopify Products Scraper",
        "description": "$3/month — Lightning-fast Shopify scraper! Get 1,000+ products in under 1 minute. Extract IDs, titles, descriptions, prices, variants, sizes, images, tags, vendor, options, availability, and more. Perfect for SEO audits, dropshipping, and competitor research. Usage cost only 0.01-0.015$ per 1000",
        "version": "1.0",
        "x-build-id": "CKUQgBBcgizViMcjw"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/codescraper~fast-shopify-products-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-codescraper-fast-shopify-products-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/codescraper~fast-shopify-products-scraper/runs": {
            "post": {
                "operationId": "runs-sync-codescraper-fast-shopify-products-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/codescraper~fast-shopify-products-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-codescraper-fast-shopify-products-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "startUrls"
                ],
                "properties": {
                    "startUrls": {
                        "title": "Shopify Store URLs",
                        "type": "array",
                        "description": "List of Shopify store URLs (e.g., https://gymshark.com).",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxItems": {
                        "title": "Max Items",
                        "type": "integer",
                        "description": "Maximum number of products to scrape per store. 0 for infinite.",
                        "default": 0
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxies are recommended for high-volume scraping."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
