ZoomEye v2 Asset Search
zoomeye_searchSearch ZoomEye paid-account assets using the v2 API. Submit a raw query or base64-encoded query, and control page, page size, fields, asset type, and facets.
Instructions
Search ZoomEye paid-account assets with POST /v2/search. Provide a raw query for automatic Base64 encoding, or pass qbase64 directly. Free and legacy search APIs are not supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number sorted by update time. | |
| query | No | Raw ZoomEye v2 query, for example title="knownsec" or port=443 && country="CN". | |
| facets | No | Comma-separated facet fields. Supported values: country, subdivisions, city, product, service, device, os, port. | |
| fields | No | Comma-separated return fields, for example ip,port,domain,update_time. | ip,port,domain,update_time |
| qbase64 | No | Base64-encoded ZoomEye v2 query. Used as-is when provided. | |
| pagesize | No | Results per page. Official v2 maximum is 10000. | |
| sub_type | No | Asset data type: v4, v6, or web. | v4 |
| ignore_cache | No | Whether to ignore cached data. Business plans and above support this. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||