# TrustMRR Scraper - Verified Revenue & AI Investment Analysis (`buseta/trustmrr-scraper`) Actor

Scrape verified startup revenue data from TrustMRR. Get MRR, growth rates, founder info, and marketplace listings. AI investment analysis scores each startup for acquisition potential. Filter by category, MRR range, and growth. Perfect for micro-PE, indie hackers, and startup investors.

- **URL**: https://apify.com/buseta/trustmrr-scraper.md
- **Developed by:** [buseta](https://apify.com/buseta) (community)
- **Categories:** AI, Developer tools, Automation
- **Stats:** 0 total users, 0 monthly users, 0.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.00 / 1,000 startup 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

## TrustMRR Startup Scraper — Verified Revenue, Deals & AI Investment Analysis

Scrape **Stripe-verified startup revenue data** from TrustMRR. Get MRR, growth rates, asking prices, founder info, and marketplace listings. AI analyzes each startup for acquisition potential and generates market intelligence reports.

### What You Get

For each startup: name, verified MRR, total revenue, 30-day growth %, profit margin, asking price (if for sale), valuation multiple, founder info, payment provider, category.

Plus optional AI analysis:
- **AI Investment Analysis** — Scores each startup for acquisition potential with strengths, risks, and verdict.
- **AI Market Report** — Hottest categories, undervalued deals, market trends, and where to find the best opportunities.

### Who Is This For?

- **Micro-PE investors** — Find undervalued startups to acquire. Filter by asking price, growth rate, and valuation multiple.
- **Indie hackers** — Benchmark your MRR against competitors in your category.
- **VCs & angel investors** — Analyze which startup categories are growing fastest.
- **Startup brokers** — Monitor new marketplace listings and deal flow.
- **Market researchers** — Track the indie startup ecosystem with verified (not self-reported) revenue data.

### 4 Scraping Modes

#### 1. Leaderboard
Top startups ranked by MRR — the full TrustMRR leaderboard.
```json
{
    "mode": "leaderboard"
}
````

#### 2. Marketplace

Startups currently listed for sale with asking prices, valuation multiples, and offer counts.

```json
{
    "mode": "marketplace"
}
```

#### 3. By Category

Startups in specific categories (AI, SaaS, Fintech, etc.).

```json
{
    "mode": "category",
    "categories": ["ai", "saas", "developer-tools"]
}
```

#### 4. All Data

Everything — leaderboard + marketplace + all 16 categories in one run.

```json
{
    "mode": "all"
}
```

### Use Case Examples

#### Find Startups to Acquire Under $50K

You're a micro-PE investor looking for profitable startups at low multiples.

```json
{
    "mode": "marketplace",
    "max_asking_price": 50000,
    "min_mrr": 500,
    "min_growth": 5,
    "ai_investment_analysis": true
}
```

**AI Investment Analysis output:**

```json
{
    "name": "SceneRoll",
    "mrr": 4051,
    "asking_price": 50000,
    "growth_30d_pct": 12.3,
    "ai_investment_score": 78,
    "ai_strengths": [
        "Strong MoM growth at 12.3%",
        "Low valuation multiple (1.03x) — priced to sell",
        "Content creation category is trending"
    ],
    "ai_risks": [
        "Dependent on short-form video trend sustainability",
        "No information on profit margins"
    ],
    "ai_verdict": "Strong acquisition candidate — growing fast at a below-market multiple. The 1.03x asking price suggests the seller wants a quick exit."
}
```

#### Benchmark Your Startup Against Competitors

You run a SaaS tool and want to see how your MRR compares to the market.

```json
{
    "mode": "category",
    "categories": ["saas"],
    "min_mrr": 1000,
    "max_mrr": 10000
}
```

Returns all SaaS startups in your MRR range with growth rates so you can see where you stand.

#### Track the Hottest Startup Categories

You're an investor deciding where to deploy capital next.

```json
{
    "mode": "all",
    "ai_market_report": true
}
```

**AI Market Report output:**

```json
{
    "type": "ai_market_report",
    "market_summary": "The TrustMRR ecosystem shows 450+ verified startups with a median MRR of $2,679. AI and content creation categories are growing fastest, while SaaS remains the largest by total revenue.",
    "hottest_categories": [
        {"category": "AI", "why": "Highest average growth rate at 15% MoM with 30+ verified startups"},
        {"category": "Content Creation", "why": "Emerging category with several breakout performers above $30K MRR"}
    ],
    "undervalued_startups": [
        {"name": "AI Text Humanizer", "reason": "$645 MRR asking only $9K (1.16x) — AI category premium not reflected in price"},
        {"name": "Chatwith", "reason": "$4,867 MRR at 2.52x — AI chatbot SaaS with agency distribution model"}
    ],
    "market_trends": [
        "AI tools dominate new listings — 40% of recent additions",
        "Median asking price is 2-3x annual revenue",
        "Content creation tools growing fastest outside AI"
    ],
    "acquisition_opportunities": [
        "5 AI startups under $20K asking price with positive growth",
        "3 SaaS tools with $2K+ MRR listed below 2x multiple"
    ]
}
```

#### Monitor New Deals Weekly

Schedule this actor to run weekly and catch new marketplace listings:

```json
{
    "mode": "marketplace",
    "ai_investment_analysis": true
}
```

Set up a scheduled run on Apify and get notified when new startups are listed for sale.

### Available Categories

`ai`, `saas`, `developer-tools`, `fintech`, `productivity`, `marketing`, `ecommerce`, `design-tools`, `no-code`, `analytics`, `education`, `health-fitness`, `social-media`, `content-creation`, `sales`, `customer-support`

### Output Fields

| Field | Description |
|-------|-------------|
| `name` | Startup name |
| `slug` | TrustMRR URL slug |
| `description` | Startup description |
| `url` | TrustMRR profile URL |
| `mrr` | Monthly recurring revenue (last 30 days, Stripe-verified) |
| `total_revenue` | All-time total revenue |
| `growth_30d_pct` | Month-over-month growth percentage |
| `profit_margin_pct` | Profit margin percentage |
| `valuation_multiple` | Asking price / annual revenue |
| `asking_price` | Listed price (if for sale) |
| `on_sale` | Whether the startup is listed for sale |
| `founder_x_handle` | Founder's X/Twitter handle |
| `founder_name` | Founder's name |
| `founded_date` | When the startup was founded |
| `payment_provider` | Stripe, RevenueCat, Paddle, etc. |
| `category` | Business category |
| `acquire_score` | TrustMRR's acquisition score |
| `page_views` | Profile page views |
| `offer_count` | Number of acquisition offers received |
| `ai_investment_score` | AI score 0-100 (if enabled) |
| `ai_strengths` | Investment strengths (if enabled) |
| `ai_risks` | Investment risks (if enabled) |
| `ai_verdict` | One-sentence investment verdict (if enabled) |

### Pricing

| Event | Price |
|-------|-------|
| Startup scraped | $10.00 / 1,000 |
| AI Investment Analysis | $30.00 / 1,000 |
| AI Market Report | $3.00 / 1,000 analyzed |
| Platform usage | Free |

#### Typical Run Costs

| Use Case | Startups | AI | Total Cost |
|----------|----------|-----|-----------|
| Browse marketplace (30 for-sale startups) | $0.30 | — | **$0.30** |
| Marketplace + AI investment analysis | $0.30 | $0.90 | **$1.20** |
| Full leaderboard (450 startups) | $4.50 | — | **$4.50** |
| Full leaderboard + AI market report | $4.50 | $1.35 | **$5.85** |
| One category (30 startups + AI analysis) | $0.30 | $0.90 | **$1.20** |

### Tips

- **Start with "marketplace" mode** to see startups for sale — that's the highest-value data
- **Use min\_growth filter** to find fast-growing startups before they raise their asking price
- **AI Investment Analysis works best with marketplace data** — it has asking price and growth to evaluate
- **Schedule weekly runs** on Apify to catch new listings before other buyers
- **"All" mode** scrapes ~500+ startups across all categories — great for comprehensive market analysis

### Keywords

TrustMRR scraper, startup revenue data, verified MRR, startup acquisition, indie hacker metrics, micro PE deals, startup marketplace, SaaS revenue data, startup growth rates, acquisition opportunities, startup valuation, Stripe verified revenue, startup leaderboard, indie startup data, startup investment analysis

# Actor input Schema

## `mode` (type: `string`):

What to scrape.

- Leaderboard: Top startups ranked by MRR
- Marketplace: Startups currently for sale with asking prices
- Category: Startups in specific categories
- All: Everything (leaderboard + marketplace + all categories)

## `categories` (type: `array`):

Categories to scrape. Available: ai, saas, developer-tools, fintech, productivity, marketing, ecommerce, design-tools, no-code, analytics, education, health-fitness, social-media, content-creation, sales, customer-support

## `min_mrr` (type: `number`):

Only include startups with monthly revenue above this amount.

## `max_mrr` (type: `number`):

Only include startups with monthly revenue below this amount.

## `on_sale_only` (type: `boolean`):

Filter to only show startups listed for sale on the marketplace.

## `max_asking_price` (type: `number`):

Only include for-sale startups with asking price below this amount.

## `min_growth` (type: `number`):

Only include startups growing faster than this rate (month-over-month %).

## `ai_investment_analysis` (type: `boolean`):

AI scores each startup for acquisition/investment potential: investment score (0-100), strengths, risks, and verdict. Charged at $30 per 1,000 startups.

## `ai_market_report` (type: `boolean`):

AI analyzes all scraped startups: hottest categories, undervalued deals, market trends, acquisition opportunities. Charged at $1 per 1,000 startups analyzed.

## `proxy_config` (type: `object`):

Proxy settings. TrustMRR works fine without proxy.

## Actor input object example

```json
{
  "mode": "leaderboard",
  "categories": [
    "ai",
    "saas"
  ],
  "on_sale_only": false,
  "ai_investment_analysis": false,
  "ai_market_report": false,
  "proxy_config": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

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

TrustMRR startup data with optional AI analysis

# 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 = {
    "mode": "leaderboard",
    "categories": [
        "ai",
        "saas"
    ],
    "proxy_config": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("buseta/trustmrr-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 = {
    "mode": "leaderboard",
    "categories": [
        "ai",
        "saas",
    ],
    "proxy_config": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("buseta/trustmrr-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 '{
  "mode": "leaderboard",
  "categories": [
    "ai",
    "saas"
  ],
  "proxy_config": {
    "useApifyProxy": true
  }
}' |
apify call buseta/trustmrr-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "TrustMRR Scraper - Verified Revenue & AI Investment Analysis",
        "description": "Scrape verified startup revenue data from TrustMRR. Get MRR, growth rates, founder info, and marketplace listings. AI investment analysis scores each startup for acquisition potential. Filter by category, MRR range, and growth. Perfect for micro-PE, indie hackers, and startup investors.",
        "version": "1.0",
        "x-build-id": "ESxo0jJYI21fyHgfA"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/buseta~trustmrr-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-buseta-trustmrr-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/buseta~trustmrr-scraper/runs": {
            "post": {
                "operationId": "runs-sync-buseta-trustmrr-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/buseta~trustmrr-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-buseta-trustmrr-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": [
                    "mode"
                ],
                "properties": {
                    "mode": {
                        "title": "Scrape mode",
                        "enum": [
                            "leaderboard",
                            "marketplace",
                            "category",
                            "all"
                        ],
                        "type": "string",
                        "description": "What to scrape.\n\n- Leaderboard: Top startups ranked by MRR\n- Marketplace: Startups currently for sale with asking prices\n- Category: Startups in specific categories\n- All: Everything (leaderboard + marketplace + all categories)",
                        "default": "leaderboard"
                    },
                    "categories": {
                        "title": "Categories (for 'By category' mode)",
                        "type": "array",
                        "description": "Categories to scrape. Available: ai, saas, developer-tools, fintech, productivity, marketing, ecommerce, design-tools, no-code, analytics, education, health-fitness, social-media, content-creation, sales, customer-support"
                    },
                    "min_mrr": {
                        "title": "Minimum MRR ($)",
                        "minimum": 0,
                        "type": "number",
                        "description": "Only include startups with monthly revenue above this amount."
                    },
                    "max_mrr": {
                        "title": "Maximum MRR ($)",
                        "minimum": 0,
                        "type": "number",
                        "description": "Only include startups with monthly revenue below this amount."
                    },
                    "on_sale_only": {
                        "title": "Only startups for sale",
                        "type": "boolean",
                        "description": "Filter to only show startups listed for sale on the marketplace.",
                        "default": false
                    },
                    "max_asking_price": {
                        "title": "Maximum asking price ($)",
                        "minimum": 0,
                        "type": "number",
                        "description": "Only include for-sale startups with asking price below this amount."
                    },
                    "min_growth": {
                        "title": "Minimum 30-day growth (%)",
                        "type": "number",
                        "description": "Only include startups growing faster than this rate (month-over-month %)."
                    },
                    "ai_investment_analysis": {
                        "title": "AI Investment Analysis (per startup)",
                        "type": "boolean",
                        "description": "AI scores each startup for acquisition/investment potential: investment score (0-100), strengths, risks, and verdict. Charged at $30 per 1,000 startups.",
                        "default": false
                    },
                    "ai_market_report": {
                        "title": "AI Market Report",
                        "type": "boolean",
                        "description": "AI analyzes all scraped startups: hottest categories, undervalued deals, market trends, acquisition opportunities. Charged at $1 per 1,000 startups analyzed.",
                        "default": false
                    },
                    "proxy_config": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxy settings. TrustMRR works fine without proxy."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
