---
title: "Find from business profile"
method: POST
path: "/api/search/business-profile"
tags: ["Email Finder"]
---

# Find from business profile

`POST /api/search/business-profile`

Find someone's email from a business profile URL. Uses one finder credit if a verified email is found.

This endpoint is limited to 30 concurrent requests (when used synchronously)

## Request body

- object
  - `linkedin_url` string, required — Person's business profile URL. (can be full URL "https://www.linkedin.com/in/johndoe" or username only "johndoe")
  - `webhook_url` string — Webhook URL that will receive the result as callback. If submitted, email search will happen in the background and notify this URL upon completion.

## Response `200`

- object
  - `contact` object
    - `name` string
    - `domain` string
    - `email` string

## Other responses

- `0` — Webhook URL provided process asynchronous
- `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)
