DNS Lookup - Forward and Reverse DNS (A, MX, TXT, PTR)
Quickly retrieve DNS records (A, AAAA, MX, CNAME, TXT, NS, SOA) or perform reverse DNS lookups. Ideal for DNS audits, cybersecurity analysis, competitor intelligence, sales & marketing outreach, tech stack identification, domain monitoring, and DNS troubleshooting.
A versatile Apify Actor for quickly retrieving DNS records (A, AAAA, MX, CNAME, TXT, NS, SOA) for a list of domain names, as well as performing reverse DNS lookups. Ideal for DNS validation, cybersecurity audits, domain management, market intelligence, and competitive research.
🛠️ How the DNS Lookup Actor Works
✅ Standard DNS Lookup
Provide a list of domain names (without protocol prefixes like https:// or subdomains like www.), and the Actor retrieves DNS records including:
A
AAAA
MX
CNAME
TXT
NS
SOA
DMARC * Adds the _dmarc subdomain automatically *
Optionally specify which DNS record types to retrieve using the dnsRecordTypes parameter. If omitted, all common DNS types above are fetched by default.
💡 Note: Only valid domain names should be used. Protocols like https:// or ports (e.g. :443) are not supported.
🔁 Reverse DNS Lookup
Set the optional parameter reverseLookup to true and provide IP addresses (IPv4 or IPv6) instead of domain names to perform reverse DNS (PTR) lookups.
⚠️ Only IP addresses are allowed when reverseLookup is true.
📥 Input Parameters
The Actor accepts the following JSON input:
Parameter
Type
Required
Description
domains
array
✅ Yes
List of domain names or IP addresses to query.
dnsRecordTypes
array
❌ No
Specific DNS record types to retrieve. Ignored for reverse lookups. Default: ["A", "AAAA", "MX", "CNAME", "TXT", "NS", "SOA"].
reverseLookup
boolean
❌ No
Set to true to enable reverse (PTR) lookups. Default: false.
Is it legal to scrape job listings or public data?
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
Do I need to code to use this scraper?
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
What data does it extract?
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Can I scrape multiple pages or filter by location?
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
How do I get started?
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!