DNS Lookup avatar

DNS Lookup

Try for free

1 day trial then $3.99/month - No credit card required now

View all Actors
DNS Lookup

DNS Lookup

xyzzy/dns-lookup
Try for free

1 day trial then $3.99/month - No credit card required now

Utility actor to get DNS records for a list of domains

You can access the DNS Lookup programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "domains": [
3    "apify.com",
4    "google.com",
5    "microsoft.com"
6  ]
7}' |
8apify call xyzzy/dns-lookup --silent --output-dataset

DNS Lookup API through CLI

The Apify CLI is the official tool that allows you to use DNS Lookup locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 4 stars
  • 100.0% runs succeeded
  • Created in Apr 2024
  • Modified 3 months ago