Logo
Logo

PRODUCTS

TOOLS

pricing background

PythonAPI Integration

api

Subdomain Lookup

1import requests
2
3url = "https://api.whoisfreaks.com/v1.0/subdomains?apiKey=API_KEY&domain=google.com&after=2010-02-28&before=2025-05-20&status=active&page=3"
4response = requests.get(url)
5print(response.text)