DNS

DNS feature allows collecting DNS information and records for any web scraped target website. It's useful for monitoring and tracking DNS changes.

Note that enabling DNS may slow down scraping speed.

DNS details can also be found in the monitoring dashboard logs under the DNS tab:

dns details on the monitoring logs page

Usage

To use DNS feature the DNS parameter can be enabled on any Scrapfly scrape request. This will include DNS details in the result.dns field:

curl -G \
--request "GET" \
--url "https://api.scrapfly.io/scrape" \
--data-urlencode "dns=true" \
--data-urlencode "key=__API_KEY__" \
--data-urlencode "url=https://web-scraping.dev/"
"https://api.scrapfly.io/scrape?dns=true&key=&url=https%3A%2F%2Fweb-scraping.dev%2F"

"api.scrapfly.io"
"/scrape"

dns  = "true" 
key  = "" 
url  = "https://web-scraping.dev/" 

Example Of Response

Pricing

No additional fee is applied on usage.

Summary