SmartProspect: save a search filter
smartprospect_save_searchSave a named SmartProspect search filter for later reuse without running the search or consuming credits.
Instructions
Save a named SmartProspect search filter for later reuse. Safety — read-only: no; may consume SmartProspect credits: no; creates or modifies remote state: yes; can send email: no; destructive: no. Endpoint: POST https://prospect-api.smartlead.ai/api/v1/search-email-leads/search-filters/save-search. Creates remote state. Does not run the search and does not consume credits. Blocked in readonly mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Cities (max 2000 items). | |
| name | No | Full names (max 2000 items). | |
| level | No | Seniority levels (max 2000 items). | |
| limit | No | Result limit stored with the filter (1-10000). | |
| state | No | States (max 2000 items). | |
| title | No | Job titles (max 2000 items). | |
| country | No | Countries (max 2000 items). | |
| lastName | No | Last names (max 2000 items). | |
| firstName | No | First names (max 2000 items). | |
| department | No | Departments (max 2000 items). | |
| companyName | No | Company names (max 2000 items). | |
| excludeTitle | No | Job titles to exclude (max 2000 items). | |
| includeTitle | No | Job titles to include (max 2000 items). | |
| companyDomain | No | Company domains (max 2000 items). | |
| search_string | Yes | Human-readable name for the saved search. | |
| companyKeyword | No | Company keywords (max 2000 items). | |
| companyRevenue | No | Company revenue ranges (max 2000 items). | |
| excludeCompany | No | Companies to exclude (max 2000 items). | |
| includeCompany | No | Companies to include (max 2000 items). | |
| companyIndustry | No | Industries (max 2000 items). | |
| titleExactMatch | No | Match job titles exactly. | |
| companyHeadCount | No | Company head count ranges (max 2000 items). | |
| companyExactMatch | No | Match company names exactly. | |
| companySubIndustry | No | Sub-industries (max 2000 items). | |
| excludeCompanyDomain | No | Company domains to exclude (max 2000 items). | |
| includeCompanyDomain | No | Company domains to include (max 2000 items). | |
| companyDomainExactMatch | No | Match company domains exactly. | |
| dontDisplayOwnedContact | No | Exclude contacts you already own. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | Yes | ||
| error | No | ||
| warnings | Yes | ||
| operation | Yes | ||
| pagination | Yes | ||
| credit_spending | Yes | ||
| remote_mutation | Yes |