GET cock.li HTTP 200114 ms2.6 KB$0.000017 captured Aug 7, 2026
cock.li, as data
One API turns any cock.li 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
- 2.6 KB of markdown, 50 lines
- Fields
- Title, Content, Date, Source
- Captured
- Aug 7, 2026
Free balance on signup, no card. This cock.li page cost $0.000017 to fetch.
# cock.li - yeah it's mail with cocks**ANNOUNCEMENT**: We are writing our own webmail client.Details on the project page orCock.li is your go-to solution for professional e-mail addresses. You willnever make a better first impression than the e-mails you send from our servers.Make sure to ask them to check their spam :(This public e-mail host has been mostly alive since 2013 and its small team ofdigital couriers works to keep the mail flowing. You will never be asked to verifypersonal information here because we believe anyone should have access to e-mailwithout requiring to connect it to the growing surveillance state. Our work hereLots of services are free because they feast on your personal data for profitor control. Cock.li is free because the last thing we want to do is build a## How can I trust you?You can't. Cock.li doesn't read or scan your e-mail content in any way, butit's possible for any e-mail provider to read your e-mail, so you'll just haveto take our word for it. No "encrypted e-mail" provider is preventing this:even if they encrypt incoming mail before storing it, the provider stillreceives the e-mail in plaintext first, meaning you're only protected if youassume no one was reading or copying the e-mail as it came in. When possible,you should use X.509 or GPG with your mail correspondents to encrypt yourmessage content and prevent it from ever being handled in plaintext on ourservers. You should also download and delete your mail from our serversregularly, which alone is almost as good as encrypting your mail.## Server Info### Hidden Services**rurcblzhmdk22kttfkel2zduhyu3r6to7knyc7wiorzrx5gw4c3lftad.onion**xdkriz6cn2avvcr2vks5lvvtmfojz2ohjzj4fhyuka55mvljeso2ztqd.onion What Spider does on cock.li
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.000017Page 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://cock.li/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://cock.li/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://cock.li/", {
return_format: "markdown",
});
console.log(page.content); What cock.li costs
Multiplied from the measured 2.6 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 cock.li.
The capture above took 114 ms and cost $0.000017. The same call takes any URL on cock.li.