---
title: "Employee Finder"
method: POST
path: "/v2/search/employee-finder"
tags: ["People Search"]
---

# Employee Finder

`POST /v2/search/employee-finder`

Search all employees at a single company by job level, department, location, and seniority.

## Request body

- object
  - `company_linkedin_url` string, required
  - `country_code` string[]
  - `continent` string[]
  - `sales_region` string[]
  - `job_level` string[]
  - `job_function` string[]
  - `min_connections_count` number
  - `max_results` number
  - `page` number

## Response `200`

OK

- object

## Other responses

- `402` — Payment Required
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/blitz-api/apis/blitz-api-reference.md) · [All operations](https://skmtc.dev/blitz-api/apis/blitz-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blitz-api/blitz-api-reference/revisions/ef6509a474f8/schema)
