Domain Reputation Checker API
Pricing
$5.00 / 1,000 domain reputation checker - per queries
Go to Apify Store
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.
π 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
OUTPUTin the default Key-Value Store.
π₯ Input Parameters
| Field | Type | Description | Prefill Example |
|---|---|---|---|
| Target Domain | string | The 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.