VOOZH about

URL: https://apify.com/andok/dns-propagation-checker

โ‡ฑ Global DNS Propagation Checker ยท Apify


Pricing

$1.00 / 1,000 domain checks

Go to Apify Store

Global DNS Propagation Checker

Check DNS record resolution across global nameservers instantly. Monitor domain migrations and TTL updates in real-time.

Pricing

$1.00 / 1,000 domain checks

Rating

0.0

(0)

Developer

๐Ÿ‘ Andok

Andok

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

3 months ago

Last modified

Categories

Share

DNS Propagation Checker

Verify DNS propagation across 10+ global resolvers for any domain and record type. During migrations and DNS changes, inconsistent records across providers cause downtime, email failures, and SSL issues that are hard to diagnose without multi-resolver visibility. Run scheduled checks from the cloud with no infrastructure to maintain.

Features

  • Global resolver coverage โ€” queries Google, Cloudflare, OpenDNS, Quad9, and 6 more resolvers across North America and Europe
  • All major record types โ€” supports A, AAAA, MX, CNAME, TXT, NS, SOA, and PTR lookups
  • Propagation status โ€” compares results across all resolvers and flags inconsistencies automatically
  • Response time tracking โ€” measures query latency per resolver for performance insights
  • Bulk domain processing โ€” check hundreds of domains in a single run
  • Configurable timeouts โ€” adjust query timeout to handle slow or unresponsive resolvers
  • Zero dependencies โ€” uses Node.js built-in DNS module for maximum reliability

Input

FieldTypeRequiredDefaultDescription
domainsarrayYes["google.com"]List of domain names to check DNS propagation for
recordTypesarrayNo["A"]DNS record types to query (A, AAAA, MX, CNAME, TXT, NS, SOA, PTR)
timeoutintegerNo5000Query timeout in milliseconds. Increase for slow resolvers

Input Example

{
"domains":["example.com","staging.example.com"],
"recordTypes":["A","MX","TXT"],
"timeout":5000
}

Output

Each domain and record type combination produces one dataset item with propagation status and per-resolver results.

Key fields:

  • domain (string) โ€” the domain that was checked
  • recordType (string) โ€” the DNS record type queried
  • propagated (boolean) โ€” whether all resolvers returned identical results
  • checkedAt (string) โ€” ISO 8601 timestamp of the check
  • servers (array) โ€” individual resolver responses with name, IP, region, result, response time, and errors

Output Example

{
"domain":"example.com",
"recordType":"A",
"propagated":true,
"checkedAt":"2025-03-09T14:30:00.000Z",
"servers":[
{
"name":"Google Primary",
"ip":"8.8.8.8",
"region":"Global",
"result":["93.184.216.34"],
"responseTimeMs":42
},
{
"name":"Cloudflare Primary",
"ip":"1.1.1.1",
"region":"Global",
"result":["93.184.216.34"],
"responseTimeMs":18
},
{
"name":"Quad9",
"ip":"9.9.9.9",
"region":"Global",
"result":["93.184.216.34"],
"responseTimeMs":35
}
]
}

Pricing

EventCost
Domain CheckIncluded in platform usage

Free to use โ€” you pay only for Apify platform compute time.

Use Cases

  • Domain migration monitoring โ€” verify DNS changes have propagated globally before cutting over traffic
  • Email infrastructure setup โ€” confirm MX and TXT records are consistent across resolvers after configuring new email providers
  • CDN rollout validation โ€” check that CNAME records are live in all regions before directing production traffic
  • Scheduled health checks โ€” run daily or weekly to catch DNS drift, hijacking, or misconfiguration early
  • Multi-domain portfolio management โ€” audit DNS consistency across hundreds of client domains in one run

Related Actors

ActorWhat it adds
SSL Certificate MonitorCheck SSL expiry and security grades after confirming DNS is propagated
Subdomain FinderDiscover all subdomains to feed into DNS propagation checks
DMARC / SPF / DKIM ValidatorValidate email authentication records alongside DNS propagation

You might also like

DNS lookup API: Intelligence & Security Analyzer

njoylab/apify-dns

A powerful DNS intelligence tool that performs multi-record lookups, global propagation checks, reverse DNS, SSL/TLS inspection, email security analysis, and rich metadata extraction all in one automated workflow

๐ŸŒ DNS Propagation Checker

taroyamada/dns-propagation-checker

Query up to 200 domains across 8 global resolvers to extract A, NS, and SOA records and audit worldwide nameserver propagation instantly.

Dns Lookup Actor

balathon/dns-lookup-actor

An Apify Actor that performs DNS lookups for given domain names and record types, with optional custom DNS server support.

๐Ÿ‘ User avatar

Balasai Sigireddy

1

DNS Record & Whois Lookup

onescales/dns-record-whois-lookup

Bulk DNS lookup for all 13 record types (A, MX, TXT, NS, SOA, CAA, TLSA & more) + WHOIS data. Check registrar, expiry & DNS config for thousands of domains instantly.

6

5.0

Domain WHOIS Lookup - Age, Expiry, Registrar, DNS

george.the.developer/domain-whois-lookup

Look up WHOIS data, domain age, expiration date, registrar, nameservers, and DNS records for any domain. Bulk lookup supported.

19

Domain Availability Checker โ€” Bulk DNS & WHOIS Lookup

automation-lab/domain-availability-checker

Check exact domain names in bulk and return available/registered verdicts with DNS/WHOIS method, registrar, creation/expiry dates, name servers, timing, and errors in structured JSON.

๐Ÿ‘ User avatar

Stas Persiianenko

71