# WHOIS / RDAP Domain Lookup (`fetch_cat/whois-rdap-domain-lookup`) Actor

Look up WHOIS and RDAP domain registration data in bulk.

- **URL**: https://apify.com/fetch\_cat/whois-rdap-domain-lookup.md
- **Developed by:** [Hanna Nosova](https://apify.com/fetch_cat) (community)
- **Categories:** Developer tools, SEO tools, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.04 / 1,000 item extracteds

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

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

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

## WHOIS / RDAP Domain Lookup

Look up WHOIS and RDAP registration data in bulk, including registrar, expiry dates, domain status flags, nameservers, DNSSEC, contact summaries, abuse contacts, and optional raw RDAP JSON.

Use it for domain portfolio monitoring, SEO aged-domain research, brand protection, merchant risk checks, cybersecurity OSINT, and developer-friendly domain intelligence exports.

### At a glance

- **Bulk domain lookup**: Paste domains, hostnames, or URLs and get one normalized output row per unique input domain.
- **Registration details**: Export registrar, IANA ID, creation date, update date, expiry date, statuses, and nameservers.
- **Risk and compliance context**: Review abuse contacts, DNSSEC delegation status, notices, and lookup errors.
- **Raw RDAP option**: Include the full RDAP JSON payload when you need auditability or custom downstream parsing.
- **API-ready output**: Download CSV/JSON/Excel exports or call the actor from Apify API, MCP, Make, Zapier, or agents.

### Ready-to-run examples

Open an example, review the input, and run it as-is or adjust the domains:

- **[Domain RDAP expiry check](https://apify.com/fetch_cat/whois-rdap-domain-lookup/examples/domain-rdap-expiry-check)**: Check renewal and expiry dates for public domains.
- **[Bulk WHOIS registrar audit](https://apify.com/fetch_cat/whois-rdap-domain-lookup/examples/bulk-whois-registrar-audit)**: Compare registrar names and IANA IDs across a domain list.
- **[Brand protection domain check](https://apify.com/fetch_cat/whois-rdap-domain-lookup/examples/brand-protection-domain-check)**: Review domains that may matter for brand monitoring.
- **[SEO aged domain research](https://apify.com/fetch_cat/whois-rdap-domain-lookup/examples/seo-aged-domain-research)**: Export creation and expiry context for aged-domain screening.
- **[RDAP raw JSON export](https://apify.com/fetch_cat/whois-rdap-domain-lookup/examples/rdap-raw-json-export)**: Include full RDAP payloads for auditing or custom parsing.

### What can it do?

WHOIS / RDAP Domain Lookup normalizes each input, calls public RDAP endpoints, and saves structured domain registration records to an Apify dataset.

- **Normalize inputs**: Accept bare domains, hostnames, or URLs such as `example.com`, `www.example.com/path`, or `https://example.com`.
- **Fetch RDAP records**: Query direct registry RDAP endpoints for common TLDs and fall back to `rdap.org`.
- **Save success and error rows**: Keep invalid domains, unsupported TLDs, timeouts, and registry failures visible in the dataset.
- **Control reliability**: Tune concurrency, retry count, and request timeout for registry rate limits.
- **Export clean records**: Use fields for registrar audits, expiry monitoring, nameserver inventories, risk checks, and dashboards.

### Common workflows

- **Domain portfolio expiry monitoring**: Track `expiresAt`, `registrarName`, `statuses`, and `nameservers`.
- **Brand protection**: Check suspicious or lookalike domains for registrar, dates, and status flags.
- **SEO aged-domain research**: Compare domain creation dates, status flags, nameservers, and raw RDAP records.
- **Merchant or vendor risk checks**: Add domain age and registrar context to CRM, onboarding, or risk-review workflows.
- **Security OSINT**: Export RDAP records for domains related to investigations, phishing reports, or infrastructure mapping.

### Output fields

The actor returns one dataset row per unique input domain.

| Field | Description |
| --- | --- |
| `inputDomain` | Original input string |
| `normalizedDomain` | Normalized ASCII domain used for lookup |
| `lookupUrl` | RDAP endpoint URL used for the lookup |
| `success` | Whether the lookup returned a usable RDAP record |
| `error` | Error message for invalid or failed lookups |
| `registryDomainId` | Registry domain identifier when available |
| `handle` | RDAP handle |
| `ldhName` | LDH domain name |
| `unicodeName` | Unicode domain name when available |
| `registrarName` | Registrar name |
| `registrarIanaId` | Registrar IANA ID |
| `registrarUrl` | Registrar URL from RDAP entities |
| `registrarAbuseEmail` | Registrar abuse email when published |
| `registrarAbusePhone` | Registrar abuse phone when published |
| `statuses` | RDAP domain status flags |
| `createdAt` | Registration date when published |
| `updatedAt` | Last update date when published |
| `expiresAt` | Expiry date when published |
| `nameservers` | Nameserver list |
| `secureDnsDelegationSigned` | DNSSEC delegation status when available |
| `contacts` | Summary of RDAP entities and contact roles |
| `notices` | Registry notices and remarks |
| `rawRdap` | Full RDAP JSON payload when `includeRawRdap` is enabled |

### Pricing

The actor uses pay-per-event pricing, so cost is tied to the run and saved lookup rows.

| Event | Price | Charged when |
| --- | --- | --- |
| `start` | `$0.005` per run | Once when the actor starts. |
| `item` | BRONZE `$0.000070129` per saved domain lookup row | Each input domain row saved to the dataset. This is about `$0.07` per 1,000 saved rows on BRONZE, with lower per-row prices on higher Apify plans. |

The `item` event is charged for saved lookup rows, including invalid-domain or RDAP-error rows, because those rows are still written to the dataset for auditability.

Use a small domain list for your first run, review success and error rows, and then scale up. Exact live pricing is shown on the Apify actor page before you start a run.

### Input configuration

| Setting | JSON key | Use it for | Example |
| --- | --- | --- | --- |
| Domains | `domains` | Required list of domains, hostnames, or URLs to normalize and look up. | `["example.com","https://apify.com"]` |
| Include raw RDAP response | `includeRawRdap` | Save the complete RDAP JSON payload in `rawRdap`. | `true` |
| Maximum concurrency | `maxConcurrency` | Number of domains to look up in parallel. | `3` |
| Retry count | `retryCount` | Retries for temporary RDAP failures such as 429 or 5xx responses. | `2` |
| Request timeout seconds | `timeoutSecs` | Per-domain RDAP request timeout. | `20` |

### Example input

```json
{
  "domains": [
    "example.com",
    "iana.org",
    "https://apify.com"
  ],
  "includeRawRdap": true,
  "maxConcurrency": 3,
  "retryCount": 2,
  "timeoutSecs": 20
}
````

### Example output

```json
{
  "inputDomain": "example.com",
  "normalizedDomain": "example.com",
  "lookupUrl": "https://rdap.verisign.com/com/v1/domain/example.com",
  "success": true,
  "error": null,
  "registrarName": "RESERVED-Internet Assigned Numbers Authority",
  "registrarIanaId": "376",
  "registrarAbuseEmail": null,
  "statuses": ["client delete prohibited", "client transfer prohibited"],
  "createdAt": "1995-08-14T04:00:00Z",
  "updatedAt": "2024-08-14T07:01:39Z",
  "expiresAt": "2026-08-13T04:00:00Z",
  "nameservers": ["A.IANA-SERVERS.NET", "B.IANA-SERVERS.NET"],
  "secureDnsDelegationSigned": true,
  "contacts": [],
  "notices": [],
  "rawRdap": {}
}
```

### Search and data tips

- **Use bare domains when possible**: URLs are accepted, but bare domains make input lists easier to review.
- **Keep concurrency modest**: Registries can rate-limit RDAP traffic; increase `maxConcurrency` gradually.
- **Turn off raw RDAP for small exports**: Set `includeRawRdap` to `false` when you only need flat fields.
- **Check error rows**: Invalid domains, unsupported TLDs, and temporary registry failures are visible in `success` and `error`.
- **Schedule expiry checks**: Run the same list weekly or monthly to monitor renewal windows.

### Limits and practical notes

- RDAP coverage varies by TLD and registry.
- Some registries redact contact details or do not publish dates in the same format.
- `contacts` summarizes public RDAP entities; it is not a guaranteed lead/contact list.
- WHOIS privacy and registry policy can leave registrar abuse or registrant fields empty.
- This actor does not bypass access controls or query private registrar accounts.

### API usage

#### cURL

```bash
curl -X POST 'https://api.apify.com/v2/acts/fetch_cat~whois-rdap-domain-lookup/runs?token=YOUR_APIFY_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{"domains":["example.com","iana.org"],"includeRawRdap":false}'
```

#### Node.js

```js
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('fetch_cat/whois-rdap-domain-lookup').call({
  domains: ['example.com', 'iana.org'],
  includeRawRdap: false
});

const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);
```

#### Python

```python
from apify_client import ApifyClient
import os

client = ApifyClient(os.environ["APIFY_TOKEN"])
run = client.actor("fetch_cat/whois-rdap-domain-lookup").call(run_input={
    "domains": ["example.com", "iana.org"],
    "includeRawRdap": False,
})
items = client.dataset(run["defaultDatasetId"]).list_items().items
print(items)
```

### MCP and AI agents

Use this actor from MCP-compatible tools through Apify MCP Server.

MCP URL:

```text
https://mcp.apify.com/?tools=fetch_cat/whois-rdap-domain-lookup
```

Example prompts:

- "Look up these domains and flag any that expire within 90 days."
- "Export registrar and nameserver data for this domain portfolio."
- "Check these suspicious domains and summarize creation dates and status flags."

### Legality and responsible use

This actor queries public RDAP domain registration records.

Use the data responsibly, follow registry and Apify terms, and comply with privacy, anti-spam, security, and data-protection laws in your jurisdiction.

### Related actors

Explore related actors from the same Apify account:

- [Website Content Crawler Lite](https://apify.com/fetch_cat/website-content-crawler-lite)
- [Website Contact Finder](https://apify.com/fetch_cat/website-contact-finder)
- [Bing SERP & Search Results Scraper](https://apify.com/fetch_cat/bing-search-results-scraper)
- [Google News Scraper](https://apify.com/fetch_cat/google-news-scraper)
- [GitHub Repositories Search Scraper](https://apify.com/fetch_cat/github-repositories-search-scraper)

### Changelog

- `0.1` - Initial version for bulk WHOIS/RDAP domain lookups with registrar, expiry, status, nameserver, contact summary, and raw RDAP output.

### Support

Start with a few known domains, keep `maxConcurrency` low, and inspect `success`, `error`, `lookupUrl`, and `rawRdap` before scaling to larger domain lists.

# Actor input Schema

## `domains` (type: `array`):

Domain names, hostnames, or URLs to normalize and look up. One dataset item is returned for each unique input domain.

## `includeRawRdap` (type: `boolean`):

Save the complete RDAP JSON payload in rawRdap for auditing or custom downstream parsing.

## `maxConcurrency` (type: `integer`):

Number of domains to look up in parallel. Keep this modest to avoid registry rate limits.

## `retryCount` (type: `integer`):

Retries for temporary RDAP failures such as 429 or 5xx responses.

## `timeoutSecs` (type: `integer`):

Per-domain RDAP request timeout.

## Actor input object example

```json
{
  "domains": [
    "example.com",
    "iana.org",
    "apify.com"
  ],
  "includeRawRdap": true,
  "maxConcurrency": 3,
  "retryCount": 2,
  "timeoutSecs": 20
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# 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 = {
    "domains": [
        "example.com",
        "iana.org",
        "apify.com"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("fetch_cat/whois-rdap-domain-lookup").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 = { "domains": [
        "example.com",
        "iana.org",
        "apify.com",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("fetch_cat/whois-rdap-domain-lookup").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 '{
  "domains": [
    "example.com",
    "iana.org",
    "apify.com"
  ]
}' |
apify call fetch_cat/whois-rdap-domain-lookup --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=fetch_cat/whois-rdap-domain-lookup",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "WHOIS / RDAP Domain Lookup",
        "description": "Look up WHOIS and RDAP domain registration data in bulk.",
        "version": "0.1",
        "x-build-id": "fFqabR065k5F4FA5x"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/fetch_cat~whois-rdap-domain-lookup/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-fetch_cat-whois-rdap-domain-lookup",
                "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/fetch_cat~whois-rdap-domain-lookup/runs": {
            "post": {
                "operationId": "runs-sync-fetch_cat-whois-rdap-domain-lookup",
                "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/fetch_cat~whois-rdap-domain-lookup/run-sync": {
            "post": {
                "operationId": "run-sync-fetch_cat-whois-rdap-domain-lookup",
                "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": [
                    "domains"
                ],
                "properties": {
                    "domains": {
                        "title": "Domains",
                        "minItems": 1,
                        "type": "array",
                        "description": "Domain names, hostnames, or URLs to normalize and look up. One dataset item is returned for each unique input domain.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "includeRawRdap": {
                        "title": "Include raw RDAP response",
                        "type": "boolean",
                        "description": "Save the complete RDAP JSON payload in rawRdap for auditing or custom downstream parsing.",
                        "default": true
                    },
                    "maxConcurrency": {
                        "title": "Maximum concurrency",
                        "minimum": 1,
                        "maximum": 10,
                        "type": "integer",
                        "description": "Number of domains to look up in parallel. Keep this modest to avoid registry rate limits.",
                        "default": 3
                    },
                    "retryCount": {
                        "title": "Retry count",
                        "minimum": 0,
                        "maximum": 5,
                        "type": "integer",
                        "description": "Retries for temporary RDAP failures such as 429 or 5xx responses.",
                        "default": 2
                    },
                    "timeoutSecs": {
                        "title": "Request timeout seconds",
                        "minimum": 5,
                        "maximum": 60,
                        "type": "integer",
                        "description": "Per-domain RDAP request timeout.",
                        "default": 20
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
