GET halo.run HTTP 2002.0 s4.8 KB$0.000101 captured Aug 7, 2026
halo.run, as data
One API turns any halo.run 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 2.0 s
- Page size
- 4.8 KB of markdown, 41 lines
- Fields
- Business Name, Address, Phone, Category and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This halo.run page cost $0.000101 to fetch.
# 2.21.3## 更新日志## 新特性* 支持通过远程地址下载到附件库。 by @ruibaby in halo-dev/halo#7602## 功能优化* 优化编辑器拖拽功能的性能。 by @LIlGG in halo-dev/halo#7601* 优化默认编辑器缩进逻辑。 by @LIlGG in halo-dev/halo#7600* 将编辑器的工具箱按钮改为点击展开。 by @ruibaby in halo-dev/halo#7598* 文章预览页面不再统计访问数据。 by @GoldenSupremeSaltedFish in halo-dev/halo#7582## 问题修复* 修复个人中心上传组件无法正常加载样式的问题。 by @ruibaby in halo-dev/halo#7606* 修复代码输入框在全屏时,底部内容被遮挡的问题。 by @ruibaby in halo-dev/halo#7599* 修复菜单项和文章分类可能出现无法拖动排序的问题。 by @ruibaby in halo-dev/halo#7608## 依赖更新* 升级依赖 Spring Boot 至 3.5.3。 by @JohnNiang in halo-dev/halo#7596* 升级 Tiptap 至 2.24.x by @LIlGG in halo-dev/halo#7613## 开发者相关* 提升 UI 项目的 pnpm 版本到 10.x。 by @ruibaby in halo-dev/halo#7597 What Spider does on halo.run
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.
2.0 s · $0.000101Page 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://releases.halo.run/releases/halo-pro/v2.21.3", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://releases.halo.run/releases/halo-pro/v2.21.3", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://releases.halo.run/releases/halo-pro/v2.21.3", {
return_format: "markdown",
});
console.log(page.content); What halo.run costs
Multiplied from the measured 4.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 halo.run.
The capture above took 2.0 s and cost $0.000101. The same call takes any URL on halo.run.