---
title: "Fast search through insight contacts and companies"
method: GET
path: "/api/v1/insights/search/fast-search/{search}"
tags: ["Search"]
---

# Fast search through insight contacts and companies

`GET /api/v1/insights/search/fast-search/{search}`

Fast search insight contacts and companies by search value

## Path parameters

- `search` string, required

## Request body

- SearchInsightsDto
  - `filters` SearchInsightFilterItem[]
    - `property` 'contact.name' | 'contact.updatedAt' | 'contact.linkedinUrl' | 'contact.location' | 'contact.countryCode' | 'company.name' | 'company.domain' | 'company.updatedAt' | 'company.position' | 'company.seniority' | 'company.industry' | 'company.size' | 'company.location' | 'company.countryCode' | 'company.keywords' | 'keywords', required — the filter to search the lead by
    - `included` FilterAffiliationItem, required
      - `operator` 'EQ' | 'IS_NOT_EMPTY' | 'CONTAINS' | 'KEYWORDS_SEARCH' | 'CONTAINS_NAME' | 'CONTAINS_SENIORITY' | 'CONTAINS_POSITION' | 'RANGE' | 'UNIVERSAL_RANGE' | 'LOCATION' | 'EMAIL_STATUS' | 'INCLUDE' | 'NEQ' | 'NOT_CONTAINS' | 'NOT_CONTAINS_NAME' | 'NOT_LOCATION' | 'NOT_CONTAINS_SENIORITY' | 'NOT_CONTAINS_POSITION' | 'NOT_KEYWORDS_SEARCH' | 'EXCLUDE', required
      - `value` string[], required
    - `excluded` FilterAffiliationItem
      - `operator` 'EQ' | 'IS_NOT_EMPTY' | 'CONTAINS' | 'KEYWORDS_SEARCH' | 'CONTAINS_NAME' | 'CONTAINS_SENIORITY' | 'CONTAINS_POSITION' | 'RANGE' | 'UNIVERSAL_RANGE' | 'LOCATION' | 'EMAIL_STATUS' | 'INCLUDE' | 'NEQ' | 'NOT_CONTAINS' | 'NOT_CONTAINS_NAME' | 'NOT_LOCATION' | 'NOT_CONTAINS_SENIORITY' | 'NOT_CONTAINS_POSITION' | 'NOT_KEYWORDS_SEARCH' | 'EXCLUDE', required
      - `value` string[], required
    - `checkboxes` string[], required — checkbox option values

## Response `200`

---

[API](https://skmtc.net/getprospect/apis/calls.md) · [All operations](https://skmtc.net/getprospect/apis/calls/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getprospect/calls/revisions/5211a12644da/schema)
