GET cnyes.com HTTP 2001.9 s5.3 KB$0.000314 captured Aug 7, 2026
cnyes.com, as data
One API turns any cnyes.com 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 1.9 s
- Page size
- 5.3 KB of markdown, 161 lines
- Fields
- Business Name, Address, Phone, Category
- Captured
- Aug 7, 2026
Free balance on signup, no card. This cnyes.com page cost $0.000314 to fetch.
## 主動復華未來5000991A### 16.86## 主動復華未來5000991A上市## 績效表現## 報告下載[下載月報](<https://sfiles.cnyes.cool/funds/files/prod/[object Object]/monthlyReport.pdf>)[下載年報](<https://sfiles.cnyes.cool/funds/files/prod/[object Object]/annualReport.pdf>)[公開說明書](<https://sfiles.cnyes.cool/funds/files/prod/[object Object]/prospectus.pdf>)[簡式公開說明書](<https://sfiles.cnyes.cool/funds/files/prod/[object Object]/prospectusS.pdf>)## 資產配置## 新聞快訊### 盤後速報 - 元大AAA至A公司債(00751B)次交易(22)日除息0.43元,參考價31.83元 06/19## 前十大投資產業/標的## 個股聊天 What Spider does on cnyes.com
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.
1.9 s · $0.000314Page 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://www.cnyes.com/twstock/00991A", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://www.cnyes.com/twstock/00991A", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://www.cnyes.com/twstock/00991A", {
return_format: "markdown",
});
console.log(page.content); What cnyes.com costs
Multiplied from the measured 5.3 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 cnyes.com.
The capture above took 1.9 s and cost $0.000314. The same call takes any URL on cnyes.com.