# ZoomEye - [https://zoomeye.org/](https://zoomeye.org/) This analyzer uses ZoomEye API v3. Pagination is supported. An API endpoint to use is changed based on a `type` option. | Type | API endpoint | Artifact type | | ---- | -------------- | ------------- | | web | `/web/search` | IP address | | host | `/host/search` | IP address | ```yaml analyzer: zoomeye query: ... type: ... api_key: ... ``` ## Components ### Query `query` is a search query. ### Type `type` determines a search type. `web` or `host`. ### API Key `api_key` is an API key. Optional. Defaults to `ENV[ā€¯ZOOMEYE_API_KEY"]`.