---
title: "Query Personal Email"
method: POST
path: "/emails/query"
---

# Query Personal Email

`POST /emails/query`

## Query parameters

- `version` string

## Request body

- object
  - `name` string — The name of the person you are searching
  - `linkedin_id` string — The LinkedIn ID of the profile, usually an integer
  - `linkedin_url` string — The LinkedIn URL of the profile (must be a vanilla LinkedIn URL, it cannot be a Sales Navigator or Recruiter URL)
  - `company_name` string — The name of the company the person works for
  - `company_title` string — The title of which the person has for the company they work for
  - `github_url` string — The person's GitHub URL
  - `phone_number` string — If you have a phone number, we can get you a email address
  - `location` string — A general location of where the person lives (city, state, country)

## Response `200`

200

- object
  - `emails` string[]

---

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