GET mullvad.net HTTP 200120 ms3.3 KB$0.000109 captured Aug 7, 2026
mullvad.net, as data
One API turns any mullvad.net 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 120 ms
- Page size
- 3.3 KB of markdown, 42 lines
- Fields
- Article, Article Link, Article Tag, Article Tag Text and 6 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This mullvad.net page cost $0.000109 to fetch.
# Privacy is for the peopleA free and open society is built upon privacy. If people don’t have the right to decide for themselves exactly when and with whom they want to share their thoughts and ideas, then all other rights are at risk.That’s why we fight for a free internet. Free from mass surveillance and censorship. Free from personal data collection and business models where your online behavior is treated as a commodity.Mullvad VPN Mullvad BrowserYour browser does not support the video tag.## And Then? A short film about mass surveillance.To highlight the slippery slope of mass surveillance, Mullvad produced the short film “And Then?”. Take a look at the different versions of the film, read the backstory (Ashton Kutcher and his corrupt company) and discover why it was banned on British TV.And then? Watch all the versions.## Free the internet from mass surveillance and censorshipWe live in a world where everything we do online is tracked and stored (if we don’t oppose with privacy-focused services) by state actors, big tech companies and data brokers. This is already having consequences for people and societies. But it risks getting worse if we don’t act.Learn more about mass surveillance and why we have to fight for privacy.## Mullvad VPNYour IP address is used to identify you, track you, and map your online life. Step 1 in taking back your privacy online is masking it with a trustworthy VPN.A VPN (Virtual Private Network) is a service that creates a private connection to the internet by encrypting your traffic. The outcome: your ISP (internet service provider) can’t see your activity and nobody else can use your IP address to track you.## €5/month* No logging. Anonymous accounts.* Combats AI-guided traffic analysis Get started### Compatible with:## Fight data collection with Mullvad BrowserA VPN is not enough for privacy. That’s why you should combine a trustworthy VPN with a privacy-focused browser. What Spider does on mullvad.net
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.
120 ms · $0.000109Page 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://mullvad.net/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://mullvad.net/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://mullvad.net/", {
return_format: "markdown",
});
console.log(page.content); What mullvad.net costs
Multiplied from the measured 3.3 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 mullvad.net.
The capture above took 120 ms and cost $0.000109. The same call takes any URL on mullvad.net.