Domain Intel | Node.js SDK
The Domain Intel service allows you to retrieve intelligence about known domain names, giving you insight into the reputation of a domain.
Reputation check
reputation(domain: string, options: ReputationOptions): Promise<PangeaResponse<ReputationResult>>Retrieve reputation for a domain from a provider, including an optional detailed report.
const response = await domainIntel.reputation(
"google.com"
);