
Website DNS Scraper - Mail provider / tech stack
Try for free
3 days trial then $25.00/month - No credit card required now
Go to Store

Website DNS Scraper - Mail provider / tech stack
saswave/website-dns-scraper
Try for free
3 days trial then $25.00/month - No credit card required now
From a list of domain names, get infos about tech stack (hubspot, webflow, klaviyo ...) used and mail provider (google, outlook ...) + All the dns records (TXT, A, SOA ..) DNS based
Developer
Maintained by Community
Actor Metrics
6 monthly users
No reviews yet
3 bookmarks
>99% runs succeeded
Created in Nov 2023
Modified 4 months ago
Categories
Website DNS scraper - mail provider / tech stack
From a list of domain names, get infos about tech stack (hubspot, webflow, klaviyo ...) used and mail provider (google, outlook ...) Also get All the dns records (TXT, A, SOA ..)
Output
Object output example
1{ 2 "domain": "glady.com", 3 "tech_stack": [ 4 "google", 5 "pardot933713", 6 "zendesk", 7 "outlook", 8 "pardot", 9 "miro", 10 "awsdns-hostmaster.amazon.com" 11 ], 12 "mail_provider": "google.com", 13 "all_dns_records": { 14 "A": [ 15 "18.165.83.87", 16 "18.165.83.46", 17 "18.165.83.43", 18 "18.165.83.4" 19 ], 20 "NS": [ 21 "ns-1673.awsdns-17.co.uk.", 22 "ns-219.awsdns-27.com.", 23 "ns-633.awsdns-15.net.", 24 "ns-1376.awsdns-44.org." 25 ], 26 "SOA": [ 27 "ns-219.awsdns-27.com. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400" 28 ], 29 "MX": [ 30 "5 alt1.aspmx.l.google.com.", 31 "5 alt2.aspmx.l.google.com.", 32 "1 aspmx.l.google.com.", 33 "10 alt3.aspmx.l.google.com.", 34 "10 alt4.aspmx.l.google.com." 35 ], 36 "TXT": [ 37 "\"pardot933713=be3eca675864ce5f13eb69aba4056fb200388e976372c53470289c73f6503968\"", 38 "\"v=spf1 include:_spf.google.com include:mail.zendesk.com include:aspmx.pardot.com ip4:167.89.74.161 ip4:89.107.171.19 ip4:89.107.171.56 include:spf.protection.outlook.com -all\"", 39 "\"google-site-verification=8p5qDsoxQCrRNfMnhXe1hsjBgcFJwA3Ref13OVcQ5uo\"", 40 "\"miro-verification=0da41bd4a021cd0bb7338605f95efdbb65e81747\"" 41 ] 42 } 43}