Skip to main content
AI Studio  add-on for Spider.
mohw.gov.tw · HTTP 200

Gov Scraper

Spider read mohw.gov.tw in 208 ms without a browser and returned 199 lines of clean markdown, including the section "最新消息latest news".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response mohw.gov.tw/index.md markdown · 199 lines
衛福部攜手日內瓦大學醫院主辦國際醫療韌性論壇](https://mohw.gov.tw/cp-16-86493-1.html)「世界衛生大會」推案及「台灣智慧醫療與健康產業展」行前記者會](https://www.mohw.gov.tw/cp-7399-86320-1.html)《疫後新生-國家醫院的轉變與永續》新書發表會](https://www.mohw.gov.tw/cp-7397-85675-1.html)衛生福利部「高算力中心暨跨國聯邦學習平台」啟動大會 聚焦3大特色](https://www.mohw.gov.tw/cp-7395-85277-1.html)臺灣醫療資訊標準大平台](https://medstandard.mohw.gov.tw/)臺灣智慧醫療三大中心](https://aicenter.mohw.gov.tw/AC/mp-208.html)少子女化對策專區](https://www.mohw.gov.tw/cp-5130-58003-1.html)社會安全網](https://topics.mohw.gov.tw/SS/mp-204.html)性影像處理中心](https://wenweitalk.com/ncil/404.html)健康台灣深耕計畫  專區](https://dep.mohw.gov.tw/TDU/cp-1567-82709-121.html)## 最新消息latest news跨部會中央地方攜手徹查 雲林戴奧辛羊肉案污染源已初步掌握](https://www.mohw.gov.tw/cp-16-87397-1.html)健保8月起再擴增多項藥品給付 提升癌症及重大疾病照護](https://www.mohw.gov.tw/cp-16-87387-1.html)視察屏東縣2026城鎮韌性演習 張秘書長:「有準備,更安全」 打造更具韌性的臺灣](https://www.mohw.gov.tw/cp-16-87385-1.html)衛福部18家部立醫院展現高齡照護創新量能 四大主題邀民眾體驗](https://www.mohw.gov.tw/cp-16-87383-1.html)打造全民健康飲食生活「全國社區營養成果展示活動」8月7日登場](https://www.mohw.gov.tw/cp-16-87382-1.html)勿造謠!食藥署:5月未接獲本案相關通報](https://www.mohw.gov.tw/cp-4343-87360-1.html)(健康署) 胸部LDCT檢查異常就一定會要開刀?](https://www.hpa.gov.tw/Pages/Detail.aspx?nodeid=127&pid=19971)中聯吹哨者爆料衛福部隱匿中聯油脂大豆沙拉油檢出苯(a)駢芘(Benzo(a)pyrene,BaP)超標案」為假訊息,食藥署嚴正澄清](https://www.mohw.gov.tw/cp-4343-87186-1.html)(食藥署) 「中聯吹哨者爆料衛福部隱匿中聯油脂大豆沙拉油檢出苯(a)駢芘(Benzo(a)pyrene,BaP)超標案」為假訊息,食藥署嚴正澄清。](http://www.fda.gov.tw/tc/newsContent.aspx?cid=5049&id=31601&utm_source=rss&utm_medium=feed&utm_campaign=rss_subscription)發布訂定「強制鑑定緊急或特殊情形」](https://dep.mohw.gov.tw/DOMHAOH/cp-509-87364-107.html)發布修正「精神衛生法施行細則」](https://dep.mohw.gov.tw/DOMHAOH/cp-509-87362-107.html)安泰醫院(高雄市)減重手術死亡事件醫療事故專案調查報告](https://www.mohw.gov.tw/cp-18-87348-1.html)函頒「醫療機構就醫療器材商人員進入手術室管理指引」](https://www.mohw.gov.tw/cp-18-87313-1.html)115年度公費流感及新冠疫苗第二階段開打「左流右心 護肺顧心暨全聯響應企業合作設疫苗接種站」記者會](https://www.mohw.gov.tw/cp-101-87380-1.html)115年度公費流感及新冠疫苗第二階段開打「左流右新 護肺顧心萬家福響應企業合作設置接種站」記者會](https://www.mohw.gov.tw/cp-101-87379-1.html)
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 mohw.gov.tw.

mohw-gov-tw-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://mohw.gov.tw");

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

TitleDepartmentDateDescription

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 mohw.gov.tw costs to scrape.

The capture above cost $0.000088 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://mohw.gov.tw/", "return_format": "markdown"}'

More Government scrapers.

Start scraping mohw.gov.tw.

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.