GET happ.su HTTP 2006.1 s59.9 KB$0.003213 captured Aug 7, 2026
happ.su, as data
One API turns any happ.su 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 6.1 s
- Page size
- 59.9 KB of markdown, 1,853 lines
- Fields
- Title, Content, Date, Source and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This happ.su page cost $0.003213 to fetch.
Allows you to change the User-Agent header value when downloading Geo-IP and Geo-Site files.Sets the timeout (in seconds) when checking availability (ping) through a proxy server.Values outside the range are ignored, and the default value of 7 is used.Hide VPN icon (Hide Proxy Icon)Controls the display of the VPN icon in the system status bar.The toggle reacts to the presence of both routes (::/128 and 0.0.0.0/8) in the excluded routes list (excluded-routes).When the option is enabled, these routes are automatically added to the excluded list; when disabled, they are removed.Subscription request timeoutSets the timeout (in seconds) for requesting subscription data.If not specified, the default value of 9 is used.Enables or disables the addition of final JSON configurations for Xray (inbound HTTP) to the URL config.Xray tunnel enable (Android, iOS)Enables or disables the use of the Xray tunnel in the application.Sets the MTU (Maximum Transmission Unit) parameter for the Xray tunnel.Block bind to tunnel (Android only)Enables or disables binding to the tunnel.When enabled, requests explicitly bound to the tunnel interface (e.g., `curl --interface tun0`) will be blocked. Work only with BadVPN(Tunnel), not work with Xray TUNAlternative HWID for subscription (Desktop only)Toggles the sending of an alternative HWID (Hardware ID) for subscriptions.**Default HWID:** aaaaaaaaa-537f-4c45-a479-ee0b6cf035f7**Alternative HWID:** aaaaaaaaa537f4c45a479ee0b6cf035f7Selects the ping mode used via proxy.**double** - Requests are sent within one core session with Keep-Alive disabled. The second request is faster due to DNS caching.**keepalive** - Requests are sent within one core session over a single transport instance. The second request measures pure connection speed via an already established TLS connection.PreviousHWID LinksNextProvider IDprofile-web-page-url: https://happ.su``#profile-web-page-url: https://happ.su What Spider does on happ.su
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.
6.1 s · $0.003213Page 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://www.happ.su/main/dev-docs/app-management", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://www.happ.su/main/dev-docs/app-management", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://www.happ.su/main/dev-docs/app-management", {
return_format: "markdown",
});
console.log(page.content); What happ.su costs
Multiplied from the measured 59.9 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 happ.su.
The capture above took 6.1 s and cost $0.003213. The same call takes any URL on happ.su.