GET doh.sb HTTP 200114 ms1.8 KB$0.00018 captured Aug 7, 2026
doh.sb, as data
One API turns any doh.sb page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 114 ms
- Page size
- 1.8 KB of markdown, 32 lines
- Fields
- Title, Content, Date, Source
- Captured
- Aug 7, 2026
Free balance on signup, no card. This doh.sb page cost $0.00018 to fetch.
# Browse Internet,Tailor your internet experience to meet your needs with DNS.SB's extremely fast and stable DNS resolver services.## Privacy First: GuaranteedDNS.SB believes that without privacy, there is no human dignity. DNS.SB is designed with one goal in mind: to protect your personal DNS data—no logs, forever.We don’t want to know what you do on the Internet. And we’ve taken the technical steps to ensure we can’t.## Easy to Remember, Just like Tic-Tac-ToeWe have the shortest IPv6 address in the world.Damn, we actually have two of them.Our IPv4 addresses are also very easy to remember.185.222.222.22245.11.45.112a09::2a11::## Speed Is the KeySince nearly everything you do on the Internet starts with a DNS request, a fast, performant DNS can accelerate almost everything you do online.Built on top of xTom's massive global anycast network, DNS.SB operates at 30 locations across 6 continents, resolving queries from anywhere in the world.## Your DNS, Now EncryptedEnsuring secure navigation with key controls built into the service to protect you from threats online and potential prying eyes.Encrypted DNS services increase user privacy and security by preventing eavesdropping and manipulation of DNS data via man-in-the-middle attacks.#### DNS over HTTPSPerforming remote DNS resolution via the encrypted HTTPS protocol#### DNS over TLSEncrypting and wrapping DNS queries and answers via the TLS protocol## Browse a faster, more private Internet. What Spider does on doh.sb
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
114 ms · $0.00018Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://doh.sb/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://doh.sb/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://doh.sb/", {
return_format: "markdown",
});
console.log(page.content); What doh.sb costs
Multiplied from the measured 1.8 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of doh.sb.
The capture above took 114 ms and cost $0.00018. The same call takes any URL on doh.sb.