Domain name search to find all domains containing particular words/phrases/etc
Search a comprehensive domain database to find domains containing specific words or phrases and check their availability.
import requests
url = "https://api.domainsdb.com/v1/search"
params = {
"q": "example" # Word or phrase to search for in domain names
}
response = requests.get(url, params=params)
response.raise_for_status() # Raise an exception for HTTP errors
print(response.json())Last 50 checks (10 min intervals)