GET cna.com.tw HTTP 200125 ms45.7 KB$0.000298 captured Aug 7, 2026
cna.com.tw, as data
One API turns any cna.com.tw 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 125 ms
- Page size
- 45.7 KB of markdown, 727 lines
- Fields
- Title, Content, Date, Source and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This cna.com.tw page cost $0.000298 to fetch.
Your browser does not appear to support Traditional Chinese. Would you like to go to CNA’s English website, “Focus Taiwan”?* [颱風白海豚8日及9日最接近 台中以北防豪雨[影]</span>](https://cna.com.tw/news/ahel/202608070279.aspx)## 晚間影音新聞/颱風白海豚週末最接近 「紫爆雨彈」狂炸北台灣## 2026-08-06大陸委員會 例行記者會 #中央社直播LIVE## 8/6行政院會後記者會## 韓國瑜主持朝野協商115年度中央政府總預算案## 泰國校園槍擊重點一覽 東南亞擁槍率最高、境內千萬把流通## 四貸同堂風險受矚 銀行緊盯資金用途強化風控## Meta遭判賠新墨西哥州180億 設兒少心理健康基金## 關注花蓮光復災後重生 中央社文化+獲文創新聞獎## AI設計全新病毒可滅大腸桿菌 史丹佛研究引發生物安全隱憂## 漢光演習淡江大橋首度封橋 設3防線阻敵直衝台北【圖輯】## 政治撕裂社會 少年救生員巨浪救人意外縫合美國人心## 強權夾縫中的豐饒大地:柬埔寨的美麗與哀愁## 演出必須繼續 川普白宮記協晚宴對決「假新聞」## 西班牙飛地非法越境潮原僅數十人行動 導火線、誰在煽動一次看## 城鎮韌性防空演習時程?網路降速有什麼影響?QA一次看## 來台旅客觀光支出增1成 美國每日242.84美元最高## 休達移民潮危機 摩洛哥地緣盤算與歐盟困境QA一次看## 高鐵N700ST、700T比較 新車可放114個28吋行李箱## [豐坪溪支流土石崩落未堵塞河道 林保署花蓮分署說明未形成堰塞湖](https://cna.com.tw/postwrite/chi/441150)## 我的老師是 Coser?!漫畫家陳漢玲抵抗世界的Cosplay 魔法## 暴風雨前夕## 試著把自己的母語說回來## 陳芊榕開箱神奇漢藥房 童年記憶與味道撲鼻而來## 發布海警!颱風白海豚最新路徑曝!週末最接近「紫爆雨彈」狂炸北台灣|泰國中學驚爆重大槍擊案!學生掃射校園釀多傷亡|2026/08/07 中央社全球晚間新聞## 泰國校園槍擊案5死 遇害教師家屬得知噩耗悲痛欲絕## 超高齡商機崛起 金融業搶攻樂齡市場## 極端氣候肆虐歐洲 高溫創下歷史新高## 漢光結合城鎮韌性 高雄驗證軍民整合## 中央社Podcast平台上線 名人故事親口說、新聞幕後聽門道## 【文化普拉斯】人生八十仍要興沖沖地活! 民歌教母陶曉清的樂齡哲學 What Spider does on cna.com.tw
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.
125 ms · $0.000298Page 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://cna.com.tw/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://cna.com.tw/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://cna.com.tw/", {
return_format: "markdown",
});
console.log(page.content); What cna.com.tw costs
Multiplied from the measured 45.7 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 cna.com.tw.
The capture above took 125 ms and cost $0.000298. The same call takes any URL on cna.com.tw.