GET moe.gov.cn HTTP 20015.5 s9.6 KB$0.000042 captured Aug 7, 2026
moe.gov.cn, as data
One API turns any moe.gov.cn 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 15.5 s
- Page size
- 9.6 KB of markdown, 61 lines
- Fields
- Title, Department, Date, Description
- Captured
- Aug 7, 2026
Free balance on signup, no card. This moe.gov.cn page cost $0.000042 to fetch.
You are here : Home>Resources>Laws and Policies# Regulations on Academic Degrees of the People’s Republic of China(Adopted at the 13th Meeting of the Standing Committee of the Fifth National People’s Congress on February 12, 1980. Amended at the 11th Session of the Standing Committee of the Tenth National People’s Congress on August 28, 2004)**Article 1** These Regulations are formulated for the purpose of promoting the growth of specialized personnel, helping to raise the academic level of various branches of learning and promoting the development of education and science in our country, in order to meet the needs of the socialist modernization.**Article 2** Any citizen who supports the leadership of the Communist Party of China and the socialist system and has attained certain academic standards may apply for an appropriate academic degree in accordance with the provisions of these Regulations.**Article 3** Academic degrees shall be of three grades: the bachelor’s degree, the master’s degree and the doctor’s degree.**Article 4 **The bachelor’s degree shall be conferred on graduates from institutions of higher learning who have good academic records and have attained the following academic standards:(1) having a relatively good grasp of basic theories, specialized knowledge and basic skills in the discipline concerned; and(2) having acquired the initial ability to undertake scientific research or to engage in a special technical work.**Article 5 **The master’s degree shall be conferred on postgraduates in institutions of higher learning or scientific research institutes or persons with qualifications equivalent to postgraduates on graduation, who have passed examinations in the required courses for the master’s degree and successfully defended their dissertations and have attained the following academic standards:(1) having a firm grasp of basic theories and systematic, specialized knowledge in the discipline concerned; and What Spider does on moe.gov.cn
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.
15.5 s · $0.000042Page 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://en.moe.gov.cn/Resources/Laws_and_Policies/201506/t20150626_191392.html", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://en.moe.gov.cn/Resources/Laws_and_Policies/201506/t20150626_191392.html", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://en.moe.gov.cn/Resources/Laws_and_Policies/201506/t20150626_191392.html", {
return_format: "markdown",
});
console.log(page.content); What moe.gov.cn costs
Multiplied from the measured 9.6 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 moe.gov.cn.
The capture above took 15.5 s and cost $0.000042. The same call takes any URL on moe.gov.cn.