GET zadn.vn HTTP 2002.3 s9.7 KB$0.000093 captured Aug 7, 2026
zadn.vn, as data
One API turns any zadn.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 2.3 s
- Page size
- 9.7 KB of markdown, 268 lines
- Fields
- Title, Content, Date, Source and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This zadn.vn page cost $0.000093 to fetch.
# Onboarding* **Tăng sự hiểu biết**: Onboarding cung cấp cho người dùng thông tin chi tiết về tính năng, chức năng và lợi ích của ứng dụng. Nó giúp người dùng có trải nghiệm tốt hơn và nhanh chóng đạt được mục tiêu của mình.* **Tạo trải nghiệm tích cực**: Nó giúp người dùng cảm thấy hài lòng và tự tin khi sử dụng ứng dụng, tạo ra một ấn tượng tốt về sản phẩm và tăng khả năng tiếp tục sử dụng ứng dụng trong tương lai.## 3. Phân loại và cách dùngHiện tại Zalo Mini App đang cung cấp 2 template như sau:Template multi-step thường dùng để giới thiệu tính năng, dịch vụ nổi bậtcủa Mini App với user bằng nhiều bước khác nhau* Ưu điểm: Mini App có nhiều không gian để hiển thị thông tinthể bỏ qua những tính năng, dịch vụ tại các bước phía sau**3.2 Single screen onboarding**Template single screen thường dùng để giới thiệu về các tính năng, dịch vụ nổi bật của Mini App với user bằng screen duy nhất* Ưu điểm: Mini App có thể hiển thị đồng thời được nhiều tính năng, dịch vụ nổi bật* Nhược điểm: Mini App ít không gian để hiện thị chi tiết cho từng tính năng, dịch vụ## 4. Cấu tạo componentTemplate được xây dựng từ component bottom-sheet của Mini App Platform. Xem thêm tại đây**4.2 Single screen onboarding**## 5. Design và content### 5.1 DesignNhằm giúp người dùng có một trải nghiệm tốt nhất, thiết kế của onboarding flow nên:* Sử dụng hình ảnh có nền trắng & trong suốt.* Hình vẽ phải được hiển thị trọn vẹn và không để viền cắt ảnh* Style vẽ đơn giản không có quá nhiều chi tiết và hạn chế nội dung trong ảnh.* Màu sắc chính của hình ảnh, button nên sử dụng màu primary của Mini App### 5.2 ContentĐể tối ưu hoá nội dung, phù hợp với hành vi Scan and Skim của đa số người dùng, nội dung Onboarding có thể chọn 1 trong 2 dạng chính sau:* Nội dung tiêu đề, mô tả ngắn gọn súc tích, trọng tâm## 6. Cấu trúc & thông số## 7. Code demo### Multi-Step Onboardingimport React, { useState, useRef } from "react"; What Spider does on zadn.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.
2.3 s · $0.000093Page 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://stc-zmp.zadn.vn/zmp-docs/v2.11.1/tutorial/onboarding-ui/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://stc-zmp.zadn.vn/zmp-docs/v2.11.1/tutorial/onboarding-ui/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://stc-zmp.zadn.vn/zmp-docs/v2.11.1/tutorial/onboarding-ui/", {
return_format: "markdown",
});
console.log(page.content); What zadn.vn costs
Multiplied from the measured 9.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 zadn.vn.
The capture above took 2.3 s and cost $0.000093. The same call takes any URL on zadn.vn.