search_applicants
Find applicants using text search across name, email, and resume content. Filter results by status, vacancy, or specific fields with pagination control.
Instructions
Text search for applicants (name/email/resume). Pagination: page, count≤100. The q parameter actually filters results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search string (name, email, resume text) | |
| page | No | Page number (1-based) | |
| count | No | Items per page (max 100) | |
| field | No | Where to search: all | education | experience | position | all |
| status | No | Filter by status (stage) IDs | |
| vacancy | No | Filter by vacancy IDs | |
| account_id | Yes | HuntFlow account ID |