Search Contacts
search_contactsSearch Recruit CRM contacts using filters like name, email, company, or owner. Get compact summaries for large result sets, with optional contact details when needed.
Instructions
Search Recruit CRM contacts with filters and return compact summaries for large result sets. Filter by owner_id to scope results to a specific user; resolve user IDs with list_users. At least one real filter is required; sort_by, sort_order, page, exact_search, and include_contact_info do not count independently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. | |
| No | Contact email. | ||
| limit | No | Records per page (max 100, default 100). | |
| sort_by | No | Sort field. | |
| No | Contact LinkedIn URL. | ||
| owner_id | No | Contact owner id. Use this for 'my' contact requests after resolving the Recruit CRM user id. | |
| last_name | No | Contact last name. | |
| created_to | No | Created-on date range end. | |
| first_name | No | Contact first name. | |
| owner_name | No | Contact owner name. | |
| sort_order | No | Sort order. | |
| updated_to | No | Updated-on date range end. | |
| owner_email | No | Contact owner email. | |
| company_slug | No | Company slug. | |
| contact_slug | No | Contact slug. Other filters are ignored when provided. | |
| created_from | No | Created-on date range start. | |
| exact_search | No | Use exact search instead of partial match. | |
| updated_from | No | Updated-on date range start. | |
| custom_fields | No | Contact custom field filters. Use field ids from the metadata tools. | |
| contact_number | No | Contact number. | |
| marked_as_off_limit | No | Filter contacts by off-limit status. | |
| include_contact_info | No | Opt-in flag (default false). When true, each result also includes email, contact_number, and linkedin. Leave off for most requests; enable only when the user explicitly needs contact details, because it increases response size and exposes PII. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| contacts | Yes | ||
| has_more | Yes | ||
| returned_count | Yes |