# Shopify Product Scraper | $3/1K | Any Store, Full Catalog (`apivault_labs/shopify-product-scraper`) Actor

Scrape any Shopify store's entire product catalog via the public /products.json endpoint. Get title, price, variants, SKUs, images, inventory. No login, no API key.

- **URL**: https://apify.com/apivault\_labs/shopify-product-scraper.md
- **Developed by:** [Apivault Labs](https://apify.com/apivault_labs) (community)
- **Categories:** E-commerce, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.00 / 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.

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

## 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 | $3/1K | Any Store, Full Catalog, No Limits

Scrape **any Shopify-powered store** in real-time. Get the entire product catalog — title, price, variants, SKUs, images, inventory, tags, options. Uses Shopify's **public `/products.json` endpoint** (available on every Shopify store by default). No login, no API key, no scraping gimmicks.

### ✨ Why this is special

- ⚡ **100x faster** than browser-based scrapers — direct JSON API
- 🎯 **Structured data** — no AI guessing, exact fields from Shopify
- 📦 **Full catalog** — pagination handles thousands of products
- 🧬 **All variants** — every size/color/flavor with SKU, price, stock
- 🖼️ All image URLs per product
- 🏷️ Tags, vendor, product type, options
- 💰 Compare-at-price — spot discounts
- 🔒 Zero antibot issues — works on every Shopify store

### Works on

Any store built on Shopify — literally millions:
- Allbirds, Gymshark, Bombas, Kith, Death Wish Coffee
- Your favorite niche DTC brands
- Your competitors' stores
- Any custom domain hosted on Shopify Plus

**Not sure if a store is Shopify?** Try appending `/products.json` to its URL. If you get JSON, it works.

### Input

#### Scrape entire catalog

```json
{
  "storeUrls": ["https://allbirds.com"],
  "maxProducts": 500
}
````

#### Scrape specific products

```json
{
  "storeUrls": [
    "https://allbirds.com/products/wool-runner-mizzle-natural-white",
    "https://gymshark.com/products/vital-seamless-2-0-sports-bra"
  ]
}
```

#### Flat mode (one row per variant — best for CSV export)

```json
{
  "storeUrls": ["https://allbirds.com"],
  "flattenVariants": true,
  "onlyAvailable": true
}
```

#### Multi-store competitive analysis

```json
{
  "storeUrls": [
    "https://allbirds.com",
    "https://rothys.com",
    "https://vessiofficial.com"
  ],
  "maxProducts": 100,
  "maxConcurrency": 3
}
```

#### Input Parameters

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `storeUrls` | string\[] | ✅ | Store domains, product URLs, or bare domains. Mix freely. |
| `maxProducts` | int | ❌ | Limit per store (0 = unlimited). Default: 250 |
| `perPage` | int | ❌ | Products per API page, max 250 (default: 250) |
| `flattenVariants` | bool | ❌ | One row per variant (true) or per product with variants nested (false, default) |
| `onlyAvailable` | bool | ❌ | Skip products where all variants are out of stock |
| `extractTitle` / `extractVendor` / `extractProductType` / `extractPrice` / `extractComparePrice` / `extractSku` / `extractDescription` / `extractTags` / `extractImages` / `extractVariants` / `extractOptions` / `extractDates` / `extractHandle` | bool | ❌ | Toggle fields (all default true) |
| `maxConcurrency` | int | ❌ | Parallel store fetches (default: 3) |
| `timeout` | int | ❌ | HTTP timeout per request (default: 30) |

### Output

#### Aggregate mode (one row per product — default)

```json
{
  "success": true,
  "productId": 6616124981328,
  "handle": "trino-cozy-crew-heathered-onyx",
  "productUrl": "https://allbirds.com/products/trino-cozy-crew-heathered-onyx",
  "title": "Trino® Cozy Crew - Heathered Onyx",
  "vendor": "Allbirds",
  "productType": "Socks",
  "description": "The Trino Cozy Crew is a breathable, odor-reducing sock...",
  "tags": "allbirds::carbon-score => 5.9, FINAL SALE, shoprunner",
  "price": "12.00",
  "comparePrice": "24.00",
  "priceMin": 12.00,
  "priceMax": 12.00,
  "sku": "PCC1HONU301",
  "mainImage": "https://cdn.shopify.com/.../front.png",
  "images": "https://cdn.shopify.com/.../front.png, https://cdn.shopify.com/.../back.png",
  "options": "Size: [S (W5-7), M (W8-10 / M8), L (W11 / M9-12), XL (M13-14)]",
  "variantsCount": 4,
  "variants": [
    { "id": 39574630924368, "title": "S (W5-7)", "price": "12.00", "sku": "PCC1HONU301", "available": true, ... },
    ...
  ],
  "publishedAt": "2026-04-21T12:39:05-07:00",
  "updatedAt": "2026-05-10T17:46:58-07:00",
  "available": true
}
```

#### Flat mode (one row per variant)

```json
{
  "productId": 6616124981328,
  "title": "Trino® Cozy Crew - Heathered Onyx",
  "variantId": 39574630924368,
  "variantTitle": "S (W5-7)",
  "price": "12.00",
  "comparePrice": "24.00",
  "sku": "PCC1HONU301",
  "option1": "S (W5-7)",
  "option2": "",
  "option3": "",
  "variantAvailable": true,
  "variantGrams": 140,
  "vendor": "Allbirds",
  ...
}
```

### Use Cases

#### 🏪 Dropshipping / Resellers

- Pull entire competitor catalogs in seconds
- Find products with high margin to resell
- Track price changes daily to spot discounts

#### 📊 Competitive Intelligence

- Diff your catalog vs. competitor stores monthly
- Identify which SKUs competitors added/dropped
- Analyze pricing strategies across niches

#### 🏷️ Price Monitoring & MAP Enforcement

- Brands: monitor retailers hosting your products on Shopify
- Detect price violations automatically
- Track compare-at-price for discount analysis

#### 🛠️ Product Catalog Migration

- Export any Shopify store to your own platform
- Create affiliate sites with real product data
- Build price-comparison sites

#### 🧬 Product Research

- Analyze which vendor has the richest catalog
- Find trending product types across stores
- Mine SKU patterns for manufacturer intelligence

### Pricing

- **$0.003 per product** ($3 per 1,000 products)
- No monthly fees, no subscriptions
- Pay only for successfully fetched products
- **10,000 products = $30** (~30 seconds runtime)

### How it works

Shopify stores expose a public `/products.json` endpoint by default. This actor:

1. Normalizes your input (store domain, product URL, or bare domain)
2. Paginates through `/products.json?limit=250&page=N` until exhausted or cap hit
3. Parses structured product JSON (no AI, no browser)
4. Optionally flattens variants to one row each

**Speed**: ~1 second per 250 products on good networks. 10,000 products = under a minute.

**Reliability**: 100% — this is an official Shopify endpoint, not scraping. As long as the store is on Shopify and hasn't disabled the endpoint (rare), you get the data.

### Notes

- Shopify sites that **disable** `/products.json` (some enterprise customers) will return 404
- Inventory quantities (`inventory_quantity`) are NOT exposed publicly — only availability (in/out of stock)
- Product reviews are not part of this endpoint — use a dedicated reviews scraper
- Customer data is never exposed via `/products.json` — this is product-only

### Pro tips

- **Daily monitoring**: run on a schedule (Apify Scheduler), diff `updatedAt` → spot changes
- **Cross-store search**: dump multiple competitors into one dataset, use Apify's filters
- **Flatten + CSV**: for spreadsheets, always use `flattenVariants: true`
- **Store detection**: to check if a domain is Shopify, test `domain.com/products.json?limit=1` manually first

# Actor input Schema

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

Accepts:
• Store domain — https://allbirds.com (pulls entire catalog)
• Product URL — https://allbirds.com/products/wool-runner-mizzle-natural-white
• Bare domain — allbirds.com
You can mix them freely.

## `maxProducts` (type: `integer`):

Limit total products fetched per store URL (0 = unlimited, up to the store's catalog size).

## `perPage` (type: `integer`):

How many products per API page request (Shopify max: 250).

## `flattenVariants` (type: `boolean`):

If true, outputs one row per variant (SKU/size/color). If false, one row per product with variants as a nested array.

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

Skip products where all variants are out of stock.

## `extractTitle` (type: `boolean`):

Product title

## `extractVendor` (type: `boolean`):

Vendor name (brand)

## `extractProductType` (type: `boolean`):

Shopify product type

## `extractPrice` (type: `boolean`):

Price (from first variant)

## `extractComparePrice` (type: `boolean`):

Original price before discount

## `extractSku` (type: `boolean`):

SKU codes

## `extractDescription` (type: `boolean`):

Product description with HTML tags removed

## `extractTags` (type: `boolean`):

Comma-separated product tags

## `extractImages` (type: `boolean`):

All product image URLs (comma-separated)

## `extractVariants` (type: `boolean`):

Include full variants array when flattenVariants=false

## `extractOptions` (type: `boolean`):

Product options like Size, Color

## `extractDates` (type: `boolean`):

When the product was published and last updated

## `extractHandle` (type: `boolean`):

Product handle and full URL

## `maxConcurrency` (type: `integer`):

Parallel store scrapes (default: 3)

## `timeout` (type: `integer`):

HTTP timeout per /products.json page

## Actor input object example

```json
{
  "storeUrls": [
    "https://allbirds.com"
  ],
  "maxProducts": 250,
  "perPage": 250,
  "flattenVariants": false,
  "onlyAvailable": false,
  "extractTitle": true,
  "extractVendor": true,
  "extractProductType": true,
  "extractPrice": true,
  "extractComparePrice": true,
  "extractSku": true,
  "extractDescription": true,
  "extractTags": true,
  "extractImages": true,
  "extractVariants": true,
  "extractOptions": true,
  "extractDates": true,
  "extractHandle": true,
  "maxConcurrency": 3,
  "timeout": 30
}
```

# 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": [
        "https://allbirds.com"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("apivault_labs/shopify-product-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": ["https://allbirds.com"] }

# Run the Actor and wait for it to finish
run = client.actor("apivault_labs/shopify-product-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 '{
  "storeUrls": [
    "https://allbirds.com"
  ]
}' |
apify call apivault_labs/shopify-product-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Shopify Product Scraper | $3/1K | Any Store, Full Catalog",
        "description": "Scrape any Shopify store's entire product catalog via the public /products.json endpoint. Get title, price, variants, SKUs, images, inventory. No login, no API key.",
        "version": "1.0",
        "x-build-id": "pU3kGQYWaTO9ELPcu"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/apivault_labs~shopify-product-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-apivault_labs-shopify-product-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/apivault_labs~shopify-product-scraper/runs": {
            "post": {
                "operationId": "runs-sync-apivault_labs-shopify-product-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/apivault_labs~shopify-product-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-apivault_labs-shopify-product-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": [
                    "storeUrls"
                ],
                "properties": {
                    "storeUrls": {
                        "title": "Shopify Store or Product URLs",
                        "type": "array",
                        "description": "Accepts:\n• Store domain — https://allbirds.com (pulls entire catalog)\n• Product URL — https://allbirds.com/products/wool-runner-mizzle-natural-white\n• Bare domain — allbirds.com\nYou can mix them freely.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxProducts": {
                        "title": "Max products per store",
                        "minimum": 0,
                        "maximum": 5000,
                        "type": "integer",
                        "description": "Limit total products fetched per store URL (0 = unlimited, up to the store's catalog size).",
                        "default": 250
                    },
                    "perPage": {
                        "title": "Products per page",
                        "minimum": 1,
                        "maximum": 250,
                        "type": "integer",
                        "description": "How many products per API page request (Shopify max: 250).",
                        "default": 250
                    },
                    "flattenVariants": {
                        "title": "One row per variant",
                        "type": "boolean",
                        "description": "If true, outputs one row per variant (SKU/size/color). If false, one row per product with variants as a nested array.",
                        "default": false
                    },
                    "onlyAvailable": {
                        "title": "Only available products",
                        "type": "boolean",
                        "description": "Skip products where all variants are out of stock.",
                        "default": false
                    },
                    "extractTitle": {
                        "title": "Title",
                        "type": "boolean",
                        "description": "Product title",
                        "default": true
                    },
                    "extractVendor": {
                        "title": "Vendor / Brand",
                        "type": "boolean",
                        "description": "Vendor name (brand)",
                        "default": true
                    },
                    "extractProductType": {
                        "title": "Product Type",
                        "type": "boolean",
                        "description": "Shopify product type",
                        "default": true
                    },
                    "extractPrice": {
                        "title": "Price",
                        "type": "boolean",
                        "description": "Price (from first variant)",
                        "default": true
                    },
                    "extractComparePrice": {
                        "title": "Compare-at Price",
                        "type": "boolean",
                        "description": "Original price before discount",
                        "default": true
                    },
                    "extractSku": {
                        "title": "SKU",
                        "type": "boolean",
                        "description": "SKU codes",
                        "default": true
                    },
                    "extractDescription": {
                        "title": "Description (HTML stripped)",
                        "type": "boolean",
                        "description": "Product description with HTML tags removed",
                        "default": true
                    },
                    "extractTags": {
                        "title": "Tags",
                        "type": "boolean",
                        "description": "Comma-separated product tags",
                        "default": true
                    },
                    "extractImages": {
                        "title": "Image URLs",
                        "type": "boolean",
                        "description": "All product image URLs (comma-separated)",
                        "default": true
                    },
                    "extractVariants": {
                        "title": "Variants (when not flattening)",
                        "type": "boolean",
                        "description": "Include full variants array when flattenVariants=false",
                        "default": true
                    },
                    "extractOptions": {
                        "title": "Options",
                        "type": "boolean",
                        "description": "Product options like Size, Color",
                        "default": true
                    },
                    "extractDates": {
                        "title": "Published/Updated Dates",
                        "type": "boolean",
                        "description": "When the product was published and last updated",
                        "default": true
                    },
                    "extractHandle": {
                        "title": "Handle / URL",
                        "type": "boolean",
                        "description": "Product handle and full URL",
                        "default": true
                    },
                    "maxConcurrency": {
                        "title": "Max Concurrency",
                        "minimum": 1,
                        "maximum": 10,
                        "type": "integer",
                        "description": "Parallel store scrapes (default: 3)",
                        "default": 3
                    },
                    "timeout": {
                        "title": "Timeout per request (seconds)",
                        "minimum": 10,
                        "maximum": 120,
                        "type": "integer",
                        "description": "HTTP timeout per /products.json page",
                        "default": 30
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
