Skip to main content
AI Studio  add-on for Spider.
dnswl.org · HTTP 200

Dnswl Scraper

Spider read dnswl.org in 110 ms without a browser and returned 21 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response dnswl.org/index.md markdown · 21 lines
At the M3AAWG meeting (see previous post) there was considerable interest in the proposal on domain-based whitelisting information. However there is no operational experience which would allow anyone to see how this would perform.Now you can test 🙂 Continue reading “Whitelisting DKIM-signed domains”At the 41st M3AAWG meeting in Toronto, we got the opportunity to present the dnswl.org project to a wider community.The slides linked below were shown – please let us know if you have any questions or further input.I hope we will be back for the M3AAWG meeting in Munich next year.dnswl.org will remove a workaround-file for Postfix < 2.8 from download on August 31st 2017. Continue reading “Removal of workaround-file for Postfix < 2.8 from download (updated)"TL;DR: There are over 500’000 legitimate mailservers on the Internet. If you are not managing the IPs of your own mailservers at dnswl.org yet, you should do it!Continue reading “How many legitimate mailservers are there?”TL;DR: Sign up to the dnswl.org Self Service and start managing the reputation of your IPs.Continue reading “Do you manage the reputation of your IPs?”dnswl.org limits the use of the public nameserver infrastructure to those doing fewer than 100’000 lookups per 24 hours and to non-commercial use (see here for details). Continue reading “Enforcement of dnswl.org access limits”For historical reasons, the website to manage subscriptions to dnswl.org data was using a separate website (and “separate-everything”). Over the past months we worked to integrate this into the more generic Self Service. Continue reading “Subscription website moved into Self Service”Since the dnswl.org Self Service went live in mid December 2015, we got over 1’000 Self Service user signups, and these users created over 3’000 Change Requests. Of course we are happy about the great up-take of the Self Service in the community.
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on dnswl.org.

dnswl-org-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://dnswl.org");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Business NameAddressPhoneCategoryRatingWebsite

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What dnswl.org costs to scrape.

The capture above cost $0.000147 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://dnswl.org/", "return_format": "markdown"}'

More Directories scrapers.

Start scraping dnswl.org.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.