Com Scraper
Spider read cna.com.tw in 125 ms without a browser and returned 727 lines of clean markdown, including sections like "2026-08-06大陸委員會 例行記者會 #中央社直播LIVE", "Meta遭判賠新墨西哥州180億 設兒少心理健康基金" and "我的老師是 Coser?!漫畫家陳漢玲抵抗世界的Cosplay 魔法".
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平台上線 名人故事親口說、新聞幕後聽門道## 【文化普拉斯】人生八十仍要興沖沖地活! 民歌教母陶曉清的樂齡哲學 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 cna.com.tw.
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://cna.com.tw");
// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();
console.log(data);
await spider.close(); import { Spider } from "@spider-cloud/spider-client";
const spider = new Spider({ apiKey: process.env.SPIDER_API_KEY! });
const result = await spider.scrapeUrl("https://www.cna.com.tw", {
return_format: "markdown",
});
console.log(result); Ready for volume? Get an API key →
Fields you can pull.
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 cna.com.tw costs to scrape.
The capture above cost $0.000298 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
Run it keyless, no account
More International scrapers.
Mercado Libre Scraper
Extract product listings, seller ratings, pricing in local currencies, and shipping data from Mercado Libre.
Rakuten Scraper
Extract product listings, store ratings, cashback offers, and pricing data from Rakuten Japan marketplace.
Flipkart Scraper
Extract product listings, seller data, pricing in INR, and delivery estimates from Flipkart India store.
Start scraping cna.com.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.