# Crexi Scraper - CRE Listings & Broker Leads (`logiover/crexi-scraper`) Actor

Crexi unofficial API: export US commercial real estate listings and broker leads to CSV/JSON. Scrape Crexi without login or API key.

- **URL**: https://apify.com/logiover/crexi-scraper.md
- **Developed by:** [Logiover](https://apify.com/logiover) (community)
- **Categories:** Real estate, Lead generation
- **Stats:** 4 total users, 3 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.50 / 1,000 results

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

## Crexi Scraper — Commercial Real Estate Data & Broker Leads

Extract US commercial real estate listings from Crexi without a login or API key. This Crexi scraper pulls CRE listing data — asking price, cap rate, square footage and the listing brokers behind each deal — straight from crexi.com's public API and exports it to CSV, JSON or Excel.

Filter by property type, state, keyword or price, or paste a Crexi search URL, and the actor returns hundreds to hundreds of thousands of commercial listings with optional broker contact enrichment for B2B lead generation.

### What you get

Each listing is saved as a structured record. Fields include:

- **name** — listing / asset name
- **propertyType** — Office, Retail, Industrial, Multifamily, Land, Hospitality, Self Storage, Mixed Use and more
- **askingPrice** — asking price in USD
- **capRate** — capitalization rate (when published)
- **squareFootage** — building size
- **lotSizeAcres**, **yearBuilt** — land size and construction year
- **address**, **city**, **state**, **zip**, **fullAddress** — full location
- **latitude** / **longitude** — exact GPS coordinates
- **status** — for sale, auction, lease, call for offers
- **brokerageName** — listing brokerage
- **brokerNames**, **brokerLicenses**, **brokerProfileUrls** — the B2B lead data
- **brokerageWebsite** — brokerage site
- **description** — marketing write-up
- **numberOfImages**, **thumbnailUrl**, **hasVideo** — media
- **url** — direct link to the Crexi listing

Download as **JSON, CSV, Excel or via the Apify API**, or push to your own storage.

### Use cases

- **CRE market research** — analyze asking prices, cap rates and price-per-sqft by property type and state.
- **Broker lead generation** — build B2B outreach lists of CRE brokers with names, licenses and brokerage websites.
- **Investor deal sourcing** — filter Office, Retail, Industrial or Multifamily by price and surface deals that fit your mandate.
- **Comp databases** — assemble commercial comps with size, year built and location for underwriting.
- **Mapping & dashboards** — feed geo-coded listings into a GIS map or investment dashboard.

### How to use

1. Click **Try for free** / **Start**.
2. Paste **Crexi search URLs** copied from crexi.com — filters in the URL (property type, state, keyword) are parsed automatically. Or skip the URLs and use the **Property types**, **US states**, **Keyword** and **price** fields.
3. Toggle **Fetch listing details** for cap rate, year built and description, and **Fetch broker contact leads** for the broker data. Turn either off for a faster, lighter scrape.
4. Set **Max results** (0 = no limit) and run.

Results stream into the dataset as the actor paginates. Export in any format or wire it into a schedule or your CRM via the Apify API.

> **Tip:** Residential proxy gives the highest success rate against Crexi and is the default.

### FAQ

#### Do I need a Crexi login or API key?
No. The actor reads Crexi's public JSON API — no account, no cookies and no API key are required.

#### Can I get broker contact details for lead generation?
Yes. Enable **Fetch broker contact leads** to pull each listing's broker name, license number, public Crexi profile and brokerage website — ready for B2B outreach.

#### Does it include cap rate and other deal metrics?
Yes, when published on the listing. Enable **Fetch listing details** to add `capRate`, `yearBuilt`, `lotSizeAcres` and the marketing description to each record.

#### Is this a Crexi API alternative?
Yes. Crexi has no public developer API, so this actor works as an unofficial Crexi API — it reads the same public JSON endpoints crexi.com uses and returns clean, structured listing and broker records you can call on a schedule.

#### How do I export Crexi data to CSV or JSON?
Run a search, then download the dataset as CSV, JSON or Excel from the run page, or pull it programmatically via the Apify API. Every commercial real estate listing and broker lead comes out as a flat, ready-to-import row.

#### Can I scrape Crexi without an API key or login?
Yes. This Crexi data extraction tool needs no account, cookies or API key — it reads Crexi's public listing API directly, so you can scrape commercial real estate listings and broker contacts straight away.

#### Is scraping Crexi legal?
This actor collects only publicly available listing and broker data. You are responsible for using it in line with Crexi's terms and applicable laws (such as GDPR/CCPA for personal data). Use it responsibly.

### Changelog

#### 2026-06-07
- Docs: added coverage for Crexi unofficial API use, exporting Crexi data to CSV/JSON, and scraping Crexi without an API key or login.

# Actor input Schema

## `searchUrls` (type: `array`):

Crexi search/result URLs copied straight from crexi.com — e.g. https://www.crexi.com/properties/california/office-commercial-real-estate or https://www.crexi.com/properties?types[]=Retail&states[]=TX. Filters in the URL (property type, state, keyword) are parsed automatically. Leave empty to use the explicit filter fields below.
## `propertyTypes` (type: `array`):

Filter by Crexi property type. Accepted values: Multifamily, Office, Retail, Industrial, Land, Hospitality, Mixed Use, Self Storage, Mobile Home, Special Purpose, Health Care. Leave empty for all types.
## `states` (type: `array`):

Filter by US state. Use 2-letter codes (CA, TX, NY) or full names (California). Leave empty for all states.
## `keyword` (type: `string`):

Free-text search (city, address, asset name). Optional.
## `minPrice` (type: `integer`):

Optional minimum asking price filter.
## `maxPrice` (type: `integer`):

Optional maximum asking price filter.
## `includeUnpriced` (type: `boolean`):

Include listings without a published asking price (auctions, call-for-offers, lease).
## `fetchDetails` (type: `boolean`):

Make one extra API call per listing to pull cap rate, year built, lot size, units, occupancy, building class and the marketing description. Slower but much richer. Turn off for a fast, lightweight scrape.
## `fetchBrokers` (type: `boolean`):

Make one extra API call per listing to pull the listing broker(s): name, license number, public Crexi profile and brokerage website — the B2B lead data. Turn off for a fast, lightweight scrape.
## `maxResults` (type: `integer`):

Stop after this many listings across all queries. 0 = no limit (a single search can span hundreds of thousands of listings).
## `useProxy` (type: `boolean`):

Route requests through Apify Proxy. Residential is recommended and is the default.
## `proxyConfiguration` (type: `object`):

Apify Proxy settings. Residential gives the highest success rate against Crexi.
## `maxConcurrency` (type: `integer`):

How many detail/broker enrichment calls to run in parallel per page.

## Actor input object example

```json
{
  "searchUrls": [
    "https://www.crexi.com/properties/texas/retail-commercial-real-estate"
  ],
  "propertyTypes": [
    "Retail"
  ],
  "states": [
    "TX"
  ],
  "includeUnpriced": true,
  "fetchDetails": true,
  "fetchBrokers": true,
  "maxResults": 200,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 5
}
````

# Actor output Schema

## `id` (type: `string`):

Crexi asset ID

## `name` (type: `string`):

Listing name

## `url` (type: `string`):

Crexi listing URL

## `propertyType` (type: `string`):

Property type(s)

## `subtypes` (type: `string`):

Property subtypes

## `investmentType` (type: `string`):

Investment type

## `status` (type: `string`):

Listing status

## `askingPrice` (type: `string`):

Asking price (USD)

## `capRate` (type: `string`):

Cap rate

## `squareFootage` (type: `string`):

Building size (sq ft)

## `units` (type: `string`):

Number of units

## `lotSizeAcres` (type: `string`):

Lot size in acres

## `yearBuilt` (type: `string`):

Year built

## `buildingClass` (type: `string`):

Building class

## `occupancy` (type: `string`):

Occupancy

## `address` (type: `string`):

Street address

## `city` (type: `string`):

City

## `county` (type: `string`):

County

## `state` (type: `string`):

State code

## `stateName` (type: `string`):

State name

## `zip` (type: `string`):

ZIP code

## `fullAddress` (type: `string`):

Full address

## `latitude` (type: `string`):

Latitude

## `longitude` (type: `string`):

Longitude

## `brokerageName` (type: `string`):

Brokerage name

## `brokerNames` (type: `string`):

Listing broker name(s)

## `brokerLicenses` (type: `string`):

Broker license number(s)

## `brokerProfileUrls` (type: `string`):

Crexi broker profile URL(s)

## `brokerageWebsite` (type: `string`):

Brokerage website

## `isInOpportunityZone` (type: `string`):

In opportunity zone

## `hasVideo` (type: `string`):

Has video

## `hasVirtualTour` (type: `string`):

Has virtual tour

## `numberOfImages` (type: `string`):

Number of images

## `thumbnailUrl` (type: `string`):

Thumbnail image URL

## `brokerTeamLogoUrl` (type: `string`):

Broker team logo URL

## `description` (type: `string`):

Marketing description

## `highlights` (type: `string`):

Investment highlights

## `activatedOn` (type: `string`):

Listing activation date

## `updatedOn` (type: `string`):

Last updated date

## `scrapedAt` (type: `string`):

Scrape timestamp

# 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 = {
    "searchUrls": [
        "https://www.crexi.com/properties/texas/retail-commercial-real-estate"
    ],
    "propertyTypes": [
        "Retail"
    ],
    "states": [
        "TX"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("logiover/crexi-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 = {
    "searchUrls": ["https://www.crexi.com/properties/texas/retail-commercial-real-estate"],
    "propertyTypes": ["Retail"],
    "states": ["TX"],
}

# Run the Actor and wait for it to finish
run = client.actor("logiover/crexi-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 '{
  "searchUrls": [
    "https://www.crexi.com/properties/texas/retail-commercial-real-estate"
  ],
  "propertyTypes": [
    "Retail"
  ],
  "states": [
    "TX"
  ]
}' |
apify call logiover/crexi-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Crexi Scraper - CRE Listings & Broker Leads",
        "description": "Crexi unofficial API: export US commercial real estate listings and broker leads to CSV/JSON. Scrape Crexi without login or API key.",
        "version": "1.0",
        "x-build-id": "pg0gXVrFgxZ8euxJI"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/logiover~crexi-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-logiover-crexi-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/logiover~crexi-scraper/runs": {
            "post": {
                "operationId": "runs-sync-logiover-crexi-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/logiover~crexi-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-logiover-crexi-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "searchUrls": {
                        "title": "Crexi search URLs",
                        "type": "array",
                        "description": "Crexi search/result URLs copied straight from crexi.com — e.g. https://www.crexi.com/properties/california/office-commercial-real-estate or https://www.crexi.com/properties?types[]=Retail&states[]=TX. Filters in the URL (property type, state, keyword) are parsed automatically. Leave empty to use the explicit filter fields below.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "propertyTypes": {
                        "title": "Property types",
                        "type": "array",
                        "description": "Filter by Crexi property type. Accepted values: Multifamily, Office, Retail, Industrial, Land, Hospitality, Mixed Use, Self Storage, Mobile Home, Special Purpose, Health Care. Leave empty for all types.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "states": {
                        "title": "US states",
                        "type": "array",
                        "description": "Filter by US state. Use 2-letter codes (CA, TX, NY) or full names (California). Leave empty for all states.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "keyword": {
                        "title": "Keyword / location text",
                        "type": "string",
                        "description": "Free-text search (city, address, asset name). Optional."
                    },
                    "minPrice": {
                        "title": "Min asking price (USD)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Optional minimum asking price filter."
                    },
                    "maxPrice": {
                        "title": "Max asking price (USD)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Optional maximum asking price filter."
                    },
                    "includeUnpriced": {
                        "title": "Include unpriced listings",
                        "type": "boolean",
                        "description": "Include listings without a published asking price (auctions, call-for-offers, lease).",
                        "default": true
                    },
                    "fetchDetails": {
                        "title": "Fetch listing details (cap rate, year built, description)",
                        "type": "boolean",
                        "description": "Make one extra API call per listing to pull cap rate, year built, lot size, units, occupancy, building class and the marketing description. Slower but much richer. Turn off for a fast, lightweight scrape.",
                        "default": true
                    },
                    "fetchBrokers": {
                        "title": "Fetch broker contact leads",
                        "type": "boolean",
                        "description": "Make one extra API call per listing to pull the listing broker(s): name, license number, public Crexi profile and brokerage website — the B2B lead data. Turn off for a fast, lightweight scrape.",
                        "default": true
                    },
                    "maxResults": {
                        "title": "Max results (total)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Stop after this many listings across all queries. 0 = no limit (a single search can span hundreds of thousands of listings).",
                        "default": 200
                    },
                    "useProxy": {
                        "title": "Use Apify Proxy",
                        "type": "boolean",
                        "description": "Route requests through Apify Proxy. Residential is recommended and is the default.",
                        "default": true
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Apify Proxy settings. Residential gives the highest success rate against Crexi.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    },
                    "maxConcurrency": {
                        "title": "Max concurrency",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "How many detail/broker enrichment calls to run in parallel per page.",
                        "default": 5
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
