pricing background

Node Js API Integration

api

Subdomain Lookup

fetch("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", {
  method: "GET",
})
  .then(res => res.text())
  .then(console.log)
  .catch(console.error);