The POST /api/salesnav/search endpoint supports 28 structured filter types for precise lead search, matching the full SalesNav UI filter panel. The catalogue below is authoritative — the SalesNavFilterType union in src/services/salesnav-api.ts is the source of truth.
Filter values can be names (auto-resolved via typeahead) or numeric IDs (faster, more reliable).
Toggle filters are passed with an empty values array:
PAST_COMPANY with Barclays + HSBC → worked at eitherSCHOOL + REGION → went to school AND lives in region"selectionType": "EXCLUDED" → NOT this valueResolve names to IDs before searching:
Supported typeahead types: SCHOOL, COMPANY_WITH_LIST, INDUSTRY, TITLE, BING_GEO, FUNCTION, GROUP, CONNECTION_OF.
See Query Patterns for tested examples including: