Domain Search API

API Structure

The Domain Search API enables users to search domains and FQDNs with tens of filters, including domain name specifications (length, contains number or hyphen, etc.), Whois registration, DNS records, SSL certificate details, Alexa Rank, and much more.

Let's start by creating a two-week free account from Deepinfo Platform, get your API key and you are ready. Next, you can test using the following cURL command.

Sample with the curl command:

curl --request GET \
  --url https://api.deepinfo.com/v1/discovery/domain-search \
  --header 'Accept: application/json' \
  --header 'apikey: [YOUR_API_KEY]'

If you wish to call Domain Search API and try it with real values, run code, just click [here]((https://docs.deepinfo.com/reference/domain-search-api-v1).

You can always contact us for support and ask for more assistance. We'll be glad to assist you with building your product.