latestOpenAPI 3.0.3Netlas API & Data License Agreement2026-08-104487309.0 KB

2b1f84425791

Discovery

Searches for a Group

Retrieve a list of available searches for a group of nodes, where each node is specified in node_value and must be of type node_type.

⚠️ Retrieving results for large groups may take significant time.

post/api/discovery/group_of_nodes_count/

Request body

node_type'address' | 'as_name' | 'asn' | 'dns_txt' | 'domain' | 'email' | 'favicon' | 'http_tracker' | 'ip' | 'ip-range' | 'jarm' | 'network_name' | 'organization' | 'person' | 'phone' | 'text' required

The type of the node(s).

node_valueNodeValue[] required

A list of nodes.

Example request

{
  "node_type": "domain",
  "node_value": [
    "example.com"
  ]
}

Response

Stream of Available Searches