Hunter Personal Batch Create
hunter_personal_batch_createInitiate a personal batch search by providing a Hunter query or uploading a CSV file for bulk asset enumeration.
Instructions
Create a Hunter personal 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. Personal limits: all <=10; ip/domain/company <=100. | 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. |