Skip to main content
AI Studio  add-on for Spider.
halo.run · HTTP 200

Halo Scraper

Spider read halo.run in 2.0 s without a browser and returned 41 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response releases.halo.run/releases/halo-pro/v2.21.3.md markdown · 41 lines
# 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
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on halo.run.

halo-run-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://halo.run");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Business NameAddressPhoneCategoryRating

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What halo.run costs to scrape.

The capture above cost $0.000101 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://releases.halo.run/releases/halo-pro/v2.21.3", "return_format": "markdown"}'

More Directories scrapers.

Start scraping halo.run.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.