Hunter Enterprise Batch Create
hunter_enterprise_batch_createCreate a Hunter enterprise batch search task by submitting a query or CSV file to perform targeted asset searches with optional filters like time range, status codes, and fields.
Instructions
Create a Hunter enterprise batch search task with query or CSV file upload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Hunter query. Required if file_path is not provided. | |
| fields | No | Comma-separated return fields. | |
| is_web | No | 1=web, 2=non-web. | |
| end_time | No | End date in YYYY-MM-DD. | |
| file_path | No | Local CSV file path. Required if query is not provided. | |
| start_time | No | Start date in YYYY-MM-DD. | |
| search_type | No | CSV search type. Enterprise limits: all <=10; ip/domain/company <=10000. | all |
| status_code | No | Comma-separated status codes, for example "200,401". | |
| assets_limit | No | Expected exported asset count. | |
| exact_search | No | For query mode, convert Hunter field="value" fuzzy comparisons to field=="value" exact comparisons by default. |