---
title: "Find phone"
method: POST
path: "/api/search/phone"
tags: ["Phone Finder"]
---

# Find phone

`POST /api/search/phone`

Find someone's phone number from a business profile URL. Uses 10 finder credits if a phone is found.

For legal reasons, requests for EU citizens will not return any result.

## 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")

## Response `200`

- union
  - object
    - `phone` string — The phone number in E.164 format (e.g. +1234567890), or null if not found. Only available for US numbers.
    - `line_type` string — The type of phone line (e.g. "Mobile", "Landline"), or null if not found.
  - object — Phone not found
    - `phone` string — The phone number in E.164 format (e.g. +1234567890), or null if not found. Only available for US numbers.
    - `line_type` string — The type of phone line (e.g. "Mobile", "Landline"), or null if not found.

## 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)
