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:
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%253A%252F%252Fweb-scraping.dev%252F
Example Of Response
Pricing
No additional fee is applied on usage.