SalesNav Structured Filters
SalesNav Structured Filters
The POST /api/salesnav/search endpoint supports 22 structured filter types for precise lead search, matching the full SalesNav UI filter panel.
Quick Example
Filter values can be names (auto-resolved via typeahead) or numeric IDs (faster, more reliable).
Filter Types
Company Filters
Role Filters
Personal Filters
Toggle Filters (boolean — no values needed)
Toggle filters are passed with an empty values array:
Filter Logic
- Multiple values in ONE filter = OR:
PAST_COMPANYwith Barclays + HSBC → worked at either - Multiple filter TYPES = AND:
SCHOOL+REGION→ went to school AND lives in region - Exclusion:
"selectionType": "EXCLUDED"→ NOT this value
Typeahead Resolution
Resolve names to IDs before searching:
Supported typeahead types: SCHOOL, COMPANY_WITH_LIST, INDUSTRY, TITLE, BING_GEO, FUNCTION, GROUP, CONNECTION_OF.
Performance Tips
- 2-3 filters is the sweet spot — best result quality
- 4+ filters starts to narrow significantly
- Use numeric IDs when possible — skips typeahead round-trip
- Avoid mixing keywords + filters — keywords dilute filter precision
- Toggle filters combine freely — 2+ toggles work together
Common Patterns
See Query Patterns for tested examples including:
- Career trajectory analysis (ex-bankers at startups)
- Competitive intelligence (who left X for Y)
- Diaspora mapping (Greek/Indian/Nigerian tech workers abroad)
- Alumni at target companies
- Buying signals (viewed profile + changed jobs)