---
title: "Find employees"
method: POST
path: "/api/search/employees"
tags: ["Misc"]
---

# Find employees

`POST /api/search/employees`

Find one or more employees using the company website and job title.

This endpoint uses 1 credit per found contact.

This endpoint does NOT return an email.

## Request body

- object
  - `website` string, required — company website
  - `job_titles` string[], required — target job titles (max 10)
  - `count` integer — Number of contacts to return (max 5). Default 1.

## Response `200`

- object[]
  - `name` string
  - `linkedinUrl` string
  - `companyWebsite` string
  - `companyName` string
  - `jobTitle` string

## Other responses

- `402` — Error : Not enough credits
- `423` — Error : Subscription is paused

---

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