VOOZH about

URL: https://apify.com/greip/domain-lookup

โ‡ฑ Domain Lookup ยท Apify


Pricing

from $0.10 / 1,000 requests

Go to Apify Store

Lookup and analyze domain names and retrieve detailed information including security status, email authentication records (SPF, DMARC, DKIM, MX, BIMI), creation date, and risk assessment. Perfect for domain verification, fraud prevention, and security analysis.

Pricing

from $0.10 / 1,000 requests

Rating

0.0

(0)

Developer

๐Ÿ‘ Greip

Greip

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

5 months ago

Last modified

Share

Greip's Domain Lookup

A powerful Apify Actor that analyzes domain names using the Greip Domain Lookup API. This tool provides comprehensive domain information including security risk assessment, email authentication records, and creation date analysis to help with fraud prevention and domain verification.

๐Ÿš€ Features

  • Security Risk Assessment: Identify disposable, dangerous, or suspicious domains
  • Email Authentication Analysis: Check for SPF, DMARC, DKIM, and MX records
  • BIMI Record Detection: Verify Brand Indicators for Message Identification
  • Domain Age Analysis: Detect newly registered domains (within 1 year)
  • Comprehensive Data Collection: Automated domain data gathering for future lookups
  • Structured Output: Clean, well-formatted JSON results stored in datasets

Input Parameters

ParameterTypeRequiredDescription
domainstringโœ…Fully qualified domain name (FQDN) to look up
userIDstringโŒOptional user identifier for tracking

Output Format

The Actor outputs detailed information about each domain:

{
"name":"example.com",
"isDangerous":false,
"isSpf":true,
"isDmarc":true,
"isDkim":true,
"isMx":true,
"isBimi":false,
"createdAt":"2018-03-15",
"isNew":false,
"timestamp":"2026-01-14T12:00:00.000Z"
}

Output Field Descriptions

Domain Information:

  • name: The full domain name (same as domain field)
  • isDangerous: Whether the domain is flagged as dangerous or suspicious. High-risk domains may suggest fraud or abuse potential
  • isDisposable: Whether the domain is a disposable (temporary) email domain
  • isSpf: Whether the domain has a valid SPF (Sender Policy Framework) record to prevent email spoofing
  • isDmarc: Whether the domain has a valid DMARC (Domain-based Message Authentication, Reporting, and Conformance) record for anti-phishing protection
  • isDkim: Whether the domain has a valid DKIM (DomainKeys Identified Mail) record for sender authentication
  • isMx: Whether the domain has valid MX (Mail Exchange) records, confirming email receiving capability
  • isBimi: Whether the domain has a valid BIMI (Brand Indicators for Message Identification) record for brand logo display
  • createdAt: The date when the domain was first registered or created (if available)
  • isNew: Whether the domain is newly registered (within 1 year), which may affect trustworthiness
  • timestamp: The timestamp when the domain lookup was performed

Important Notes

โš ๏ธ Beta Stage Notice: The Greip Domain Lookup API is currently in beta stage and may change in the future.

๐Ÿ“‹ Data Availability: Domains not available in the Greip database will return null values for all properties. However, this triggers the automation system to start collecting data about the domain, making it available within 24 hours after the first request.

๐Ÿ”„ Automated Collection: If you encounter null values, try running the Actor again after 24 hours for complete domain information.

Your feedback

We're always working on improving the performance of our Actors. If you have any technical feedback for domain lookup scraper or found a bug, please create an issue in the Issues tab.

You might also like

DNS Lookup | Scrape Domain Records & Security Intelligence

datascoutapi/dns-lookup

DNS lookup scrapes 22 data points including 10 DNS records (A, AAAA, MX, TXT, NS, CNAME, SOA, SRV, PTR, CAA) + email security analysis ( SPF/DKIM/DMARC), SSL certificate checker, domain monitoring. Processes 100 domains per batch with security scoring.

Domain Security & Email Deliverability โ€” DNS, SPF, DMARC, DKIM

ryanclinton/dns-record-lookup

Audit a domain portfolio for email spoofing, broken SPF, DMARC enforcement, DNSSEC and shadow-SaaS senders. Returns a posture score, what to fix first, vendor dependencies and drift alerts โ€” not just records. Bulk DNS / SPF / DMARC / DKIM lookup, no API keys.

22

Domain Intelligence Lookup

obicodes/domain-intel

Full domain intelligence in one call. Get WHOIS registration data, DNS records, SSL certificate status, IP geolocation, ASN, mail provider detection, and an actionable email security score (SPF, DMARC, MX). Built for developers, security teams, agencies, and growth teams.

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.

Domain Expiration Date Checker

botflowtech/domain-expiration-date-checker

Check when domain registration expires via WHOIS lookup. Perfect for domain investors, website buyers, and security teams.

Email Security Scanner

cerridwen/email-security-scanner

DNS-only email posture for any domain: MX, SPF, DMARC, DKIM probes, MTA-STS, BIMI. No email sent. Returns score + actionable tips. Batch-friendly for CRM domains and compliance snapshots.

Bulk Email DNS Audit Scraper

taroyamada/email-deliverability-portfolio-audit

Scrape domain DNS data to extract SPF, DKIM, DMARC, and BIMI records. Generate structured deliverability readiness reports for client portfolios.