# Bulk WHOIS Lookup - Domain Registration & Expiry (`logiover/bulk-whois-rdap-lookup`) Actor

Bulk WHOIS / RDAP lookup for thousands of domains: registrar, creation and expiry dates, status, nameservers and registrant org. Great for domain monitoring, expiry alerts, lead generation and due diligence. No API key, CSV/JSON export.

- **URL**: https://apify.com/logiover/bulk-whois-rdap-lookup.md
- **Developed by:** [Logiover](https://apify.com/logiover) (community)
- **Categories:** Developer tools, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
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

## Bulk WHOIS Lookup 🔎 — Domain Registration, Registrar & Expiry

**Look up registration data for thousands of domains in a single run.** This **bulk WHOIS lookup** tool queries the modern **RDAP** protocol for every domain you feed it and returns the **registrar**, **creation / updated / expiry dates**, domain **status**, **nameservers** and **registrant organization** — one clean, export-ready row per domain.

Paste a list of domains and get a flat table back. **No API key, no signup, no headless browser, one row per domain.**

> Looking for a **WHOIS API**, **domain expiry checker**, **RDAP lookup**, **registrar lookup**, **domain age checker** or a **nameserver lookup** at scale? This actor does the full bulk lookup with no key required and exports straight to CSV or JSON.

---

### ✨ Key features

- 📋 **Bulk lookups** — process thousands of domains in a single run from one input list.
- 🔌 **RDAP-powered** — uses the modern, JSON-based WHOIS standard instead of brittle text parsing.
- 🔑 **No API key** — queries the public RDAP bootstrap at `rdap.org`; nothing to sign up for.
- 🗂️ **Structured fields** — registrar, created / updated / expiry dates, status, nameservers, registrant org.
- 🧹 **Smart input cleaning** — paste full URLs, `www.` prefixes or subdomains; they are reduced to the bare domain automatically.
- 🛟 **Graceful gaps** — domains with no RDAP service (some ccTLDs) return an `error` row instead of crashing the run.
- 🔁 **Automatic retries** — `429` and `5xx` responses are retried with exponential backoff and a fresh proxy IP.
- ⚡ **Fast & cheap** — pure HTTP, no browser, configurable high concurrency.
- 💾 **Export-ready** — JSON, CSV, Excel and a full REST API.

### 💡 Use cases

- **Domain investing & drop-catching** — bulk-check expiry dates and statuses across thousands of candidate names to find drops, expiring assets and transfer-locked domains.
- **Expiry monitoring** — feed your whole portfolio and track renewal deadlines from the `expiryDate` column; schedule it weekly so nothing lapses.
- **Lead generation & B2B enrichment** — append `registrar`, `createdDate` and `nameservers` to a list of company domains to infer hosting, tech stack and how established a business is.
- **Brand protection** — audit who registered look-alike or typo-squat domains and exactly when they were created.
- **Security & due diligence** — newly registered domains (recent `createdDate`) and unusual nameservers are classic phishing / malware indicators; bulk-screen suspicious lists at scale.

### 📦 What you get

One row per domain, including:

| Field | Description |
|-------|-------------|
| `domain` | The normalized domain that was queried |
| `registrar` | Accredited registrar managing the domain |
| `createdDate` | ISO 8601 registration / creation date |
| `updatedDate` | ISO 8601 date the record was last changed |
| `expiryDate` | ISO 8601 expiration date |
| `status` | Comma-joined EPP status codes (e.g. `clientTransferProhibited`) |
| `nameservers` | Comma-joined list of nameserver hostnames |
| `registrantOrg` | Registrant organization, when public (often redacted under GDPR) |
| `rdapServer` | The authoritative RDAP host that answered the query |
| `error` | Set to `"no RDAP data"` (or an HTTP error) when no data could be retrieved |
| `checkedAt` | ISO 8601 timestamp of when the lookup ran |

#### Example output

```json
{
  "domain": "google.com",
  "registrar": "MarkMonitor Inc.",
  "createdDate": "1997-09-15T04:00:00Z",
  "updatedDate": "2019-09-09T15:39:04Z",
  "expiryDate": "2028-09-14T04:00:00Z",
  "status": "clientDeleteProhibited, clientTransferProhibited, clientUpdateProhibited, serverDeleteProhibited, serverTransferProhibited, serverUpdateProhibited",
  "nameservers": "ns1.google.com, ns2.google.com, ns3.google.com, ns4.google.com",
  "registrantOrg": null,
  "rdapServer": "rdap.markmonitor.com",
  "error": null,
  "checkedAt": "2026-06-15T12:00:00.000Z"
}
````

### 🚀 How to use it

1. Click **Try for free / Start**.
2. Paste your list of domains into **Domains** (bare domains, full URLs and `www.` prefixes all work).
3. (Optional) Set **Max concurrency** — how many domains to query in parallel.
4. (Optional) Enable **Proxy** to spread requests across IPs.
5. Click **Save & Start**.
6. Export the results as **JSON, CSV, Excel or via API**, and sort/filter by `expiryDate` or `error`.

### ⚙️ Input

| Option | Description | Default |
|--------|-------------|---------|
| `domains` | List of domain names to look up. Bare domains (`google.com`) are preferred, but full URLs and `www.` prefixes are cleaned automatically. | – (required) |
| `maxConcurrency` | How many domains to query in parallel (1–50) | `10` |
| `proxyConfiguration` | Proxy settings; defaults to Apify Proxy (datacenter) | Apify Proxy |

#### Example input

```json
{
  "domains": ["google.com", "openai.com", "apify.com", "github.com"],
  "maxConcurrency": 10,
  "proxyConfiguration": { "useApifyProxy": true }
}
```

### 🔍 How it works

WHOIS data has historically been scattered across hundreds of registries, each with its own quirky free-text format. **RDAP** (Registration Data Access Protocol) is the IETF-standardized successor — clean, structured **JSON over HTTPS** — and it's what registries are moving to.

For each domain, the actor:

1. **Normalizes** the input to a bare registrable domain (scheme, path, `www.` and ports are stripped; duplicates removed).
2. **Queries** `https://rdap.org/domain/<domain>`. The `rdap.org` bootstrap service looks up which registry owns that TLD and **redirects to the authoritative RDAP server** for it; redirects are followed automatically.
3. **Parses** the JSON response: `events` → dates, `entities` → registrar / registrant, `nameservers` → hostnames, `status` → EPP codes.
4. **Retries** `429` / `5xx` responses up to 4 times with backoff and a fresh proxy IP.
5. **Pushes** one flat row per domain to the dataset.

Note that **RDAP coverage depends on the TLD.** All major gTLDs (`.com`, `.net`, `.org`, `.io`, `.dev`, `.app`, etc.) and most modern registries are fully supported. Some country-code TLDs (ccTLDs) do not yet run an RDAP server — those domains return a clean row with `error: "no RDAP data"` rather than failing the run, so your dataset always accounts for every input domain.

### 🧰 Tips & best practices

- **Sort by `expiryDate`** in CSV/Excel to build a renewal calendar, or filter on a recent `createdDate` to surface freshly registered domains.
- **Concurrency vs throttling:** higher `maxConcurrency` is faster, but some RDAP servers throttle heavy traffic. If you start seeing `429`/`5xx` errors, lower `maxConcurrency` — the proxy rotation plus a gentler rate almost always clears it.
- **Expect GDPR redaction:** registrar, dates, status and nameservers are nearly always present; `registrantOrg` is frequently `null` for `.com`/`.net` and European domains because personal data is redacted.
- **Filter `error`** for a quick view of which domains had no RDAP service or failed, so you can fall back to another method for just those.
- **Schedule it** on Apify to monitor an entire portfolio's expiry dates on a recurring basis.

### ❓ FAQ

#### How do I check domain expiration dates in bulk?

Paste your list of domains into the **Domains** field and run the actor. Every domain comes back with an `expiryDate` (plus creation and last-updated dates). Sort the CSV/Excel export by `expiryDate` to get an instant renewal calendar for your whole portfolio.

#### What is RDAP and how is it different from WHOIS?

RDAP (Registration Data Access Protocol) is the IETF-standardized successor to WHOIS. It returns structured **JSON over HTTPS** instead of free-form text, so the data is reliable and parseable. Classic WHOIS varies wildly between registries; RDAP is consistent. This actor queries RDAP and flattens it into simple columns.

#### Can I get the registrar for thousands of domains?

Yes. The actor is built for bulk: feed it thousands of domains and it queries them in parallel (throughput scales with `maxConcurrency`, up to 50). Each row includes the accredited `registrar` along with dates, status and nameservers.

#### Is this a free WHOIS API without a key?

Yes. Instead of paying for a WHOIS/RDAP SaaS API, you get a programmable bulk domain lookup with **no API key and nothing to sign up for** — it queries the public `rdap.org` bootstrap. You can call it via the Apify API, schedule it, and pipe the output into your own workflow.

#### Can I export WHOIS data to CSV or JSON?

Yes. Results land in the Apify Dataset and download as **JSON, CSV, Excel or JSONL**, or pull them via the REST API. One domain = one row, so it drops straight into a spreadsheet or data pipeline.

#### Why do some domains return no data?

RDAP coverage depends on the TLD. Some country-code TLDs don't run an RDAP server yet, so those domains come back with `error: "no RDAP data"`. Separately, since GDPR most registries redact registrant personal data, so `registrantOrg` is often `null` even when everything else is present.

#### How many domains can I check at once?

Thousands per run. Throughput scales with `maxConcurrency` (default 10, up to 50), and Apify Proxy spreads requests across IPs to reduce throttling.

### 🔗 Related actors by the same author

- **[Bulk DNS Records Lookup](https://apify.com/logiover/bulk-dns-records-lookup)** — resolve A, AAAA, MX, TXT, NS and more for many domains at once.
- **[Subdomain Finder](https://apify.com/logiover/subdomain-finder)** — enumerate subdomains for any domain.
- **[B2B Lead Scraper](https://apify.com/logiover/b2b-lead-scraper)** — find companies, people and emails by sector and country.
- **[Website Contact Scraper](https://apify.com/logiover/website-contact-scraper)** — extract emails, phones and socials from any website.

### 📝 Changelog

#### 2026-06-15

- Initial release — bulk WHOIS/RDAP lookup (registrar, dates, nameservers, status), CSV/JSON export, no API key.

# Actor input Schema

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

List of domain names to look up (e.g. google.com). Enter the bare domain without http:// or paths. Subdomains are reduced to the registrable domain automatically.

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

How many domains to query in parallel. Higher is faster but may trigger rate limits on some RDAP servers.

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

Proxy used for RDAP requests. Recommended to avoid rate limiting on large lists.

## Actor input object example

```json
{
  "domains": [
    "google.com",
    "openai.com",
    "apify.com",
    "github.com"
  ],
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `results` (type: `string`):

The dataset containing registrar, registration / update / expiry dates, status, nameservers and registrant org for all looked-up domains.

# 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": [
        "google.com",
        "openai.com",
        "apify.com",
        "github.com"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("logiover/bulk-whois-rdap-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": [
        "google.com",
        "openai.com",
        "apify.com",
        "github.com",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("logiover/bulk-whois-rdap-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": [
    "google.com",
    "openai.com",
    "apify.com",
    "github.com"
  ]
}' |
apify call logiover/bulk-whois-rdap-lookup --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Bulk WHOIS Lookup - Domain Registration & Expiry",
        "description": "Bulk WHOIS / RDAP lookup for thousands of domains: registrar, creation and expiry dates, status, nameservers and registrant org. Great for domain monitoring, expiry alerts, lead generation and due diligence. No API key, CSV/JSON export.",
        "version": "1.0",
        "x-build-id": "jNiBWaI07laCHOkYY"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/logiover~bulk-whois-rdap-lookup/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-logiover-bulk-whois-rdap-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/logiover~bulk-whois-rdap-lookup/runs": {
            "post": {
                "operationId": "runs-sync-logiover-bulk-whois-rdap-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/logiover~bulk-whois-rdap-lookup/run-sync": {
            "post": {
                "operationId": "run-sync-logiover-bulk-whois-rdap-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",
                        "type": "array",
                        "description": "List of domain names to look up (e.g. google.com). Enter the bare domain without http:// or paths. Subdomains are reduced to the registrable domain automatically.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxConcurrency": {
                        "title": "Max Concurrency",
                        "minimum": 1,
                        "maximum": 50,
                        "type": "integer",
                        "description": "How many domains to query in parallel. Higher is faster but may trigger rate limits on some RDAP servers.",
                        "default": 10
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy used for RDAP requests. Recommended to avoid rate limiting on large lists.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
