# Home Services Lead Finder — HVAC, Plumbing, Roofing (`seibs.co/home-services-lead-finder`) Actor

Enriched Google Maps leads for US home services contractors. Email, tech stack (ServiceTitan/Housecall Pro/Jobber/FieldEdge), license numbers, service area, social profiles. Built for sales teams selling INTO contractors and PE firms rolling them up.

- **URL**: https://apify.com/seibs.co/home-services-lead-finder.md
- **Developed by:** [Justin Seibenhener](https://apify.com/seibs.co) (community)
- **Categories:** Lead generation, E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.00 / 1,000 base lead records

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

## Home Services Lead Finder

**Enriched contractor leads for HVAC, plumbing, electrical, roofing, and solar — with email, tech stack detection, and license numbers.**

Built for sales teams selling INTO contractors (ServiceTitan, Housecall Pro, Jobber, FieldEdge competitors), PE rollup acquirers, equipment distributors, and lead-gen agencies who need cleaner data than a generic Maps scraper produces.

---

### What you get

Real production output from a sample run on **McCullough Heating & Air Conditioning** (Austin, Texas):

```json
{
  "name": "McCullough Heating & Air Conditioning",
  "service_line": "hvac",
  "address": {
    "city": "Austin",
    "state": "Texas",
    "zip": "78757",
    "lat": 30.364748,
    "lng": -97.731758
  },
  "phone": "(512) 877-6043",
  "website": "https://coolmenow.com/",
  "rating": 4.8,
  "reviews_count": 3306,
  "enrichment": {
    "tier": "premium",
    "emails": [
      "info@coolmenow.com"
    ],
    "social": {
      "facebook": "https://www.facebook.com/McCulloughHVAC",
      "instagram": "https://www.instagram.com/mcculloughhvac",
      "youtube": "https://www.youtube.com/user/McCulloughAC"
    },
    "tech_stack": [
      "servicetitan",
      "wordpress",
      "google_tag_manager",
      "podium_messaging"
    ],
    "year_founded": 1977,
    "homepage_title": "HVAC Company in Austin, TX | HVAC Repair & Replacement",
    "homepage_status": 200,
    "open_24_7": true
  }
}
````

### Preview (real production data)

Single-record snapshot from the same run, rendered as a table:

| Field | Value |
|---|---|
| **Name** | McCullough Heating & Air Conditioning |
| **Service line** | hvac |
| **Location** | Austin, Texas |
| **Phone** | (512) 877-6043 |
| **Website** | https://coolmenow.com/ |
| **Rating** | 4.8 (3306 reviews) |
| **Email** | info@coolmenow.com |
| **Tech stack detected** | servicetitan, wordpress, google\_tag\_manager, podium\_messaging |
| **Year founded** | 1977 |
| **Open 24/7** | yes |
| **Social channels** | facebook, instagram, youtube |

***

### Pricing — Pay Per Event

| Event | Price | When charged |
|---|---|---|
| Base record | $0.004 | Always, per emitted record |
| Email enrichment | + $0.004 | When at least one email is found on the website |
| Premium signals | + $0.007 | When tech stack OR license number is detected |

**Effective price per record:**

- Base tier: **$0.004**
- Email tier: **$0.008**
- Premium tier: **$0.015** (full enrichment)

You only pay for enrichment that actually fires — if a contractor has no website, you only pay the base record price.

***

### Use cases

**Sell into contractors.** Pull every HVAC company in a metro that uses ServiceTitan and target them for a competitor's outbound campaign. Or invert: pull every HVAC with no detected stack — those are the ones still on paper, the highest-conversion prospects for a Housecall Pro or Jobber sales team.

**PE rollup pipeline.** Filter by service line and metro, exclude national chains, sort by review count. Boom — your acquisition target list with rating signal, employee-count hints, and contact email already attached.

**Equipment dealer expansion.** Find every roofing or solar contractor in a region that doesn't already mention your brand on their website. That's your dealer-recruitment list.

**Lead-gen resale.** Mark up enriched records 3–10x and resell to local contractors who want to buy their competitors' customer lists.

***

### Inputs

| Field | Type | Description |
|---|---|---|
| `search_terms` | array | Google Maps queries, e.g. `["HVAC contractors", "AC repair"]` |
| `locations` | array | US locations, e.g. `["Austin, TX", "78701"]` |
| `max_results_per_query` | int | Cap per (term × location) tuple, max 500 |
| `enrichment_tier` | string | `base`, `email`, or `premium` |
| `service_lines` | array | Filter to: `hvac`, `plumbing`, `electrical`, `roofing`, `solar`, `garage_door`, `pest_control`, `landscaping` |
| `exclude_chains` | boolean | Drop national chains (One Hour, ARS, Roto-Rooter, etc.) |
| `max_concurrent_enrichments` | int | Parallel website fetches, default 8 |

***

### Tech stack signals detected

Field service / FSM platforms: ServiceTitan, Housecall Pro, Jobber, FieldEdge, Workiz, Service Fusion, Servman, Thryv, GorillaDesk, mHelpDesk, RepairShopr, ServiceMax.

Generic web stack: WordPress, Shopify, HubSpot, Google Tag Manager, Facebook Pixel.

Add a request via the issue tracker if a stack you care about is missing.

***

### License numbers detected (top 10 states)

Texas (TACLA/TACLB/M/TECL), California (CSLB / C-class), Florida (CAC/CFC/EC/CGC), New York (HIC), Illinois, Pennsylvania (PA HIC), Ohio (HV/PL/EL/RF), Georgia (CN/CR/MP/EN), North Carolina, Arizona (ROC).

***

### What this actor does NOT do (v1)

- No logged-in scraping of any platform
- No SMTP-level email validation (use a downstream verifier like NeverBounce or ZeroBounce)
- No phone validation
- No website screenshots
- No review text extraction
- No permits / licenses pulled from state portals (separate actor, coming soon)
- No LinkedIn profile enrichment
- No non-US geographies

If you need any of the above, leave a comment — we maintain a portfolio of related actors.

***

### Example: 1,000 ServiceTitan-using HVAC contractors in Texas

```json
{
  "search_terms": ["HVAC contractors", "AC repair", "heating and cooling"],
  "locations": [
    "Austin, TX", "Dallas, TX", "Houston, TX", "San Antonio, TX",
    "Fort Worth, TX", "El Paso, TX", "Arlington, TX", "Corpus Christi, TX"
  ],
  "max_results_per_query": 50,
  "enrichment_tier": "premium",
  "service_lines": ["hvac"],
  "exclude_chains": true
}
```

Cost ceiling: 8 cities × 3 terms × 50 = 1,200 raw records → ~800 after chain + service-line filters → at $0.015 fully enriched = **~$12 to build a 800-record list of independent Texas HVAC contractors with email + tech stack + license number**.

***

### Roadmap

- v0.2: Permit feed enrichment (recent commercial permits per contractor)
- v0.2: BBB rating + accreditation status
- v0.3: Truck count estimate via fleet vehicle scraping
- v0.3: Insurance carrier detection from website disclosures
- v0.4: BBB complaints / review NLP

***

### Support

Open an issue on this actor's GitHub or reach out via the Apify support page.

***

### More from the SEIB portfolio

Same data engine, different vertical — pick the one that matches your buyer:

- 🍽️ [Restaurants Lead Finder](https://apify.com/seibs.co/restaurant-lead-finder)
- 🚗 [Auto Dealerships Lead Finder](https://apify.com/seibs.co/auto-dealership-lead-finder)
- 🦷 [Healthcare Practices Lead Finder](https://apify.com/seibs.co/healthcare-practice-lead-finder)
- 🧘 [Fitness Studios Lead Finder](https://apify.com/seibs.co/fitness-studio-lead-finder)
- 📊 [Accounting Firms Lead Finder](https://apify.com/seibs.co/accounting-firm-lead-finder)
- 🔩 [Auto Repair Shops Lead Finder](https://apify.com/seibs.co/auto-repair-lead-finder)
- 🏗️ [Construction Contractors Lead Finder](https://apify.com/seibs.co/contract-heavy-smb-lead-finder)
- 🏨 [Hotels & Motels Lead Finder](https://apify.com/seibs.co/hotel-motel-lead-finder)
- ⚖️ [Law Firms Lead Finder](https://apify.com/seibs.co/law-firm-lead-finder)
- 🏢 [Real Estate Brokerages Lead Finder](https://apify.com/seibs.co/real-estate-brokerage-lead-finder)
- 💇 [Salons & Spas Lead Finder](https://apify.com/seibs.co/salon-spa-lead-finder)

All 12 actors share the same Pay-Per-Event pricing ($0.004 base / $0.008 with email / $0.015 with premium signals) and output schema. Mix-and-match across verticals without translation logic. Built by [Seibs Management LLC](https://apify.com/seibs.co).

# Actor input Schema

## `search_terms` (type: `array`):

Google Maps search queries. Combined with each location to form (term × location) tuples. Example: \['HVAC contractors', 'air conditioning repair'].

## `locations` (type: `array`):

US locations to search in. Format: 'City, ST' or 'ZIP'. Example: \['Austin, TX', 'Dallas, TX', '78701'].

## `max_results_per_query` (type: `integer`):

Cap on records returned per (term × location) tuple. Hard ceiling 500.

## `enrichment_tier` (type: `string`):

Determines which signals are extracted and which Pay-Per-Event charges apply. base = Maps profile only ($0.004/record). email = + scraped email ($0.008/record). premium = + tech stack + license + service area ($0.015/record).

## `service_lines` (type: `array`):

Restrict output to these service lines. Records whose Google Maps category does not map to one of these are dropped before enrichment (does not save cost — upstream Maps call is unaffected). Leave empty to allow all.

## `exclude_chains` (type: `boolean`):

Drop records matching a built-in chain blocklist (One Hour, ARS/Rescue Rooter, Roto-Rooter, Mr. Rooter, etc.). Useful when targeting independents for SaaS sales or PE rollup.

## `max_concurrent_enrichments` (type: `integer`):

Parallel HTTP fetches against contractor websites. Lower if you hit rate limits. 8 is safe.

## Actor input object example

```json
{
  "search_terms": [
    "HVAC contractors"
  ],
  "locations": [
    "Austin, TX"
  ],
  "max_results_per_query": 50,
  "enrichment_tier": "premium",
  "service_lines": [],
  "exclude_chains": true,
  "max_concurrent_enrichments": 8
}
```

# 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 = {
    "search_terms": [
        "HVAC contractors"
    ],
    "locations": [
        "Austin, TX"
    ],
    "max_results_per_query": 50,
    "enrichment_tier": "premium"
};

// Run the Actor and wait for it to finish
const run = await client.actor("seibs.co/home-services-lead-finder").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 = {
    "search_terms": ["HVAC contractors"],
    "locations": ["Austin, TX"],
    "max_results_per_query": 50,
    "enrichment_tier": "premium",
}

# Run the Actor and wait for it to finish
run = client.actor("seibs.co/home-services-lead-finder").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 '{
  "search_terms": [
    "HVAC contractors"
  ],
  "locations": [
    "Austin, TX"
  ],
  "max_results_per_query": 50,
  "enrichment_tier": "premium"
}' |
apify call seibs.co/home-services-lead-finder --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=seibs.co/home-services-lead-finder",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Home Services Lead Finder — HVAC, Plumbing, Roofing",
        "description": "Enriched Google Maps leads for US home services contractors. Email, tech stack (ServiceTitan/Housecall Pro/Jobber/FieldEdge), license numbers, service area, social profiles. Built for sales teams selling INTO contractors and PE firms rolling them up.",
        "version": "0.1",
        "x-build-id": "IOCp9Cst1f0ZVCDhC"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/seibs.co~home-services-lead-finder/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-seibs.co-home-services-lead-finder",
                "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/seibs.co~home-services-lead-finder/runs": {
            "post": {
                "operationId": "runs-sync-seibs.co-home-services-lead-finder",
                "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/seibs.co~home-services-lead-finder/run-sync": {
            "post": {
                "operationId": "run-sync-seibs.co-home-services-lead-finder",
                "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": [
                    "search_terms",
                    "locations",
                    "enrichment_tier"
                ],
                "properties": {
                    "search_terms": {
                        "title": "Search terms",
                        "type": "array",
                        "description": "Google Maps search queries. Combined with each location to form (term × location) tuples. Example: ['HVAC contractors', 'air conditioning repair'].",
                        "default": [
                            "HVAC contractors"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "locations": {
                        "title": "Locations",
                        "type": "array",
                        "description": "US locations to search in. Format: 'City, ST' or 'ZIP'. Example: ['Austin, TX', 'Dallas, TX', '78701'].",
                        "default": [
                            "Austin, TX"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "max_results_per_query": {
                        "title": "Max results per query",
                        "minimum": 1,
                        "maximum": 500,
                        "type": "integer",
                        "description": "Cap on records returned per (term × location) tuple. Hard ceiling 500.",
                        "default": 50
                    },
                    "enrichment_tier": {
                        "title": "Enrichment tier",
                        "enum": [
                            "base",
                            "email",
                            "premium"
                        ],
                        "type": "string",
                        "description": "Determines which signals are extracted and which Pay-Per-Event charges apply. base = Maps profile only ($0.004/record). email = + scraped email ($0.008/record). premium = + tech stack + license + service area ($0.015/record).",
                        "default": "premium"
                    },
                    "service_lines": {
                        "title": "Service lines (optional filter)",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Restrict output to these service lines. Records whose Google Maps category does not map to one of these are dropped before enrichment (does not save cost — upstream Maps call is unaffected). Leave empty to allow all.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "hvac",
                                "plumbing",
                                "electrical",
                                "roofing",
                                "solar",
                                "garage_door",
                                "pest_control",
                                "landscaping"
                            ]
                        },
                        "default": []
                    },
                    "exclude_chains": {
                        "title": "Exclude national chains",
                        "type": "boolean",
                        "description": "Drop records matching a built-in chain blocklist (One Hour, ARS/Rescue Rooter, Roto-Rooter, Mr. Rooter, etc.). Useful when targeting independents for SaaS sales or PE rollup.",
                        "default": true
                    },
                    "max_concurrent_enrichments": {
                        "title": "Max concurrent website enrichments",
                        "minimum": 1,
                        "maximum": 32,
                        "type": "integer",
                        "description": "Parallel HTTP fetches against contractor websites. Lower if you hit rate limits. 8 is safe.",
                        "default": 8
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
