Domain Reputation Checker API avatar

Domain Reputation Checker API

Pricing

$5.00 / 1,000 domain reputation checker - per queries

Go to Apify Store
Domain Reputation Checker API

Domain Reputation Checker API

Assess the reputation of a domain using OSINT and SIGINT signals from Spamhaus threat intelligence, showing threat score, dimensions, whois data and abuse tags.

Pricing

$5.00 / 1,000 domain reputation checker - per queries

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Categories

Share

πŸ”— Domain Reputation Checker Actor

Assess the reputation, active abuse status, dimension breakdowns, threat tags, and WHOIS registration history of any domain name using OSINT and SIGINT signals from Spamhaus threat intelligence.

This Actor integrates with a high-performance Cloudflare Worker edge reverse-proxy to fetch the Spamhaus Intel domain overview in real time.


🌟 Key Features

  • Comprehensive Threat Profiling: Uncovers threat category tags (e.g., spam, phish, corporate) associated with a domain.
  • Security & Safety Scoring: Retrieves a composite threat score plus specific breakdowns for human, identity, infrastructure, malware, and SMTP domains.
  • Active Abuse Indicators: Instantly reveals whether a domain is actively flagged as abused.
  • WHOIS Metadata: Details the registrar name, creation time, and expiration time.
  • Structured Outputs: Pushes the structured API result to the default dataset and saves the full raw payload under OUTPUT in the default Key-Value Store.

πŸ“₯ Input Parameters

FieldTypeDescriptionPrefill Example
Target DomainstringThe target domain name to fetch reputation data for.google.com

Input JSON Example

{
"domain": "google.com"
}

πŸ“€ Output Data Structure

The dataset outputs the complete JSON response returned by the reputation gateway:

Output JSON Example (Success)

{
"success": true,
"data": {
"domain": "google.com",
"last-seen": 1781142663,
"tags": [
"corporate",
"phish",
"spam"
],
"abused": false,
"whois": {
"created": 874296000,
"expires": 1852516800,
"registrar": "MarkMonitor Inc."
},
"score": 42.8,
"dimensions": {
"human": 25,
"identity": 7,
"infra": 14.75,
"malware": -1,
"smtp": -3
}
}
}

Output JSON Example (Not Found)

{
"success": false,
"error": "No reputation data found for the requested domain."
}

πŸ’³ Monetization & Cost

This Actor utilizes the Pay-Per-Event (PPE) pricing model on the Apify Store:

  • Event Name: domain-reputation-scan
  • Price per event: $0.01 per successful domain scan.