DNS Lookup
1 day trial then $3.99/month - No credit card required now
DNS Lookup
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:
Actor Metrics
4 monthly users
-
4 stars
>99% runs succeeded
Created in Apr 2024
Modified 5 months ago