# New Business Signal Scout (`careybrown/new-business-signal-scout`) Actor

Normalize recent official business registrations and licenses into scored new-business opportunity signals.

- **URL**: https://apify.com/careybrown/new-business-signal-scout.md
- **Developed by:** [Carey Brown](https://apify.com/careybrown) (community)
- **Categories:** Business, Lead generation, Marketing
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

$4.00 / 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

## New Business Signal Scout

New Business Signal Scout turns selected official public business registration and license datasets into normalized, scored new-business opportunity signals.

It reads structured government open-data sources, normalizes source-specific records into one schema, applies deterministic scoring, and returns records with vendor-need tags, score reasons, risk flags, source health, and a run summary.

The Actor uses public structured sources only. It does not enrich contacts, find emails, verify phone numbers, send outreach, sync CRMs, or claim verified buyer intent.

### What It Does

- Fetches recent public business registration and license records from selected official sources.
- Normalizes source-specific fields into a consistent record shape.
- Tags likely vendor needs such as bookkeeping, local SEO, insurance, POS/payments, signage, security, cleaning, restaurant suppliers, contractor services, and professional services.
- Scores records by freshness, vendor-need category fit, completeness, and source confidence.
- Returns ranked new-business opportunity signals with score reasons and risk flags.
- Produces a run summary with per-source health and aggregate counts.

### Who It Is For

- Local B2B service providers looking for newly registered or recently licensed businesses.
- Agencies building manual research lists around new local businesses.
- Payroll, bookkeeping, insurance, POS/payments, signage, cleaning, and security providers.
- Market researchers and data buyers who need normalized public business activity feeds.
- Operators who want selected official-source signals without contact enrichment or automated outreach.

### Supported Sources

| source id | source | type | dataset |
|---|---|---|---|
| `chicago_business_licenses` | Chicago Business Licenses | city business license | `uupf-x98q` |
| `nyc_legally_operating_businesses` | NYC Legally Operating Businesses | city business license | `w7w3-xahh` |
| `oregon_recent_business_registrations` | Oregon Recent Business Registrations | state business registry | `esjy-u4fc` |
| `colorado_business_entities` | Colorado Business Entities | state business registry | `4ykn-tg5h` |
| `texas_business_entities` | Texas Business Entities | state business registry | `2vfr-72e4` |

### What It Does Not Do

- It does not find emails.
- It does not verify phone numbers.
- It does not enrich owners, decision makers, domains, LinkedIn profiles, or contacts.
- It does not send outreach.
- It does not create ready-to-email lists.
- It does not sync CRMs.
- It does not claim verified buyer intent.
- It does not currently cover every state, city, or business registry.
- It does not use AI scoring in the MVP.
- It does not provide legal, compliance, tax, or business advice.

New Business Signal Scout provides public-record opportunity signals, not verified sales leads.

### Example Use Cases

- Find recently licensed restaurants that may need POS, payroll, signage, local SEO, cleaning, security, or supplier services.
- Monitor newly registered LLCs and corporations in supported state registries.
- Compare recent new-business activity across selected public sources.
- Build an internal research workflow around newly visible businesses.
- Pull source-health summaries to check whether selected feeds are returning usable records.

### Input Fields

| field | type | default | description |
|---|---|---|---|
| `sources` | string array | all supported sources | Official public sources to query. |
| `daysBack` | integer | 30 | Return records whose primary event date is within this many days. Accepted range: 1-365. |
| `states` | string array | none | Optional state filters where source fields support state-level filtering. |
| `cities` | string array | none | Optional city filters where source fields support city-level filtering. |
| `categories` | string array | none | Optional text filters for license, entity, category, or activity fields. |
| `entityTypes` | string array | none | Optional entity/license type filters. |
| `includeExpansionSources` | boolean | false | Reserved for later source additions. MVP supports the five default sources only. |
| `maxResultsPerSource` | integer | 100 | Maximum normalized records to fetch per selected source. Accepted range: 1-5000. |
| `minOpportunityScore` | number | none | Optional minimum deterministic opportunity score. |
| `includeRawRecord` | boolean | false | Include the original source row on each normalized record. |

### Example Input

```json
{
  "sources": [
    "chicago_business_licenses",
    "nyc_legally_operating_businesses",
    "oregon_recent_business_registrations",
    "colorado_business_entities",
    "texas_business_entities"
  ],
  "daysBack": 90,
  "maxResultsPerSource": 100,
  "minOpportunityScore": 60,
  "includeRawRecord": false
}
````

More examples are in `examples/`.

### Output Fields

Each output record follows this normalized shape:

| field | description |
|---|---|
| `signalId` | Deterministic signal ID derived from the source and source record. |
| `sourceId` | Source ID selected from the supported source list. |
| `sourceName` | Human-readable source name. |
| `sourceType` | Source type, such as city business license or state business registry. |
| `sourceRecordId` | Stable record identifier from the source when available. |
| `sourceUrl` | Source API or record URL when available. |
| `businessName` | Normalized business/entity name. |
| `tradeName` | DBA/trade name when available. |
| `entityType` | Entity or license type when available. |
| `licenseType` | License type when available. |
| `category` | Normalized category/activity field when available. |
| `activityDescription` | Source activity description when available. |
| `status` | Source status when available. |
| `eventDate` | Normalized ISO event date when available. |
| `eventDateType` | Meaning of the event date, such as issued date or registration date. |
| `address` | Normalized address when available. |
| `city` | City when available. |
| `state` | State when available. |
| `zip` | ZIP/postal code when available. |
| `latitude` / `longitude` | Coordinates when the source provides them. |
| `vendorNeedTags` | Deterministic category tags for likely B2B vendor needs. |
| `scoreReasons` | Concise reasons explaining the score. |
| `riskFlags` | Missing/ambiguous/stale/source-link flags. |
| `observedAt` | Runtime timestamp when the record was observed. |
| `freshnessScore` | 0-100 event-date freshness score. |
| `categoryFitScore` | 0-100 vendor-need category match score. |
| `completenessScore` | 0-100 required-field completeness score. |
| `sourceConfidenceScore` | 0-100 source-confidence score. |
| `opportunityScore` | Weighted deterministic opportunity score rounded to one decimal. |
| `rawRecord` | Optional original source row when `includeRawRecord` is true. |

### Example Output

```json
{
  "signalId": "nbs_76419521ea2c8f3e5d95",
  "sourceId": "chicago_business_licenses",
  "sourceName": "Chicago Business Licenses",
  "sourceType": "city_business_license",
  "sourceRecordId": "3085203",
  "sourceUrl": "https://data.cityofchicago.org/resource/uupf-x98q.json",
  "businessName": "CHDG PHASE 1A1 SUB-LESSEE, LLC",
  "tradeName": "HYATT HOUSE/HYATT PLACE AND FOOD CT",
  "entityType": "Retail Food Establishment",
  "licenseType": "Retail Food Establishment",
  "category": "Preparation of Food and Dining on Premises With Seating",
  "activityDescription": "Preparation of Food and Dining on Premises With Seating",
  "status": "AAI",
  "eventDate": "2026-05-22",
  "eventDateType": "date_issued",
  "address": "1835 W HARRISON ST",
  "city": "CHICAGO",
  "state": "IL",
  "zip": "60612",
  "vendorNeedTags": [
    "commercial_cleaning",
    "payroll_or_bookkeeping",
    "pos_or_payments",
    "restaurant_supplier",
    "security",
    "signage_or_print",
    "website_or_local_seo"
  ],
  "freshnessScore": 100,
  "categoryFitScore": 100,
  "completenessScore": 100,
  "sourceConfidenceScore": 95,
  "opportunityScore": 99.2,
  "scoreReasons": [
    "fresh record",
    "strong vendor-need category",
    "complete public record",
    "official structured source with stable identifier"
  ],
  "riskFlags": [
    "source_record_without_row_url"
  ]
}
```

This is a real output-shape example from a public dataset sample. It is not a verified sales lead and does not include contact enrichment.

### Run Summary

The Actor writes a `RUN_SUMMARY` key-value store record with:

- `totalRecordsFetched`
- `totalRecordsReturned`
- `recordsBySource`
- `recordsByState`
- `recordsByCategory`
- `recordsByFreshnessBand`
- `averageOpportunityScore`
- `topVendorNeedTags`
- `sourceHealth`
- `warnings`

`examples/run_summary_sample.json` shows the expected shape.

### Scoring Model

The MVP uses deterministic scoring only:

```text
opportunityScore =
  freshnessScore * 0.35 +
  categoryFitScore * 0.25 +
  completenessScore * 0.25 +
  sourceConfidenceScore * 0.15
```

`opportunityScore` is rounded to one decimal.

Freshness score:

- 0-7 days old: 100
- 8-30 days old: 80
- 31-90 days old: 50
- 91-365 days old: 20
- 366+ days old: 0
- missing or invalid date: 0
- future date: 50

Category fit score:

- Strong vendor-need category: 100
- Matched vendor-need category: 80
- Generic business category: 45
- Missing usable category: 10

Completeness score:

- +20 business name
- +20 event date
- +20 category/entity/license type
- +20 location
- +20 stable source ID

Source confidence score:

- Starts at 85
- +5 for state business registry sources
- +5 for stable source record ID
- +5 for source URL
- Capped at 100

### Current Validation Status

Local sampling and private Apify validation have passed across all five MVP sources.

- AF-010 private Apify validation passed on build `0.1.3` with five returned records and all five sources healthy.
- AF-011 larger local sample passed with 50 returned records, 10 per source, all five sources healthy, and no warnings.
- AF-013 capped private Apify validation passed on build `0.1.4` with 50 returned records, 10 per source, all five sources healthy, no raw records, and no top-level warnings.

The Actor is launched as a public-source signal product. It returns normalized opportunity signals from selected official sources; it does not provide verified contact data or automated outreach.

# Actor input Schema

## `sources` (type: `array`):

Official public sources to query.

## `daysBack` (type: `integer`):

Return records whose primary event date is within this many days. Runtime default is 30.

## `states` (type: `array`):

Optional state filters where source fields support state-level filtering.

## `cities` (type: `array`):

Optional city filters where source fields support city-level filtering.

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

Optional text filters for license, entity, category, or activity fields.

## `entityTypes` (type: `array`):

Optional entity/license type filters.

## `includeExpansionSources` (type: `boolean`):

Reserved for later source additions. MVP supports the five default sources only.

## `maxResultsPerSource` (type: `integer`):

Maximum normalized records to fetch per selected source.

## `minOpportunityScore` (type: `number`):

Optional minimum deterministic opportunity score.

## `includeRawRecord` (type: `boolean`):

Include the original source row on each normalized record.

## Actor input object example

```json
{
  "sources": [
    "chicago_business_licenses",
    "nyc_legally_operating_businesses",
    "oregon_recent_business_registrations",
    "colorado_business_entities",
    "texas_business_entities"
  ],
  "daysBack": 30,
  "includeExpansionSources": false,
  "maxResultsPerSource": 100,
  "includeRawRecord": false
}
```

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("careybrown/new-business-signal-scout").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 = {}

# Run the Actor and wait for it to finish
run = client.actor("careybrown/new-business-signal-scout").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 '{}' |
apify call careybrown/new-business-signal-scout --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=careybrown/new-business-signal-scout",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "New Business Signal Scout",
        "description": "Normalize recent official business registrations and licenses into scored new-business opportunity signals.",
        "version": "0.1",
        "x-build-id": "diMsRhZ7Rw1oGEkTZ"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/careybrown~new-business-signal-scout/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-careybrown-new-business-signal-scout",
                "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/careybrown~new-business-signal-scout/runs": {
            "post": {
                "operationId": "runs-sync-careybrown-new-business-signal-scout",
                "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/careybrown~new-business-signal-scout/run-sync": {
            "post": {
                "operationId": "run-sync-careybrown-new-business-signal-scout",
                "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": {
                    "sources": {
                        "title": "Sources",
                        "type": "array",
                        "description": "Official public sources to query.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "chicago_business_licenses",
                                "nyc_legally_operating_businesses",
                                "oregon_recent_business_registrations",
                                "colorado_business_entities",
                                "texas_business_entities"
                            ]
                        },
                        "default": [
                            "chicago_business_licenses",
                            "nyc_legally_operating_businesses",
                            "oregon_recent_business_registrations",
                            "colorado_business_entities",
                            "texas_business_entities"
                        ]
                    },
                    "daysBack": {
                        "title": "Days Back",
                        "minimum": 1,
                        "maximum": 365,
                        "type": "integer",
                        "description": "Return records whose primary event date is within this many days. Runtime default is 30.",
                        "default": 30
                    },
                    "states": {
                        "title": "States",
                        "type": "array",
                        "description": "Optional state filters where source fields support state-level filtering.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "cities": {
                        "title": "Cities",
                        "type": "array",
                        "description": "Optional city filters where source fields support city-level filtering.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "categories": {
                        "title": "Categories",
                        "type": "array",
                        "description": "Optional text filters for license, entity, category, or activity fields.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "entityTypes": {
                        "title": "Entity Types",
                        "type": "array",
                        "description": "Optional entity/license type filters.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "includeExpansionSources": {
                        "title": "Include Expansion Sources",
                        "type": "boolean",
                        "description": "Reserved for later source additions. MVP supports the five default sources only.",
                        "default": false
                    },
                    "maxResultsPerSource": {
                        "title": "Maximum Results Per Source",
                        "minimum": 1,
                        "maximum": 5000,
                        "type": "integer",
                        "description": "Maximum normalized records to fetch per selected source.",
                        "default": 100
                    },
                    "minOpportunityScore": {
                        "title": "Minimum Opportunity Score",
                        "minimum": 0,
                        "maximum": 100,
                        "type": "number",
                        "description": "Optional minimum deterministic opportunity score."
                    },
                    "includeRawRecord": {
                        "title": "Include Raw Record",
                        "type": "boolean",
                        "description": "Include the original source row on each normalized record.",
                        "default": false
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
