Skip to main content
AI Studio  add-on for Spider.
hket.com · HTTP 200

Hket Scraper

Spider read hket.com in 114 ms without a browser and returned 788 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response hket.com/index.md markdown · 788 lines
[【美股市況】美勞動市場弱、9月加息機率僅4成 道指升157點、納指升1% Space急彈1成(不斷更新)](https://inews.hket.com/article/4170343/【美股期貨】7月失業率、非農數據公布前 道指期貨跌73點、納指期貨升0.2- 油價金價齊升1-(不斷更新)?mtc=80010)[【恒指夜期+ADR】恒指夜期升180點 騰訊ADR較港收市升1%(不斷更新)](https://inews.hket.com/article/4172714/【恒指夜期-ADR】恒指夜期升180點 騰訊ADR較港收市升1-(不斷更新)?mtc=80010)[【美國就業數據】7月非農職位突轉跌2.3萬失業率4.1% 前值大幅下修10.3萬 儲局減息預期升溫(附報告下載)](<https://inews.hket.com/article/4173201/us economic data?mtc=80010>)[新盤價單|古洞PARK SILICON突擊開價 首批65伙 折實價505.7萬元起](<https://ps.hket.com/article/4172918/新盤價單 | 古洞PARK SILICON突擊開價 首批65伙 折實價505.7萬元起?mtc=80010>)[【黃金】人行據報正增加在香港的黃金儲備 支持香港成黃金交易中心](https://inews.hket.com/article/4172759/【黃金】人行據報正增加在香港的黃金儲備 支持香港成黃金交易中心?mtc=80010)[【HSBC】滙豐重啟回購 周四在港回購44.6萬股、涉7078.7萬元](https://inews.hket.com/article/4172690/【HSBC】滙豐重啟回購 周四在港回購44.6萬股、涉7078.7萬元?mtc=80010)[【日圓走勢】日本春季三度出手干預匯市撐日圓 每百日圓兌港元最新4.95算](https://inews.hket.com/article/4172693/【日圓走勢】日本春季三度出手干預匯市撐日圓 每百日圓兌港元最新4.95算?mtc=80010)[【AI+OpenAI】OpenAI取消ChatGPT免費版文字對話限制 默認模型升級為GPT-5.6 Luna、新增「思考」按鈕](<https://inews.hket.com/article/4172762/【AI-OpenAI】OpenAI取消ChatGPT免費版文字對話限制 默認模型升級為GPT-5.6 Luna、新增「思考」按鈕?mtc=80010>)[【美國關稅】特朗普簽行政命令 對多晶硅和衍生品加徵15%關稅 進口底價揭盅](https://inews.hket.com/article/4172677/【美國關稅】特朗普簽行政命令 對多晶硅和衍生品加徵15-關稅 進口底價揭盅?mtc=80010)[【SPCX】SpaceX將自建天然氣發電廠為德州芯片廠供電 Terafab首階段計劃投資168億美元](https://inews.hket.com/article/4172681/【SPCX】SpaceX將自建天然氣發電廠為德州芯片廠供電 Terafab首階段計劃投資168億美元?mtc=80010)【Morning精點】銀色債券2026保底息4.25厘、8.21開售|阿里Qwen3.8-Max登Agentic排行榜首|Alphabet擬發債最多250億美元[【OpenAI硬件】首款裝置傳售逾300美元 冬甩形設計、配可活動零件](https://inews.hket.com/article/4172657/【OpenAI硬件】首款裝置傳售逾300美元 冬甩形設計、配可活動零件?mtc=80010)[【ABNB業績】Airbnb收入增17%勝預期 上調全年指引、盤後升逾一成](https://inews.hket.com/article/4172655/【ABNB業績】Airbnb收入增17-勝預期 上調全年指引、盤後升逾一成?mtc=80010)[【NET業績】Cloudflare收入增長加快至36% 上調全年指引、盤後升逾15%](https://inews.hket.com/article/4172654/【NET業績】Cloudflare收入增長加快至36- 上調全年指引、盤後升逾15-?mtc=80010)[【中美AI角力】美查中企海外使用英偉達芯片 研堵遠端算力漏洞](https://inews.hket.com/article/4173327/【中美AI角力】美查中企海外使用英偉達芯片 研堵遠端算力漏洞?mtc=80023)
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 hket.com.

hket-com-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://hket.com");

// 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 NameAddressPhoneCategoryRatingWebsite

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 hket.com costs to scrape.

The capture above cost $0.000528 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://hket.com/", "return_format": "markdown"}'

More Directories scrapers.

Start scraping hket.com.

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.