VOOZH about

URL: https://apify.com/dev00/domain-reputation-checker-api

โ‡ฑ Domain Reputation Checker API ยท Apify


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.

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

9 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.

You might also like

Threat Actor Username Search API

dev00/threat-actor-username-search-api

Search 2M+ threat actor handles across dark web forums, cybercrime sites, and underground markets. Instantly map adversary footprints for OSINT & SOC threat intelligence.

dev00

1

Business Email & Domain Reputation

josrade/company-domain-risk-archive-20260430

Validate business emails and score domain reputation with allow/review/block verdicts. Wraps the Business Email & Domain Reputation API as an Apify Actor that accepts a list of emails and/or domains and writes scored results to the default dataset.

WHOIS Scraper & Domain Age Checker - Bulk Lookup API

pink_comic/whois-domain-lookup

Bulk WHOIS scraper and domain age checker for registration, expiry, registrar, nameserver, and raw WHOIS data. Built for merchant-risk checks, vendor due diligence, brand protection, cybersecurity, and domain monitoring.

Neuromorphic Threat Intelligence MCP Server

ryanclinton/neuromorphic-threat-intelligence-mcp

MCP intelligence server for neuromorphic threat intelligence detection and analysis.

WHOIS Domain Lookup Scraper

confidential_gnat/whois-com

Bulk WHOIS lookups via whois.com. Accepts URLs, bare domains, or whois.com lookup links, and returns registration dates, registrar, name servers, status codes, abuse contacts, registrant/technical contact details, and similar domain suggestions.

Domain WHOIS & DNS Lookup - Bulk Domain Intelligence

santamaria-automations/domain-whois-dns

Bulk domain intelligence โ€” WHOIS records (registrar, dates, contacts), DNS records (A, MX, TXT, NS), and email provider detection. Perfect for B2B prospecting, security audits, domain monitoring, and data enrichment.