> For the complete documentation index, see [llms.txt](https://docs.clearout.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clearout.io/help-and-support/featured-answered/reverse-lookup.md).

# Reverse Lookup

<details>

<summary>What is a reverse email lookup tool?</summary>

A reverse email lookup tool allows users to discover information associated with an email address. By entering an email, the tool can identify details such as the contact's name, company information, or other related professional data depending on available sources.

</details>

<details>

<summary>How does Clearout's reverse email lookup work?</summary>

Clearout's reverse email lookup analyzes the provided email address and searches across multiple data sources to retrieve associated contact and business information. The tool applies validation and matching techniques to return relevant details linked to the email.

</details>

<details>

<summary>How does Clearout's LinkedIn Reverse Lookup tool work?</summary>

Clearout's LinkedIn Reverse Lookup tool analyzes the provided LinkedIn profile URL and extracts available information related to the profile. This may include professional contact details and other publicly available profile information.

</details>

<details>

<summary>What information can be discovered using reverse lookup tools?</summary>

Depending on the input and available data sources, Clearout reverse lookup tools can return information such as:

* Contact name
* Business email address
* Phone number (if available)
* Company or role information
* LinkedIn profile details

The results depend on the availability of associated data.

</details>

<details>

<summary>Can I find a phone number from a LinkedIn profile?</summary>

Yes. If a phone number is associated with the LinkedIn profile and available through accessible data sources, the reverse lookup tool may return it along with other contact details.

</details>

<details>

<summary>Can I perform reverse lookup using a LinkedIn Sales Navigator URL?</summary>

Yes. Clearout's LinkedIn Reverse Lookup tool, via [Clearout LinkedIn Chrome Extension](https://chromewebstore.google.com/detail/email-finder-phone-enrich/hjhpmemgiecpogjpmofnnaghdokkfcpp), supports both standard LinkedIn profile URLs and LinkedIn Sales Navigator profile URLs.

</details>

<details>

<summary>Is Clearout's reverse lookup tool free to use?</summary>

Clearout provides limited free access for reverse lookup searches. Additional features such as exporting results or performing larger lookups may require [creating an account](https://app.clearout.io/register) or using credits.

</details>

<details>

<summary>Is my privacy protected while using reverse lookup tools?</summary>

Yes. Clearout follows data protection and security practices when processing lookup requests. Users should also ensure their usage complies with applicable privacy laws and platform policies.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.clearout.io/help-and-support/featured-answered/reverse-lookup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
