GET soha.vn HTTP 200139 ms4.9 KB$0.000188 captured Aug 7, 2026
soha.vn, as data
One API turns any soha.vn 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 139 ms
- Page size
- 4.9 KB of markdown, 41 lines
- Fields
- Title, Content, Date, Source and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This soha.vn page cost $0.000188 to fetch.
“Việt Nam chưa thể đánh thuế tất cả nhà, đất như Mỹ”## Việt Nam sẽ có công viên câu cá rừng ngập mặn quy mô top đầu thế giới, rộng gấp 45 lần sân Mỹ ĐìnhDu khách Ấn Độ lên tiếng vụ đi taxi ở Việt Nam chỉ cảm ơn tài xế thay vì trả tiền cuốc xeCông an đồng loạt kiểm tra 293 căn hộ tại một khu chung cư lúc rạng sángHơn 200.000 lính đào ngũ: Ukraine tung 'đặc quyền' chưa từng có để kéo quân trở lạiThế hệ “hoàng tử”, “công chúa” ngồi ghế nóng doanh nghiệp gia đình: Đằng sau ánh hào quangĐội hình Việt Nam vs Campuchia: HLV Kim Sang-sik xoay bài, gây bất ngờ với 3 ngôi sao nhập tịch?7 nhóm người có thể được bác sĩ đến tận nhà khám, chữa bệnh và BHYT vẫn chi trả: Đó là những ai? What Spider does on soha.vn
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.
139 ms · $0.000188Page 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://soha.vn/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://soha.vn/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://soha.vn/", {
return_format: "markdown",
});
console.log(page.content); What soha.vn costs
Multiplied from the measured 4.9 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 soha.vn.
The capture above took 139 ms and cost $0.000188. The same call takes any URL on soha.vn.