# PeerSpot Scraper (`crawlerbros/peerspot-scraper`) Actor

Scrape PeerSpot (peerspot.com) B2B software reviews - browse crowdsourced category rankings (CRM, ERP, endpoint security, cloud security, and 200+ more), fetch a single product's rating, reviews, pros/cons, and compare two products head-to-head. No login required.

- **URL**: https://apify.com/crawlerbros/peerspot-scraper.md
- **Developed by:** [Crawler Bros](https://apify.com/crawlerbros) (community)
- **Categories:** Lead generation, Automation, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.00 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## What's an Apify Actor?

Actors are 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/docs.md):

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

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.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/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

## PeerSpot Scraper

Scrape [PeerSpot](https://www.peerspot.com) — the largest B2B technology review platform — for crowdsourced category rankings, single-product review summaries, and head-to-head product comparisons. No login, no API key, no cookies required.

### What this actor does

- **Browse a category** — get the full crowdsourced ranking for any of PeerSpot's 700+ software categories (CRM, ERP, Endpoint Protection, Firewalls, Cloud Security, Business Intelligence, and hundreds more), each with rating, review count, and engagement stats.
- **Fetch a single product** — pull a product's rating, review count, vendor, category ranking, recommend-percentage, and AI-summarized pros/cons.
- **Compare two products** — fetch both products' review summaries side by side, plus the rating gap and (when available) a link to PeerSpot's own comparison page.
- **Sort ranked lists** by PeerSpot's crowdsourced rank, by rating, or by review count.
- **Empty fields are always omitted** — every record only contains data PeerSpot actually published.

### Output fields

#### Category browse mode (`mode=byCategory`)

| Field | Description |
|---|---|
| `rank` | Position in PeerSpot's crowdsourced ranking (or re-ordered per `sortBy`) |
| `productName`, `productSlug`, `productUrl` | Product identity |
| `rating` | Average rating (0–10 scale used on category pages) |
| `reviewCount` | Number of verified reviews |
| `wordsPerReview` | Average review length |
| `views` | Page view count |
| `categoryComparisons` | Number of times this product appears in comparison searches |
| `description` | Short AI-generated summary of typical use cases |
| `logoUrl` | Vendor logo |
| `category`, `categorySlug` | The category being browsed |

#### Single-product mode (`mode=byProduct`)

| Field | Description |
|---|---|
| `productName`, `productSlug`, `productUrl` | Product identity |
| `vendor` | Publisher / vendor name |
| `description` | Product summary |
| `rating`, `reviewCount`, `ratingScale` | e.g. `4.2` reviews on a `1-5` scale |
| `primaryCategory`, `primaryCategorySlug` | Main PeerSpot category |
| `recommendPercent` | % of reviewers willing to recommend (sentiment-derived) |
| `rankingSummary` | Free-text ranking sentence (e.g. "X is first in Y, Z...") — only present when the product currently holds a top rank |
| `pros` | AI-summarized "Valuable Features" |
| `cons` | AI-summarized "Room for Improvement" |
| `roiSummary` | AI-summarized return-on-investment takeaways from reviewer feedback |
| `pricingSummary` | AI-summarized pricing/cost takeaways, including real price-range quotes when reviewers mention them |
| `useCasesSummary` | AI-summarized "Popular Use Cases" |
| `serviceSupportSummary` | AI-summarized vendor service & support quality feedback |
| `mindsharePercent`, `mindshareCategory` | PeerSpot's crowdsourced "mindshare" (relative engagement share) within its primary category, and the category it's measured against |
| `companySizeBreakdown` | Reviewer count broken down by company size (Small Business / Midsize Enterprise / Large Enterprise) |
| `logoUrl` | Vendor logo |

> `roiSummary`, `pricingSummary`, `useCasesSummary`, `serviceSupportSummary`, `mindsharePercent`/`mindshareCategory`, and `companySizeBreakdown` are only present when PeerSpot has published enough reviews to generate that section — low-review products may omit some of these.

#### Comparison mode (`mode=compare`)

| Field | Description |
|---|---|
| `productA`, `productB` | Full single-product records (see above) for each side |
| `ratingDifference` | `productA.rating - productB.rating`, when both have a rating |
| `moreReviewedProduct` | Name of whichever product has more reviews |
| `comparisonUrl` | PeerSpot's own `/products/comparisons/a_vs_b` page, when it exists |
| `comparisonSummary` | PeerSpot's own AI-generated "Comparison Buyer's Guide" — features, room for improvement, deployment/support, and pricing/ROI compared side by side. Only present when PeerSpot has published a comparison page for this exact pair |

All records include `recordType` and `scrapedAt`.

### Input

| Field | Type | Default | Description |
|---|---|---|---|
| `mode` | select | `byCategory` | `byCategory` / `byProduct` / `compare` |
| `categorySlug` | select | `crm` | PeerSpot category (mode=byCategory) — 700+ curated options |
| `sortBy` | select | `rank` | `rank` / `rating` / `reviews` (mode=byCategory) |
| `productSlug` | string | `microsoft-dynamics-crm` | Product slug or full URL (mode=byProduct) |
| `productSlugA` | string | `microsoft-dynamics-crm` | First product (mode=compare) |
| `productSlugB` | string | `salesforce-sales-cloud` | Second product (mode=compare) |
| `maxItems` | int | `50` | Hard cap on emitted records (1–500, mode=byCategory) |
| `minRating` | number | — | Only return products rated at or above this value, 0–10 scale (mode=byCategory). Products with no published rating are excluded when set |
| `minReviews` | int | — | Only return products with at least this many reviews (mode=byCategory). Products with no published review count are excluded when set |
| `proxyConfiguration` | proxy | AUTO | Only engaged automatically on 403/429; not required for normal use |

#### Example: browse the CRM category sorted by rating

```json
{
  "mode": "byCategory",
  "categorySlug": "crm",
  "sortBy": "rating",
  "maxItems": 50
}
````

#### Example: browse top-rated, well-reviewed CRM products only

```json
{
  "mode": "byCategory",
  "categorySlug": "crm",
  "sortBy": "rating",
  "minRating": 8,
  "minReviews": 20,
  "maxItems": 50
}
```

#### Example: fetch a single product

```json
{
  "mode": "byProduct",
  "productSlug": "microsoft-dynamics-crm"
}
```

#### Example: compare two products

```json
{
  "mode": "compare",
  "productSlugA": "microsoft-dynamics-crm",
  "productSlugB": "salesforce-sales-cloud"
}
```

### Use cases

- **Vendor research** — pull the top-ranked products in any software category before a buying decision.
- **Competitive intelligence** — track how your product's rating, review count, and rank move over time.
- **Sales enablement** — generate battlecards from head-to-head product comparisons.
- **Market mapping** — enumerate every vendor across a technology category (endpoint security, cloud storage, BI tools, etc.).
- **Content research** — source real user pros/cons for buyer's-guide articles.

### FAQ

**Do I need to log in or provide an API key?**  No. All three modes work against PeerSpot's public pages.

**How many categories are supported?**  700+, extracted directly from PeerSpot's own category index and kept as a dropdown so you never have to guess a slug.

**How many products does a category return?**  Whatever PeerSpot's ranked list contains — anywhere from a handful to 60+ depending on category size. The actor returns the full ranked list up to `maxItems`.

**Why do some ranked products have no `rating` field?**  PeerSpot omits the rating stat for products with too few reviews to compute one; the actor never fabricates a value, so the field is simply absent.

**What does `rankingSummary` mean?**  PeerSpot displays a badge sentence (e.g. "X is first in Category Y") only for products that currently hold a top rank in at least one category. Most products won't have this field.

**Is a comparison page always available?**  No — PeerSpot only publishes comparison pages for product pairs users have actually searched for. When one doesn't exist, `comparisonUrl` is simply omitted; the two products' individual data is still returned in full.

**How fresh is the data?**  PeerSpot recomputes rankings and stats monthly from ongoing user reviews; ratings and review counts reflect the live page at scrape time.

**Does this include pricing data?**  PeerSpot doesn't publish a structured price list, but most well-reviewed products have a `pricingSummary` — an AI-generated summary of what reviewers say about cost and pricing model, including real quoted price ranges when reviewers mention them.

**What is `mindsharePercent`?**  PeerSpot's own crowdsourced measure of how much reviewer/visitor engagement a product captures relative to its competitors in the same category, expressed as a percentage. Only published for products with enough category-level engagement data.

**Can I filter out low-rated or barely-reviewed products?**  Yes — use `minRating` and/or `minReviews` on `mode=byCategory`. Both are applied after PeerSpot's own ranking is fetched, so `rank` still reflects the product's true position even when the list is filtered.

# Actor input Schema

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

What to fetch from PeerSpot.

## `categorySlug` (type: `string`):

PeerSpot product category to browse. Returns the full crowdsourced ranking for that category.

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

How to order the ranked product list within the chosen category (mode=byCategory).

## `productSlug` (type: `string`):

A PeerSpot product slug (e.g. `microsoft-dynamics-crm`) or full product URL (e.g. `https://www.peerspot.com/products/microsoft-dynamics-crm-reviews`).

## `productSlugA` (type: `string`):

First product to compare (slug or full URL).

## `productSlugB` (type: `string`):

Second product to compare (slug or full URL).

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

Hard cap on emitted records (applies to mode=byCategory; other modes emit at most 1-2 records).

## `minRating` (type: `number`):

Only return products with a rating at or above this value (0-10 scale). Products with no published rating are excluded when this filter is set. Leave empty for no filter.

## `minReviews` (type: `integer`):

Only return products with at least this many verified reviews. Products with no published review count are excluded when this filter is set. Leave empty for no filter.

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

PeerSpot is publicly accessible without a proxy. The actor automatically escalates to Apify's free AUTO datacenter proxy only if it hits a 403/429 response.

## Actor input object example

```json
{
  "mode": "byCategory",
  "categorySlug": "crm",
  "sortBy": "rank",
  "productSlug": "microsoft-dynamics-crm",
  "productSlugA": "microsoft-dynamics-crm",
  "productSlugB": "salesforce-sales-cloud",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `records` (type: `string`):

Dataset containing all scraped PeerSpot records (ranked products, product detail, or comparisons).

# 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": "byCategory",
    "categorySlug": "crm",
    "sortBy": "rank",
    "productSlug": "microsoft-dynamics-crm",
    "productSlugA": "microsoft-dynamics-crm",
    "productSlugB": "salesforce-sales-cloud",
    "maxItems": 50,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("crawlerbros/peerspot-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": "byCategory",
    "categorySlug": "crm",
    "sortBy": "rank",
    "productSlug": "microsoft-dynamics-crm",
    "productSlugA": "microsoft-dynamics-crm",
    "productSlugB": "salesforce-sales-cloud",
    "maxItems": 50,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("crawlerbros/peerspot-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": "byCategory",
  "categorySlug": "crm",
  "sortBy": "rank",
  "productSlug": "microsoft-dynamics-crm",
  "productSlugA": "microsoft-dynamics-crm",
  "productSlugB": "salesforce-sales-cloud",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call crawlerbros/peerspot-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "PeerSpot Scraper",
        "description": "Scrape PeerSpot (peerspot.com) B2B software reviews - browse crowdsourced category rankings (CRM, ERP, endpoint security, cloud security, and 200+ more), fetch a single product's rating, reviews, pros/cons, and compare two products head-to-head. No login required.",
        "version": "1.0",
        "x-build-id": "RftJLpTZylJ6KrSc6"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/crawlerbros~peerspot-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-crawlerbros-peerspot-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/crawlerbros~peerspot-scraper/runs": {
            "post": {
                "operationId": "runs-sync-crawlerbros-peerspot-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/crawlerbros~peerspot-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-crawlerbros-peerspot-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": "Mode",
                        "enum": [
                            "byCategory",
                            "byProduct",
                            "compare"
                        ],
                        "type": "string",
                        "description": "What to fetch from PeerSpot.",
                        "default": "byCategory"
                    },
                    "categorySlug": {
                        "title": "Category (mode=byCategory)",
                        "enum": [
                            "net-development-services",
                            "access-management",
                            "accounts-payable-automation-software",
                            "accounts-receivable-automation-software",
                            "active-directory-bridge",
                            "active-directory-management",
                            "active-directory-recovery",
                            "activity-based-costing-software",
                            "advanced-distribution-management-systems-adms",
                            "advanced-threat-protection-atp",
                            "advertisement-technology-platforms",
                            "agentic-automation",
                            "agile-and-devops-services",
                            "ai-agent-builders",
                            "ai-avatars",
                            "ai-code-assistants",
                            "ai-content-creation",
                            "ai-content-creation-services",
                            "ai-customer-experience-personalization",
                            "ai-customer-experience-personalization-services",
                            "ai-customer-support",
                            "ai-customer-support-services",
                            "ai-data-analysis",
                            "ai-data-analysis-services",
                            "ai-data-labeling",
                            "ai-development-platforms",
                            "ai-finance-accounting",
                            "ai-finance-accounting-services",
                            "ai-for-legal-affairs",
                            "ai-governance",
                            "ai-infrastructure",
                            "ai-it-support",
                            "ai-it-support-services",
                            "ai-legal-compliance",
                            "ai-legal-compliance-services",
                            "ai-observability",
                            "ai-observability-services",
                            "ai-orchestration-frameworks",
                            "ai-procurement-supply-chain",
                            "ai-procurement-supply-chain-services",
                            "ai-professional-services",
                            "ai-proofreading-tools",
                            "ai-quality-assurance",
                            "ai-quality-assurance-services",
                            "ai-research",
                            "ai-research-services",
                            "ai-sales-marketing",
                            "ai-sales-marketing-services",
                            "ai-scheduling-coordination",
                            "ai-scheduling-coordination-services",
                            "ai-security",
                            "ai-security-services",
                            "ai-software-development",
                            "ai-software-development-services",
                            "ai-synthetic-data",
                            "ai-video-generator",
                            "ai-writing-tools",
                            "ai-agents-for-hr",
                            "ai-augmented-software-testing-tools",
                            "ai-powered-chatbots",
                            "ai-powered-cybersecurity-platforms",
                            "ai-powered-penetration-testing",
                            "ai-powered-security-automation",
                            "ai-powered-ui-generation",
                            "ai-recruiting",
                            "ai-soc",
                            "aiops",
                            "all-flash-storage",
                            "anomaly-detection-tools",
                            "anti-malware-tools",
                            "anti-money-laundering-aml",
                            "api-management",
                            "api-monitoring-software",
                            "api-security",
                            "api-testing-tools",
                            "app-monetization-platforms",
                            "applicant-tracking-and-recruiting-software",
                            "application-control",
                            "application-delivery-controllers-adc",
                            "application-infrastructure",
                            "application-lifecycle-management-alm-suites",
                            "application-performance-monitoring-apm-and-observability",
                            "application-requirements-management",
                            "application-security-posture-management-aspm",
                            "application-security-tools",
                            "application-security-training",
                            "application-server",
                            "application-testing-services",
                            "application-virtualization",
                            "appointment-scheduling-software",
                            "artwork-management-software",
                            "attack-surface-management-asm",
                            "augmented-reality-development-platforms",
                            "authentication-systems",
                            "authorization-software",
                            "automotive-cyber-security",
                            "autonomous-operational-resilience",
                            "av-over-ip-switching",
                            "aws-marketplace",
                            "backup-and-recovery",
                            "benefits-administration",
                            "bi-business-intelligence-tools",
                            "bi-and-performance-management-service-providers",
                            "bi-on-hadoop",
                            "billing-software",
                            "blade-servers",
                            "blockchain-as-a-service",
                            "blockchain-development-platforms",
                            "blockchain-intelligence",
                            "board-portal-software",
                            "bot-management",
                            "breach-and-attack-simulation-bas",
                            "bug-bounty-platforms",
                            "build-automation",
                            "business-activity-monitoring",
                            "business-desktops",
                            "business-isps",
                            "business-laptops",
                            "business-management-software",
                            "business-orchestration-and-automation-technologies",
                            "business-performance-management",
                            "business-process-design",
                            "business-process-management-bpm",
                            "business-rules-management",
                            "business-to-business-middleware",
                            "cad",
                            "cae",
                            "cam",
                            "carrier-grade-network-address-translation-cgnat",
                            "cdn",
                            "certificate-management-software",
                            "channel-marketing-automation-software",
                            "chatbot-development-platforms",
                            "cisco-security-portfolio",
                            "client-desktop-management",
                            "clinical-information-systems",
                            "cloud-access-security-brokers-casb",
                            "cloud-analytics",
                            "cloud-and-data-center-security",
                            "cloud-backup",
                            "cloud-brokers",
                            "cloud-cost-management",
                            "cloud-data-exchange-services",
                            "cloud-data-integration",
                            "cloud-data-warehouse",
                            "cloud-detection-and-response-cdr",
                            "cloud-email",
                            "cloud-erp",
                            "cloud-gtm-platforms",
                            "cloud-hcm",
                            "cloud-infrastructure-entitlement-management-ciem",
                            "cloud-management",
                            "cloud-master-data-management-mdm",
                            "cloud-migration",
                            "cloud-monitoring-software",
                            "cloud-operations-analytics",
                            "cloud-professional-service-providers",
                            "cloud-resource-access-management",
                            "cloud-resource-discovery-services",
                            "cloud-security-posture-management-cspm",
                            "cloud-security-remediation",
                            "cloud-software-defined-storage",
                            "cloud-software-marketplaces",
                            "cloud-storage",
                            "cloud-storage-gateways",
                            "cloud-workload-protection-platforms-cwpp",
                            "cloud-native-application-protection-platforms-cnapp",
                            "cluster-provisioning",
                            "code-review-tools",
                            "code-signing-management",
                            "collaborative-product-data-management",
                            "communications-outsourcing-and-professional-services",
                            "communications-platform-as-a-service-cpaas",
                            "community-platforms",
                            "complex-event-processing-cep",
                            "compliance-consulting",
                            "compliance-management",
                            "composable-infrastructure",
                            "compute-service",
                            "computerized-maintenance-management-software-cmms",
                            "configuration-management",
                            "configuration-management-databases",
                            "contact-center-as-a-service-ccaas",
                            "contact-center-infrastructure",
                            "contact-center-platforms",
                            "container-backup-software",
                            "container-image-security",
                            "container-management",
                            "container-monitoring",
                            "container-registry",
                            "container-security",
                            "container-virtualization",
                            "containers-as-a-service-caas",
                            "content-collaboration-platforms",
                            "content-marketing-software",
                            "continuous-controls-monitoring",
                            "continuous-threat-exposure-management-ctem",
                            "contract-management-software",
                            "converged-infrastructure",
                            "converged-infrastructure-for-sap-hana",
                            "converged-network-adapters",
                            "conversation-intelligence-software",
                            "copy-data-management",
                            "core-banking-software",
                            "corporate-portals-enterprise-information-portals",
                            "credential-management-systems-cms",
                            "critical-event-management-cem",
                            "crm",
                            "crm-consulting",
                            "crm-customer-engagement-centers",
                            "cross-channel-attribution-providers",
                            "cross-domain-solutions-cds",
                            "customer-communications-management-ccm",
                            "customer-data-analysis",
                            "customer-data-integration",
                            "customer-data-platforms-cdp",
                            "customer-experience-management",
                            "customer-feedback-management",
                            "customer-identity-and-access-management-ciam",
                            "customer-management-contact-center-outsourcing",
                            "customer-marketing-and-advocacy-cma",
                            "customer-success-management",
                            "cyber-asset-attack-surface-management-caasm",
                            "cyber-physical-systems-protection",
                            "cybersecurity-skills-training-platforms",
                            "data-and-analytics-service-providers",
                            "data-center-cooling-systems",
                            "data-center-infrastructure-management",
                            "data-center-monitoring",
                            "data-center-networking",
                            "data-center-outsourcing-canada",
                            "data-center-outsourcing-europe",
                            "data-center-outsourcing-usa",
                            "data-center-power-solutions",
                            "data-detection-response-ddr",
                            "data-governance",
                            "data-integration",
                            "data-loss-prevention-dlp",
                            "data-management-platforms-dmp",
                            "data-masking",
                            "data-migration-appliances",
                            "data-mining",
                            "data-modeling",
                            "data-observability",
                            "data-preparation-tools",
                            "data-privacy-management-software",
                            "data-quality",
                            "data-recovery-service-providers",
                            "data-replication",
                            "data-science-platforms",
                            "data-scrubbing-software",
                            "data-security-posture-management-dspm",
                            "data-storage-for-kubernetes",
                            "data-virtualization",
                            "data-visualization",
                            "data-warehouse",
                            "database-as-a-service-dbaas",
                            "database-development-and-management",
                            "database-management-systems-dbms",
                            "database-security",
                            "database-tuning-services",
                            "ddi",
                            "debugging",
                            "decision-management-tools",
                            "deduplication-software",
                            "defect-tracking",
                            "demand-management",
                            "density-optimized-servers",
                            "desktop-as-a-service-daas",
                            "desktop-outsourcing",
                            "desktop-search",
                            "development-platforms",
                            "device-as-a-service",
                            "devsecops",
                            "digital-adoption-platforms",
                            "digital-agencies-for-mobile-marketing",
                            "digital-asset-custody-services",
                            "digital-asset-management",
                            "digital-asset-security-platforms",
                            "digital-banking-engagement-platforms",
                            "digital-experience-monitoring-dem",
                            "digital-experience-platforms-dxp",
                            "digital-forensics-platforms",
                            "digital-marketing-service-providers",
                            "digital-rights-management",
                            "digital-risk-protection",
                            "digital-signage-software",
                            "direct-mail-automation",
                            "directory-servers",
                            "disaster-recovery-dr-software",
                            "disaster-recovery-as-a-service",
                            "disk-based-backup-systems",
                            "distributed-denial-of-service-ddos-protection",
                            "dmarc-authentication-software",
                            "document-automation-software",
                            "document-generation-tools",
                            "document-management-software",
                            "domain-name-system-dns-security",
                            "drone-airspace-security",
                            "dx-netops",
                            "dynamic-application-security-testing-dast",
                            "e-invoicing",
                            "ecommerce-platforms",
                            "edge-computing-platforms",
                            "edi",
                            "ediscovery",
                            "ehr",
                            "elearning",
                            "electronic-design-automation",
                            "electronic-document-delivery",
                            "electronic-parts-catalog",
                            "email-applications",
                            "email-archiving",
                            "email-security",
                            "email-signature-software",
                            "embedded-bi",
                            "embedded-database",
                            "employee-scheduling-software",
                            "employee-time-tracking-software",
                            "endpoint-compliance",
                            "endpoint-detection-and-response-edr",
                            "endpoint-encryption",
                            "endpoint-protection-platform-epp",
                            "engineering-process",
                            "enterprise-agile-planning-tools",
                            "enterprise-architecture-management",
                            "enterprise-asset-management-eam",
                            "enterprise-blockchains",
                            "enterprise-browsers",
                            "enterprise-content-management",
                            "enterprise-fpga",
                            "enterprise-gpu",
                            "enterprise-infrastructure-vpn",
                            "enterprise-intranet",
                            "enterprise-mobility-management-emm",
                            "enterprise-password-managers",
                            "enterprise-printing",
                            "enterprise-ptt",
                            "enterprise-resource-planning-for-manufacturing",
                            "enterprise-san",
                            "enterprise-service-bus-esb",
                            "enterprise-social-software",
                            "enterprise-grade-mobile-devices",
                            "erp",
                            "esg-reporting-software",
                            "esignature-electronic-signature",
                            "ethernet-switches",
                            "event-monitoring",
                            "expense-management",
                            "extended-detection-and-response-xdr",
                            "facility-maintenance-management-software",
                            "fax-over-ip-foip",
                            "feature-management",
                            "fibre-channel",
                            "field-activity-management",
                            "field-service-management",
                            "file-and-object-storage",
                            "file-archiving",
                            "file-system-software",
                            "finance-and-accounting-outsourcing",
                            "finance-management-consulting",
                            "financial-close-software",
                            "financial-data-analysis-platforms",
                            "financial-performance-and-strategy-management",
                            "firewall-security-management",
                            "firewalls",
                            "fleet-management-software",
                            "form-management",
                            "frame-based-disk-arrays",
                            "fraud-detection-and-prevention",
                            "functional-testing-tools",
                            "fuzz-testing-tools",
                            "general-purpose-hsm",
                            "generative-ai-security",
                            "geographic-information-systems",
                            "global-payroll",
                            "google-cloud-marketplace",
                            "google-workspace-consulting",
                            "grant-management-software",
                            "graphic-design-software",
                            "grc",
                            "hadoop",
                            "hci",
                            "help-desk-software",
                            "high-availability-clustering",
                            "hospital-information-system",
                            "hosted-and-cloud-based-voip",
                            "hosted-virtual-desktop-services",
                            "hr-analytics-software",
                            "hro",
                            "hybrid-cloud-computing-platforms",
                            "hybrid-cloud-consulting",
                            "hybrid-virtual-appliances",
                            "ide",
                            "identity-and-access-management-as-a-service-idaas-iamaas",
                            "identity-governance-administration-iga",
                            "identity-management-im",
                            "identity-security-and-posture-management-ispm",
                            "identity-threat-detection-and-response-itdr",
                            "image-recognition-software",
                            "in-memory-data-store-services",
                            "indexing-and-search",
                            "information-security-and-risk-consulting-services",
                            "infrastructure-as-a-service-clouds-iaas",
                            "infrastructure-capacity-planning",
                            "innovation-management-software",
                            "insider-risk-management",
                            "instant-communications-security-and-compliance",
                            "insurance-claims-processing",
                            "insurance-management-software",
                            "integration-platform-as-a-service-ipaas",
                            "intellectual-property-management",
                            "intelligent-document-processing-idp",
                            "interactive-product-demos",
                            "internet-security",
                            "intrusion-detection-and-prevention-software-idps",
                            "inventory-management-software",
                            "investigation-management-software",
                            "iot-analytics",
                            "iot-connectivity",
                            "iot-operating-systems-os",
                            "iot-platforms",
                            "iot-security",
                            "ip-address-management-ipam-tools",
                            "ip-pbx",
                            "ip-telephony-unified-communications",
                            "it-alerting-and-incident-management",
                            "it-asset-disposal-services",
                            "it-asset-management",
                            "it-financial-management",
                            "it-governance",
                            "it-infrastructure-consumption-services",
                            "it-infrastructure-monitoring",
                            "it-operations-analytics",
                            "it-service-management-itsm",
                            "it-support-services",
                            "it-vendor-risk-management",
                            "ivr-systems",
                            "java-frameworks",
                            "k-12-student-information-systems-sis",
                            "knowledge-management-software",
                            "kol-management-software",
                            "lan-switching",
                            "large-language-models-llms",
                            "law-practice-management-software",
                            "learning-management-systems-lms",
                            "license-management",
                            "live-chat",
                            "live-streaming-platforms",
                            "load-testing-tools",
                            "loan-management-software",
                            "local-government-crm",
                            "location-intelligence-platforms",
                            "log-management",
                            "low-code-development-platforms",
                            "loyalty-management-software",
                            "m2m-application-development-platform",
                            "mainframe-application-development",
                            "mainframe-management",
                            "mainframe-security",
                            "mainframe-testing-tools",
                            "mainframes",
                            "managed-cloud-services",
                            "managed-collaboration-services",
                            "managed-detection-and-response-mdr",
                            "managed-dns",
                            "managed-file-transfer-mft",
                            "managed-mobility-services",
                            "managed-nosql-databases",
                            "managed-print-servers",
                            "managed-private-cloud-services",
                            "managed-sd-wan-services",
                            "managed-security-services-providers-mssp",
                            "managed-service-providers",
                            "marketing-automation",
                            "marketing-intelligence",
                            "marketing-management",
                            "marketing-resource-management",
                            "mass-notification-software",
                            "master-data-management-mdm-software",
                            "master-data-management-services",
                            "mathematical-optimization-tools",
                            "medical-insurance-claims-software",
                            "message-oriented-middleware-mom",
                            "message-queue-mq-software",
                            "metadata-management",
                            "meter-data-management",
                            "microsegmentation-software",
                            "microsoft-dynamics-service-providers",
                            "microsoft-security-suite",
                            "migration-tools",
                            "mind-mapping-software",
                            "mobile-apm",
                            "mobile-app-platforms",
                            "mobile-app-testing-tools",
                            "mobile-application-management",
                            "mobile-communication-gateways",
                            "mobile-data-protection",
                            "mobile-development-platforms",
                            "mobile-device-management-mdm",
                            "mobile-identity",
                            "mobile-marketing-and-advertising",
                            "mobile-measurement-partner-mmp",
                            "mobile-platforms",
                            "mobile-sales-applications",
                            "mobile-supply-chain-applications",
                            "mobile-threat-defense",
                            "mobile-video-optimization",
                            "model-monitoring",
                            "modular-san-storage-area-network",
                            "mro-software",
                            "msp-backup",
                            "multi-factor-authentication-mfa",
                            "nas",
                            "network-access-control-nac",
                            "network-automation",
                            "network-detection-and-response-ndr",
                            "network-diagnostics",
                            "network-management-applications",
                            "network-modeling-and-simulation",
                            "network-monitoring-software",
                            "network-packet-broker-npb",
                            "network-packet-capture",
                            "network-traffic-analysis-nta",
                            "network-troubleshooting",
                            "network-video-recorders-nvr",
                            "network-virtualization",
                            "no-code-development-platforms",
                            "non-human-identity-management-nhim",
                            "non-relational-databases",
                            "nosql-databases",
                            "nvme-all-flash-storage-arrays",
                            "observability-pipeline-software",
                            "office-365-protection",
                            "open-banking-platforms",
                            "open-source-databases",
                            "openstack",
                            "operating-systems-os-for-business",
                            "operational-technology-ot-security",
                            "operations-support-systems",
                            "opportunity-management",
                            "oracle-applications-service-providers",
                            "order-management-hubs",
                            "order-to-cash-bpo-providers",
                            "oscilloscopes",
                            "ott-platforms",
                            "output-management",
                            "paas-clouds",
                            "partner-relationship-management-prm",
                            "passwordless-authentication",
                            "patch-management",
                            "payment-card-processing",
                            "payment-hsm",
                            "payment-processing-software",
                            "pdf-editing",
                            "penetration-testing-services",
                            "performance-testing-tools",
                            "personalization-engines",
                            "php-frameworks",
                            "plm-tools",
                            "point-of-sale-pos-systems",
                            "pre-employment-testing-software",
                            "predictive-analytics",
                            "predictive-sales-intelligence",
                            "privileged-access-management-pam",
                            "process-automation",
                            "process-mining",
                            "procurement-software",
                            "product-configuration-and-quoting",
                            "product-information-management-pim",
                            "product-intelligence-software",
                            "product-management-software",
                            "production-planning",
                            "professional-services-automation-psa",
                            "project-management-software",
                            "project-portfolio-management",
                            "proposal-management",
                            "prototyping-tools",
                            "public-cloud-infrastructure-managed-service-providers",
                            "public-cloud-storage-services",
                            "publishing-software",
                            "quality-management-software",
                            "quantum-computing-platform",
                            "rack-servers",
                            "ransomware-protection",
                            "rapid-application-development-software",
                            "regression-testing-tools",
                            "relational-databases-tools",
                            "release-automation",
                            "remote-access",
                            "remote-browser-isolation-rbi",
                            "remote-monitoring-and-management-rmm",
                            "remote-visual-support",
                            "reporting",
                            "repository-managers",
                            "retail-operations-software",
                            "revenue-enablement-platforms",
                            "revenue-management",
                            "risk-based-vulnerability-management",
                            "robotic-process-automation-rpa",
                            "routers",
                            "rugged-servers",
                            "saas-backup",
                            "saas-management-platforms",
                            "saas-security-posture-management-sspm",
                            "sales-and-market-intelligence",
                            "sales-force-automation",
                            "sales-performance-management",
                            "salesforce-com-implementation",
                            "sap-service-providers",
                            "search-as-a-service",
                            "secrets-management-tools",
                            "secure-access-service-edge-sase",
                            "secure-email-gateway-seg",
                            "secure-remote-access",
                            "secure-storage-appliances",
                            "secure-web-gateways-swg",
                            "security-analytics",
                            "security-awareness-training",
                            "security-incident-response",
                            "security-information-and-event-management-siem",
                            "security-orchestration-automation-and-response-soar",
                            "seo-platforms",
                            "server-monitoring",
                            "server-virtualization-software",
                            "service-contract-management",
                            "service-desk-outsourcing",
                            "service-mesh",
                            "service-provider-networks",
                            "service-virtualization",
                            "servicenow-service-providers",
                            "session-border-controllers-sbc",
                            "shared-inbox",
                            "single-sign-on-sso",
                            "soa-application-gateways",
                            "soa-governance",
                            "soc-as-a-service",
                            "social-crm",
                            "social-login",
                            "social-media-analytics-software",
                            "social-media-management-solutions",
                            "software-asset-management",
                            "software-components",
                            "software-composition-analysis-sca",
                            "software-configuration-management",
                            "software-defined-data-center-sddc",
                            "software-defined-networking-sdn",
                            "software-defined-storage-sds",
                            "software-defined-wan-sd-wan-solutions",
                            "software-development-analytics",
                            "software-development-services",
                            "software-distribution",
                            "software-supply-chain-security",
                            "spatial-information-management-software",
                            "speech-analytics",
                            "speech-to-text-services",
                            "ssd",
                            "ssl-vpn",
                            "ssl-tls-decryption",
                            "static-application-security-testing-sast",
                            "static-code-analysis",
                            "storage-management",
                            "storage-performance",
                            "storage-software",
                            "streaming-analytics",
                            "student-information-system-sis",
                            "subscription-management-software",
                            "supply-chain-analytics",
                            "supply-chain-management-software",
                            "survey-software",
                            "tag-management",
                            "talent-acquisition",
                            "talent-intelligence",
                            "talent-management",
                            "tax-management-software",
                            "telemedicine-software",
                            "test-automation-services",
                            "test-automation-tools",
                            "test-data-management",
                            "test-data-management-services",
                            "test-design-automation",
                            "test-management-tools",
                            "testing-services",
                            "text-messaging",
                            "text-to-speech-services",
                            "threat-deception-platforms",
                            "threat-intelligence-platforms-tip",
                            "threat-modeling",
                            "tower-servers",
                            "traffic-switching",
                            "transaction-processing",
                            "translation-management-software",
                            "transportation-management",
                            "uefi-firmware",
                            "unified-communications",
                            "unified-communications-as-a-service",
                            "unified-communications-monitoring",
                            "unified-endpoint-management-uem",
                            "unified-threat-management-utm",
                            "universal-access-gateways",
                            "usability-testing",
                            "user-activity-monitoring",
                            "user-entity-behavior-analytics-ueba",
                            "user-provisioning-software",
                            "user-virtualization",
                            "value-stream-management-software",
                            "vector-databases",
                            "version-control",
                            "vibe-coding-security",
                            "video-interviewing-software",
                            "video-management-software",
                            "virtual-desktop-infrastructure-vdi",
                            "virtual-events-platforms",
                            "virtual-it-labs",
                            "virtual-meetings",
                            "virtual-routers",
                            "virtual-training",
                            "virtualization-management-tools",
                            "virtualization-security",
                            "visual-collaboration-platforms",
                            "voip-analytics",
                            "vulnerability-management",
                            "wan-edge",
                            "wan-optimization",
                            "warehouse-management",
                            "warranty-management",
                            "web-access-management",
                            "web-analytics",
                            "web-application-firewall-waf",
                            "web-content-filtering",
                            "web-content-management",
                            "web-hosting-control-panel",
                            "web-hosting-services",
                            "web-scraping-services",
                            "website-accessibility-testing-software",
                            "website-traffic-analytics",
                            "wi-fi-as-a-service",
                            "wi-fi-hotspot-software",
                            "wireless-email",
                            "wireless-lan",
                            "wireless-wan",
                            "wiring-and-cabling-solutions",
                            "workforce-engagement-management",
                            "workload-automation",
                            "workplace-analytics-software",
                            "workplace-management-software",
                            "ztna",
                            "ztna-as-a-service"
                        ],
                        "type": "string",
                        "description": "PeerSpot product category to browse. Returns the full crowdsourced ranking for that category.",
                        "default": "crm"
                    },
                    "sortBy": {
                        "title": "Sort ranked products by",
                        "enum": [
                            "rank",
                            "rating",
                            "reviews"
                        ],
                        "type": "string",
                        "description": "How to order the ranked product list within the chosen category (mode=byCategory).",
                        "default": "rank"
                    },
                    "productSlug": {
                        "title": "Product slug or URL (mode=byProduct)",
                        "type": "string",
                        "description": "A PeerSpot product slug (e.g. `microsoft-dynamics-crm`) or full product URL (e.g. `https://www.peerspot.com/products/microsoft-dynamics-crm-reviews`)."
                    },
                    "productSlugA": {
                        "title": "Product A slug or URL (mode=compare)",
                        "type": "string",
                        "description": "First product to compare (slug or full URL)."
                    },
                    "productSlugB": {
                        "title": "Product B slug or URL (mode=compare)",
                        "type": "string",
                        "description": "Second product to compare (slug or full URL)."
                    },
                    "maxItems": {
                        "title": "Max items",
                        "minimum": 1,
                        "maximum": 500,
                        "type": "integer",
                        "description": "Hard cap on emitted records (applies to mode=byCategory; other modes emit at most 1-2 records).",
                        "default": 50
                    },
                    "minRating": {
                        "title": "Minimum rating (mode=byCategory)",
                        "minimum": 0,
                        "maximum": 10,
                        "type": "number",
                        "description": "Only return products with a rating at or above this value (0-10 scale). Products with no published rating are excluded when this filter is set. Leave empty for no filter."
                    },
                    "minReviews": {
                        "title": "Minimum review count (mode=byCategory)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Only return products with at least this many verified reviews. Products with no published review count are excluded when this filter is set. Leave empty for no filter."
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "PeerSpot is publicly accessible without a proxy. The actor automatically escalates to Apify's free AUTO datacenter proxy only if it hits a 403/429 response.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
