# Domain Reverse Lookup

**Domain Reverse Lookup** can be used to determine the company for the given input domain. Lookup results **will include company name, address, logo, industry, size, and LinkedIn URL**. If the domain matches multiple companies, then the results will contain an array of company profile information.&#x20;

## How to use Domain Reverse Lookup

* Currently, it is available only through the **API**, not inside the Clearout dashboard.

{% hint style="info" %}
**Developer note**

Want to automate email reverse lookup, refer to the [**Reverse Domain Lookup API**](https://docs.clearout.io/developers/api/reverse-lookup#get-reverse_lookup-domain) section for sample code and integration details.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.clearout.io/reverse-lookup/domain-reverse-lookup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
