GET dichvucong.gov.vn HTTP 2004.8 s3.9 KB$0.000115 captured Aug 10, 2026
dichvucong.gov.vn, as data
One API turns any dichvucong.gov.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 4.8 s
- Page size
- 3.9 KB of markdown, 39 lines
- Fields
- Title, Department, Date, Description and 2 more
- Captured
- Aug 10, 2026
Free balance on signup, no card. This dichvucong.gov.vn page cost $0.000115 to fetch.
# Điều chỉnh quyết định giao đất, cho thuê đất, cho phép chuyển mục đích sử dụng đất do sai sót về ranh giới, vị trí, diện tích, mục đích sử dụng giữa bản đồ quy hoạch, bản đồ địa chính, quyết định giao đất, cho thuê đất, cho phép chuyển mục đích sử dụng đất và số liệu bàn giao đất trên thực địa## Cách thức thực hiện(Theo quy định của Luật phí và lệ phí và các văn bản quy phạm pháp luật hướng dẫn Luật phí và lệ phí.)Đối với các xã miền núi, biên giới; đảo; vùng có điều kiện kinh tế - xã hội khó khăn; vùng có điều kiện kinh tế - xã hội đặc biệt khó khăn thì thời gian thực hiện không quá 17 ngày.## Thành phần hồ sơ## Trình tự thực hiệnChi nhánh Văn phòng đăng ký đất đai, Chủ tịch Ủy ban nhân dân xã, Văn phòng đăng ký đất đai## Thủ tục hành chính liên quan What Spider does on dichvucong.gov.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.
4.8 s · $0.000115Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Whole site
Follows dichvucong.gov.vn's own links, respects robots, streams pages as they land.
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://vpcp.dichvucong.gov.vn/p/home/dvc-tthc-thu-tuc-hanh-chinh-chi-tiet.html?ma_thu_tuc=385183", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://vpcp.dichvucong.gov.vn/p/home/dvc-tthc-thu-tuc-hanh-chinh-chi-tiet.html?ma_thu_tuc=385183", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://vpcp.dichvucong.gov.vn/p/home/dvc-tthc-thu-tuc-hanh-chinh-chi-tiet.html?ma_thu_tuc=385183", {
return_format: "markdown",
});
console.log(page.content); What dichvucong.gov.vn costs
Multiplied from the measured 3.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 dichvucong.gov.vn.
The capture above took 4.8 s and cost $0.000115. The same call takes any URL on dichvucong.gov.vn.