# Webflow Templates Marketplace Scraper (`parseforge/webflow-templates-marketplace-scraper`) Actor

Collect Webflow template marketplace data including pricing, creator profiles, categories, styles, and popularity scores. Filter by free or paid. Extract images and approval dates. Great for market research and competitive analysis.

- **URL**: https://apify.com/parseforge/webflow-templates-marketplace-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** E-commerce, Developer tools, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

$10.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

![ParseForge Banner](https://github.com/ParseForge/apify-assets/blob/ad35ccc13ddd068b9d6cba33f323962e39aed5b2/banner.jpg?raw=true)

## 🎨 Webflow Templates Marketplace Scraper

Download template listings from Webflow's marketplace without writing code. Collect template costs, creator details, preview images, and metadata for thousands of templates across 26 design categories. Perfect for template researchers, design agencies, marketplace analysts, and entrepreneurs building template platforms.

> **The Webflow Templates Marketplace Scraper collects template data from Webflow's marketplace, with up to 10,000+ templates available across 105 pages, plus full support for filtering by category and price.**

### ✨ What Does It Do

- 🖼️ **Preview Images** - Capture both standard and hover-state template preview images for your product research or design inspiration boards
- 💰 **Template Costs** - Extract exact template costs in USD, free/paid status, and full price text to monitor marketplace cost trends
- 👤 **Creator Information** - Collect designer or agency names, profile URLs, and profile icons to identify top template creators and build collaboration lists
- 🎯 **Template Metadata** - Get template names, URLs, slugs, categories, and CMS IDs for database integration with your systems
- 📊 **Category Filtering** - Filter across 26 template categories (portfolio, technology, blog, real estate, e-commerce, and more) to focus on your niche
- ✅ **Flexible Sorting** - Sort by newest or most popular to track trending templates and emerging design trends in your category of choice

### 🔧 Input

- **Max Items** - How many templates to download. Free users get up to 10 templates per run, paid users can collect up to 1,000,000
- **Category** - Filter templates by design category (26 options: Portfolio & Agency, Technology, Blog & Editorial, Personal, Professional Services, Real Estate, Retail & E-commerce, UI Kit, Architecture & Design, Arts & Entertainment, Community & Nonprofit, Documentation, Education, Environment, Food & Drink, Government, Hair & Beauty, Home Services, HR & Hiring, Launch & Coming Soon, Medical, Music & Audio, Transportation, Travel, Weddings & Events, Wellness). Leave empty to search all categories
- **Price Filter** - Narrow results to free templates only, paid templates only, or all templates
- **Sort By** - Choose sort order: newest templates first or most popular first (default is marketplace default)
- **Start Page** - Page number to begin scraping from (useful for resuming a previous run or targeting specific pages)
- **Max Concurrency** - Maximum number of pages to process in parallel (default 5, range 1 to 20). Lower this if you experience rate limits
- **Request Delay** - Milliseconds to wait between requests. Increase if the site throttles you

Example input:
```json
{
  "maxItems": 100,
  "category": "technology-websites",
  "priceFilter": "free",
  "sortBy": "popular",
  "startPage": 1,
  "maxConcurrency": 5,
  "requestDelayMs": 0
}
````

### 📊 Output

Each template includes up to 18 data fields. Download results as JSON, CSV, or Excel.

| 🖼️ Preview Image | 🖼️ Hover Image | 📝 Template Name |
|---|---|---|
| 🔗 Template URL | 🎯 Template Slug | 💰 Price (USD) |
| 📋 Full Price Text | ✅ Is Free | 🎨 Category |
| 👤 Creator Name | 👤 Creator Slug | 🔗 Creator Profile URL |
| 🎭 Creator Icon | 📊 CMS Item ID | 📋 CMS Collection ID |
| 📅 Scraped Timestamp | ⚠️ Error Message | |

### 💎 Why Choose the Webflow Templates Marketplace Scraper?

| Feature | Our Actor |
|---|---|
| Collect up to 10,000+ templates across 105 pages | ✔️ |
| Filter by 26 design categories (portfolio, tech, blog, real estate, e-commerce, etc.) | ✔️ |
| Extract template costs, creator info, and preview images in one run | ✔️ |
| Sort by newest or most popular templates | ✔️ |
| No proxy needed; marketplace is publicly accessible | ✔️ |
| Batch process up to 5 pages at once for fast results | ✔️ |
| Resume from any page with start page control | ✔️ |
| CMS IDs included for database integration | ✔️ |
| Hover-state images captured for design preview workflows | ✔️ |
| CSV, Excel, and JSON export formats | ✔️ |
| Free preview mode (up to 10 templates) | ✔️ |
| Full-scale collection for paid users (up to 1,000,000 templates) | ✔️ |

### 📋 How to Use

No technical skills required. Follow these simple steps:

1. **Sign Up**: [Create a free account with $5 credit](https://console.apify.com/sign-up?fpr=vmoqkp)
2. **Find the Tool**: Search for "Webflow Templates Marketplace Scraper" in the Apify Store and configure your input
3. **Run It**: Click "Start" and watch your results appear

That's it. No coding, no setup needed. Export your data in CSV, Excel, or JSON format.

### 🎯 Business Use Cases

- 📊 **Design Researcher** - Filter templates by technology category and sort by popularity to identify trending UI patterns competitors are using in their new website launches.
- 💼 **Template Marketplace Operator** - Collect all Webflow templates across e-commerce and portfolio categories weekly to track competitor strategies and monitor new creator launches.
- 🎨 **Design Agency** - Collect free templates in your niche to analyze creator portfolios and identify potential partners for collaboration.

### ❓ FAQ

**🔍 How does this scraper work?**
The tool accesses Webflow's public template marketplace and extracts template details like name, cost, creator info, and images. No login or special access required.

**📊 How accurate is the template costs?**
Template costs and availability reflect Webflow's marketplace at the time of collection. Costs and free/paid status can change, so refresh your data periodically if tracking marketplace trends.

**📅 Can I schedule this to run daily or weekly?**
Yes. After setting up a run with your preferred filters, use Apify's scheduling feature to automate collection on your desired frequency.

**⚖️ Is this legal and allowed?**
Webflow's template marketplace displays public information. Scraping publicly available data is legal, but check Webflow's Terms of Service to ensure your use case complies. You are responsible for how you use the collected data.

**🛡️ Will Webflow block me?**
Webflow's marketplace is designed for public browsing. No residential proxy is needed since the site is open to all visitors. Requests are spaced respectfully, so blocking is unlikely.

**⚡ How long does a scrape take?**
Expect 1-3 minutes for 100 templates, 5-10 minutes for 500 templates. Speed depends on your network, concurrency settings, and Webflow's response time. The 105-page marketplace (10,000+ templates) typically takes 30-60 minutes on a paid plan.

**⚠️ Are there any limits?**
Free users can collect up to 100 results per run. Paid users can collect up to 1,000,000 results per run.

### 🔗 Integrate Webflow Templates Marketplace Scraper with any app

- [Make](https://docs.apify.com/platform/integrations/make) - Automate workflows
- [Zapier](https://docs.apify.com/platform/integrations/zapier) - Connect 5000+ apps
- [GitHub](https://docs.apify.com/platform/integrations/github) - Version control integration
- [Slack](https://docs.apify.com/platform/integrations/slack) - Get notifications
- [Airbyte](https://docs.apify.com/platform/integrations/airbyte) - Data pipelines
- [Google Drive](https://docs.apify.com/platform/integrations/drive) - Export to spreadsheets

### 💡 More ParseForge Actors

- [Carmax Scraper](https://apify.com/parseforge/carmax-scraper) - Extract vehicle listings, prices, and dealer info from Carmax
- [VettedBiz Franchise Scraper](https://apify.com/parseforge/vettedbiz-scraper) - Collect franchise opportunities and business details
- [Monster Scraper](https://apify.com/parseforge/monster-scraper) - Download job listings with salary, location, and company data
- [Clearancejobs Scraper](https://apify.com/parseforge/clearancejobs-scraper) - Scrape government and clearance job opportunities
- [Y Combinator Companies Scraper](https://apify.com/parseforge/y-combinator-scraper) - Collect Y Combinator startup data and founder info

Browse our complete collection of [data extraction tools](https://apify.com/parseforge) for more.

### 🚀 Ready to Start?

[Create a free account with $5 credit](https://console.apify.com/sign-up?fpr=vmoqkp) and collect your first 100 results for free. No coding, no setup.

### 🆘 Need Help?

- Check the FAQ section above for common questions
- Visit the [Apify support page](https://docs.apify.com) for documentation and tutorials
- Contact us to request a new scraper, propose a custom project, or report an issue at [Tally contact form](https://tally.so/r/BzdKgA)

### ⚠️ Disclaimer

> This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Webflow or any of its subsidiaries. All trademarks mentioned are the property of their respective owners.

# Actor input Schema

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

Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000.

## `search` (type: `string`):

Keyword search for templates. Uses Webflow's /templates/search?query=... endpoint. Leave empty to browse by category instead.

## `category` (type: `string`):

Filter templates by category. Leave empty to scrape all categories.

## `priceFilter` (type: `string`):

Filter by price: free templates only, paid templates only, or all.

## `sortBy` (type: `string`):

Sort order for template results.

## `startPage` (type: `integer`):

Page number to start scraping from (1-indexed). Useful for resuming or targeting specific pages.

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

Maximum number of parallel page requests. Lower this if you get rate-limited.

## `requestDelayMs` (type: `integer`):

Milliseconds to wait between requests. Increase if the site rate-limits you.

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

Residential proxies recommended for reliable extraction.

## Actor input object example

```json
{
  "maxItems": 10,
  "category": "technology-websites",
  "startPage": 1,
  "maxConcurrency": 5,
  "requestDelayMs": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (type: `string`):

Dataset with all scraped items

# 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 = {
    "maxItems": 10,
    "category": "technology-websites",
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/webflow-templates-marketplace-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 = {
    "maxItems": 10,
    "category": "technology-websites",
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/webflow-templates-marketplace-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 '{
  "maxItems": 10,
  "category": "technology-websites",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call parseforge/webflow-templates-marketplace-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Webflow Templates Marketplace Scraper",
        "description": "Collect Webflow template marketplace data including pricing, creator profiles, categories, styles, and popularity scores. Filter by free or paid. Extract images and approval dates. Great for market research and competitive analysis.",
        "version": "0.0",
        "x-build-id": "wUxbj5nXH4EICdrEV"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/parseforge~webflow-templates-marketplace-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-parseforge-webflow-templates-marketplace-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/parseforge~webflow-templates-marketplace-scraper/runs": {
            "post": {
                "operationId": "runs-sync-parseforge-webflow-templates-marketplace-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/parseforge~webflow-templates-marketplace-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-parseforge-webflow-templates-marketplace-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",
                "properties": {
                    "maxItems": {
                        "title": "Max Items",
                        "minimum": 1,
                        "maximum": 1000000,
                        "type": "integer",
                        "description": "Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000."
                    },
                    "search": {
                        "title": "Search",
                        "type": "string",
                        "description": "Keyword search for templates. Uses Webflow's /templates/search?query=... endpoint. Leave empty to browse by category instead."
                    },
                    "category": {
                        "title": "Category",
                        "enum": [
                            "",
                            "portfolio-and-agency-websites",
                            "technology-websites",
                            "blog-and-editorial-websites",
                            "personal-websites",
                            "professional-services-websites",
                            "real-estate-websites",
                            "retail-and-e-commerce-websites",
                            "ui-kit-websites",
                            "architecture-and-design-websites",
                            "arts-and-entertainment-websites",
                            "community-and-nonprofit-websites",
                            "documentation-websites",
                            "education-websites",
                            "environment-websites",
                            "food-and-drink-websites",
                            "government-websites",
                            "hair-and-beauty-websites",
                            "home-services-websites",
                            "hr-and-hiring-websites",
                            "launch-and-coming-soon-websites",
                            "medical-websites",
                            "music-and-audio-websites",
                            "transportation-websites",
                            "travel-websites",
                            "weddings-and-events-websites",
                            "wellness-websites"
                        ],
                        "type": "string",
                        "description": "Filter templates by category. Leave empty to scrape all categories."
                    },
                    "priceFilter": {
                        "title": "Price Filter",
                        "enum": [
                            "",
                            "free",
                            "paid"
                        ],
                        "type": "string",
                        "description": "Filter by price: free templates only, paid templates only, or all."
                    },
                    "sortBy": {
                        "title": "Sort By",
                        "enum": [
                            "",
                            "newest",
                            "popular"
                        ],
                        "type": "string",
                        "description": "Sort order for template results."
                    },
                    "startPage": {
                        "title": "Start Page",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Page number to start scraping from (1-indexed). Useful for resuming or targeting specific pages.",
                        "default": 1
                    },
                    "maxConcurrency": {
                        "title": "Max Concurrency",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "Maximum number of parallel page requests. Lower this if you get rate-limited.",
                        "default": 5
                    },
                    "requestDelayMs": {
                        "title": "Request Delay (ms)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Milliseconds to wait between requests. Increase if the site rate-limits you.",
                        "default": 0
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Residential proxies recommended for reliable extraction."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
