{
  "openapi": "3.0.1",
  "info": {
    "title": "RDAP Scraper — Domain, IP, ASN & Entity WHOIS Lookup",
    "description": "Query the Registration Data Access Protocol (RDAP) for any domain, IPv4/IPv6 address, ASN, registry entity, or nameserver. The modern, structured replacement for WHOIS - registrar, nameservers, DNSSEC, registration/expiry dates, IP allocations, and abuse contacts. No API key, no cookies, no proxy.",
    "version": "1.0",
    "x-build-id": "YF7F1AnTjKVCgdkbh"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/crawlerbros~rdap-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-crawlerbros-rdap-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/crawlerbros~rdap-scraper/runs": {
      "post": {
        "operationId": "runs-sync-crawlerbros-rdap-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/crawlerbros~rdap-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-crawlerbros-rdap-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "mode"
        ],
        "properties": {
          "mode": {
            "title": "Lookup type",
            "enum": [
              "domain",
              "ip",
              "autnum",
              "entity",
              "nameserver"
            ],
            "type": "string",
            "description": "Which kind of RDAP object to look up.",
            "default": "domain"
          },
          "domain": {
            "title": "Domain name (mode = domain)",
            "type": "string",
            "description": "A single registrable domain name, e.g. `google.com`. Unicode / internationalized domains (IDN) are accepted and converted automatically, e.g. `bücher.com`. Ignored if `domains` (batch list) is non-empty.",
            "default": "google.com"
          },
          "domains": {
            "title": "Domain names — batch (mode = domain)",
            "maxItems": 50,
            "type": "array",
            "description": "Optional list of domain names to look up in one run instead of a single `domain`. Each entry is looked up independently; invalid or not-found entries produce a typed error record without stopping the batch. Max 50 per run.",
            "items": {
              "type": "string"
            }
          },
          "ipAddress": {
            "title": "IP address (mode = ip)",
            "type": "string",
            "description": "A single IPv4 or IPv6 address, e.g. `8.8.8.8` or `2001:4860:4860::8888`. Ignored if `ipAddresses` (batch list) is non-empty."
          },
          "ipAddresses": {
            "title": "IP addresses — batch (mode = ip)",
            "maxItems": 50,
            "type": "array",
            "description": "Optional list of IPv4/IPv6 addresses to look up in one run instead of a single `ipAddress`. Max 50 per run.",
            "items": {
              "type": "string"
            }
          },
          "asn": {
            "title": "AS number (mode = autnum)",
            "type": "string",
            "description": "An autonomous system number, with or without the `AS` prefix — e.g. `AS15169` or `15169`. Ignored if `asns` (batch list) is non-empty."
          },
          "asns": {
            "title": "AS numbers — batch (mode = autnum)",
            "maxItems": 50,
            "type": "array",
            "description": "Optional list of AS numbers to look up in one run instead of a single `asn`. Max 50 per run.",
            "items": {
              "type": "string"
            }
          },
          "entityHandle": {
            "title": "Entity handle (mode = entity)",
            "type": "string",
            "description": "A registry entity handle, including its registry tag — e.g. `ZG39-ARIN` (ARIN) or a registrar handle. Untagged handles cannot be routed by the RDAP bootstrap. Ignored if `entityHandles` (batch list) is non-empty."
          },
          "entityHandles": {
            "title": "Entity handles — batch (mode = entity)",
            "maxItems": 50,
            "type": "array",
            "description": "Optional list of registry entity handles to look up in one run instead of a single `entityHandle`. Max 50 per run.",
            "items": {
              "type": "string"
            }
          },
          "nameserverHost": {
            "title": "Nameserver host name (mode = nameserver)",
            "type": "string",
            "description": "A single nameserver host name, e.g. `ns1.google.com`. Unicode / internationalized host names are accepted and converted automatically. Ignored if `nameserverHosts` (batch list) is non-empty."
          },
          "nameserverHosts": {
            "title": "Nameserver host names — batch (mode = nameserver)",
            "maxItems": 50,
            "type": "array",
            "description": "Optional list of nameserver host names to look up in one run instead of a single `nameserverHost`. Max 50 per run.",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}