⚙️ Perform Multi-type DNS Lookups with Google’s Free Public DNS Service

3,176 views · ⚙️ DevOps & CI/CD

💡 Pro Tip — HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it — it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

This n8n template makes it easy to perform DNS lookups directly within your n8n workflow using dns.google, without any API credentials.

Use Cases

Good to Know

How It Works

  1. The workflow checks the input for a specified DNS type. If none is found, it uses all types in a predefined list.

  2. It splits the data into separate items for each DNS type.

  3. It loops through all items and executes DNS resolution via the highly reliable dns.google service.

  4. It aggregates all results into a single, easy-to-use output structure.

How to Use

  1. Import the template and execute the workflow to enter the domain you want to look up in the Form interface.

  2. Connect the final output node to your specific use case (logging, alerting, subsequent workflow steps, etc.).

🔗 Nodes Used

HTTP Request, n8n Form Trigger

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup