---
title: "Search and Filter Contacts"
method: POST
path: "/filter/contacts/v2"
tags: ["filter"]
---

# Search and Filter Contacts

`POST /filter/contacts/v2`

Search Contacts based on title, department, level , headcount, annual revenue and much more

## Request body

- AdvancedSearchContactRequest
  - `email` string, required — Email Address
  - `apiKey` string, required — API Key
  - `name` string[] — name
  - `firstName` string[] — first name
  - `lastName` string[] — last name
  - `title` string[] — title
  - `dept` string[] — department
  - `level` string[] — level
  - `companyName` string[] — company name
  - `industryName` string[] — industry name
  - `numberOfEmployees` string[] — number of employees
  - `revenue` string[] — revenue
  - `companyPrimaryDomain` string — company primary domain
  - `zipCode` string[] — zipcode
  - `state` string[] — state
  - `city` string[] — city
  - `country` string[] — country
  - `location` string[] — location
  - `nameDomain` string[] — nameDomain
  - `category` string[] — category
  - `productName` string[] — product name
  - `sortParam` SortParam
    - `paramName` string
    - `sortOrder` 'desc' | 'asc'
  - `enableDomainLimit` boolean — enable the limit per domain
  - `limitPerDomain` integer — limit per domain
  - `cursorMark` string — cursorMark is used to paginate, in the first request '*' we to sent for its values and for sub subsequent requests, its value will be obtained from the previous request
  - `limit` integer — number of requests
  - `searchTerm` string — search term
  - `excludeTitleKeywords` string[]
  - `domains` string[]
  - `emailConfidenceScore` integer
  - `dontDisplayOwnedContacts` boolean
  - `dontDisplayDeadContacts` boolean
  - `titleExactMatch` boolean
  - `facetFieldName` string[]
  - `includeAccount` boolean

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Authentication Failed
- `429` — Too many requests.

---

[API](https://skmtc.net/adapt/apis/saleslift-api.md) · [All operations](https://skmtc.net/adapt/apis/saleslift-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adapt/saleslift-api/revisions/87f442a3336e/schema)
