DNS Lookup | Scrape Domain Records & Security Intelligence
by datascoutapi
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/DMAR...
Opens on Apify.com
About DNS Lookup | Scrape Domain Records & Security Intelligence
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.
What does this actor do?
DNS Lookup | Scrape Domain Records & Security Intelligence is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
DNS Lookup - Complete Domain Analysis Tool DNS Lookup is a powerful domain analysis tool that provides comprehensive DNS record lookups, email security assessments, and website performance insights. Perfect for domain administrators, security professionals, and developers who need detailed DNS information and email security analysis. ## What is DNS Lookup? DNS Lookup is an advanced domain analysis actor that goes beyond basic DNS queries. It performs deep DNS analysis, email security auditing, SSL certificate inspection, and global propagation testing - all in one comprehensive tool. ## Supported DNS Record Types | Record Type | Description | Purpose | |-------------|-------------|---------| | A | IPv4 Address | Maps domain to IPv4 address | | AAAA | IPv6 Address | Maps domain to IPv6 address | | MX | Mail Exchange | Email server routing | | TXT | Text Records | SPF, DKIM, DMARC, verification | | NS | Name Server | Authoritative DNS servers | | CNAME | Canonical Name | Domain aliases and redirects | | SOA | Start of Authority | Zone configuration and settings | | SRV | Service Records | Service location and ports | | PTR | Pointer Records | Reverse DNS lookups | | CAA | Certificate Authority | SSL certificate authorization | All record types are queried simultaneously for comprehensive domain analysis. ## Key Features ### 🔍 Complete DNS Record Analysis - 10 DNS Record Types: A, AAAA, MX, TXT, NS, CNAME, SOA, SRV, PTR, CAA records - 12+ Advanced Features: Propagation, TTL analysis, DNSSEC, email security, SSL inspection - Global DNS Propagation: Tests across 10 major public DNS resolvers (Google, Cloudflare, Quad9, OpenDNS) - TTL Analysis: Smart cache optimization recommendations ### 📧 Advanced Email Security Assessment - SPF Record Analysis: Validates Sender Policy Framework with mechanism parsing - DKIM Key Discovery: Probes 5 common selectors (google, k1, s1, s2, default) - DMARC Policy Detection: Automatic policy discovery and validation - Email Provider Identification: Detects Google Workspace, Microsoft 365, Amazon SES, and more - Email Security Score: Transparent 0-100 scoring system ### 🔒 SSL Certificate & Security Analysis - SSL Certificate Details: Issuer, expiration dates, subject alternative names - Security Headers Check: HSTS, CSP, X-Frame-Options, and more - TLS Cipher Information: Encryption protocols and cipher suites - Certificate Warnings: Expiration alerts and security recommendations ### ⚡ Performance & Connectivity Testing - IPv4/IPv6 Connectivity: Tests both HTTP and HTTPS connections - Response Time Analysis: Connection speed measurements - Server Information: Web server identification and response codes ## How to Use DNS Lookup ### Simple Input Format json { "domains": ["example.com", "github.com", "https://www.google.com"] } Domain Limit: Maximum 100 domains per run. For larger lists, split into multiple batches and run separately. ### Flexible Domain Input The tool accepts domains in any format: - example.com - Basic domain - www.example.com - With subdomain - https://example.com - With protocol - http://www.example.com/path - Full URLs All formats are automatically normalized for consistent analysis. ### Advanced Configuration Options json { "domains": ["example.com"], "checkPropagation": true, "enableSslInspection": true, "performReverseLookup": true, "enableEnrichment": true, "checkPerformance": true, "checkSecurityHeaders": true, "enableDnssec": true } ## Email Security Scoring System Our transparent email security scoring (0-100 points): - 25 points: Valid SPF record with proper policy - 25 points: DMARC policy set to reject or quarantine - 25 points: DKIM records discovered - 15 points: Multiple MX servers for redundancy - 10 points: Optimal TTL configuration Unlike proprietary scoring systems, our methodology is completely transparent and published. ## Sample Output json { "domain": "example.com", "A": ["93.184.216.34"], "AAAA": ["2606:2800:220:1:248:1893:25c8:1946"], "MX": [{"exchange": "mail.example.com", "priority": 10}], "TXT": [["v=spf1 include:_spf.example.com ~all"]], "spf_analysis": { "policy": "softfail", "mechanisms": 2, "dns_lookups": 1, "warnings": null }, "dmarc": { "policy": "quarantine", "pct": "100" }, "dkim_probe": { "found": 2, "records": [ {"selector": "google", "key_type": "RSA", "key_length": 2048} ] }, "email_security_score": { "score": 85, "max_score": 100 }, "ssl_cert": { "issuer": "DigiCert Inc", "expires": "2024-12-15T23:59:59.000Z", "days_until_expiry": 365, "warning": null }, "propagation": { "resolvers_checked": 10, "successful_queries": 10, "ttl_consistency": "consistent" } } ## Use Cases ### For Domain Administrators - Monitor DNS propagation across global resolvers - Validate email security configurations - Track SSL certificate expiration dates - Optimize TTL settings for performance ### For Security Professionals - Audit email authentication (SPF, DKIM, DMARC) - Assess domain security posture - Monitor SSL/TLS configurations - Identify security header implementations ### For Developers & DevOps - Troubleshoot DNS resolution issues - Verify deployment configurations - Monitor website performance metrics - Automate domain health checks ### For Email Marketers - Ensure email deliverability with proper authentication - Monitor sender reputation factors - Validate email infrastructure setup - Improve inbox placement rates ## Why Choose DNS Lookup? ✅ Comprehensive Analysis: 22+ data points including DNS records and security analysis ✅ Email Security Focus: Deep SPF, DKIM, DMARC analysis ✅ Global Testing: 10 public DNS resolvers worldwide ✅ Performance Insights: IPv4/IPv6 connectivity testing ✅ SSL Monitoring: Certificate expiration and security alerts ✅ Transparent Scoring: Published email security methodology ✅ Flexible Input: Accepts any domain format ✅ Developer Friendly: Clean JSON output for automation ## Getting Started 1. Add domains to analyze in the input field 2. Configure options for specific analysis needs 3. Run the actor and get comprehensive results 4. Use the data for monitoring, troubleshooting, or reporting Perfect for continuous monitoring, security audits, email deliverability optimization, and DNS troubleshooting. Get complete domain insights with DNS Lookup today! ## Useful For System Administrators & DevOps: DNS propagation testing, domain monitoring, SSL certificate tracking, performance optimization Security Professionals: Domain security audits, email authentication validation, vulnerability assessments, compliance checks Email Marketers: Deliverability optimization, SPF/DKIM/DMARC validation, sender reputation monitoring, inbox placement improvement Web Developers: DNS troubleshooting, website security analysis, domain configuration verification, deployment validation IT Consultants: Client domain assessments, security recommendations, email infrastructure audits, technical reporting ## 🔗 Other Actors DomainDaddy – Domain Intelligence & WHOIS Lookup Provides domain availability and expiry dates, WHOIS & RDAP data, DNS records (A, MX, NS, TXT), IP geolocation, and ASN details. Calculates domain age, supports batch processing, and works with 70+ TLDs. Handles errors gracefully and delivers clean, structured JSON output. Check it out: https://apify.com/datascoutapi/domaindaddy Email Address Validator Validates up to 10,000 emails per run. Performs bulk email validation with MX record checks, disposable and role-based email detection. Improves deliverability and reduces bounce rates using 5-layer validation, detailed reports, and smart DNS caching. Fast, accurate, and cost-effective email list cleaning. Start free: https://apify.com/datascoutapi/email-address-validator ## 📬 Contact & Support Have questions, need help, or interested in a private or custom instance? Reach our team anytime at datascoutapi@gmail.com
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try DNS Lookup | Scrape Domain Records & Security Intelligence now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- datascoutapi
- Pricing
- Paid
- Total Runs
- 27
- Active Users
- 1
Related Actors
Video Transcript Scraper: Youtube, X, Facebook, Tiktok, etc.
by invideoiq
Linkedin Profile Details Scraper + EMAIL (No Cookies Required)
by apimaestro
Twitter (X.com) Scraper Unlimited: No Limits
by apidojo
Content Checker
by jakubbalada
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support