Domain Info Scraper avatar

Domain Info Scraper

Pricing

Pay per usage

Go to Apify Store
Domain Info Scraper

Domain Info Scraper

Extract domain registration info, DNS records, SSL details, and hosting data. Build domain intelligence databases for cybersecurity research, competitive analysis, and due diligence.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

fatih dağüstü

fatih dağüstü

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Domain Info & WHOIS Scraper - DNS, SSL, Tech Stack Detection

Extract comprehensive domain intelligence: WHOIS registration data, DNS records, SSL certificate details, technology stack, and HTTP metadata — all from free public APIs with no API key required.

Use Cases

  • Competitor Analysis: Discover what technologies your competitors use (WordPress, Shopify, Next.js, Vercel, Cloudflare, etc.)
  • Lead Qualification: Check if a company's domain is active, when it was registered, and what stack they run
  • Domain Research: Bulk WHOIS lookups for domain age, registrar, expiration dates
  • Sales Intelligence: Identify prospects using specific technologies to target relevant offers
  • Due Diligence: Verify domain ownership details, registration history, and server infrastructure
  • SEO Research: Check nameservers, hosting providers, and CDN usage across competitor domains

What It Extracts

FieldDescription
registrarDomain registrar name
creationDateWhen the domain was registered
expirationDateWhen the domain expires
updatedDateLast update date
registrantOrgRegistrant organization
registrantCountryRegistrant country
domainStatusRDAP status codes
nameserversDNS nameservers
ipAddressPrimary A record IP
aRecordsAll A records
aaaaRecordsIPv6 AAAA records
mxRecordsMail exchange records
txtRecordsTXT records (SPF, DMARC, etc.)
nsRecordsName server records
httpStatusHTTP response code
redirectUrlFinal redirect URL
responseTimeResponse time in ms
serverSoftwareServer header (nginx, Apache, etc.)
poweredByX-Powered-By header
titlePage title
descriptionMeta description
sslIssuerSSL certificate issuer
sslExpirySSL certificate expiry
techStackDetected technologies

Technology Detection

Detects 30+ technologies including:

  • CMS: WordPress, Wix, Squarespace, Webflow
  • E-commerce: Shopify
  • Frameworks: Next.js, Nuxt.js, Gatsby, React, Vue.js, Angular
  • Hosting: Vercel, Netlify, AWS, Heroku, Cloudflare
  • Analytics: Google Analytics, Google Tag Manager, Hotjar, Mixpanel
  • CSS: Bootstrap, Tailwind CSS
  • Chat/Support: Intercom, Zendesk, Drift, Crisp
  • Payments: Stripe
  • CRM: HubSpot, Segment

Input

{
"domains": ["google.com", "github.com", "shopify.com"],
"maxDomains": 100
}

Output Example

{
"domain": "google.com",
"registrar": "MarkMonitor Inc.",
"creationDate": "1997-09-15T04:00:00Z",
"expirationDate": "2028-09-14T04:00:00Z",
"ipAddress": "142.250.185.78",
"mxRecords": ["10 smtp.google.com."],
"nameservers": ["ns1.google.com", "ns2.google.com"],
"httpStatus": 200,
"serverSoftware": "gws",
"title": "Google",
"techStack": ["Google Analytics", "Google Tag Manager"],
"sslIssuer": "Google Trust Services",
"scrapedAt": "2026-01-01T00:00:00.000Z"
}

Data Sources

  • WHOIS: RDAP protocol (rdap.org) — free, no API key
  • DNS: Google Public DNS API (dns.google) — free, no API key
  • HTTP/SSL: Direct HTTP request to domain — free
  • Tech Detection: HTML pattern matching — free

Performance

  • ~2-5 seconds per domain
  • 256MB memory is sufficient for 100+ domains
  • Parallel WHOIS + DNS + HTTP lookups per domain