Search results

  1. proxyyard

    Node.js Expired Domain Checker

    Here's a backlink checker that checks if the domain is expired (ENOTFOUND). Simply scrape the sitemap list from a site (in our example techcrunch.com) using https://techcrunch.com/sitemap-index-1.xml copy([].slice.call(document.querySelectorAll('table tr td:nth-child(2)')).map(elem =>...
Back
Top