GET cnipa.gov.cn HTTP 2002.2 s3.2 KB$0.000029 captured Aug 7, 2026
cnipa.gov.cn, as data
One API turns any cnipa.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 2.2 s
- Page size
- 3.2 KB of markdown, 45 lines
- Fields
- Title, Department, Date, Description and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This cnipa.gov.cn page cost $0.000029 to fetch.
State Council Discusses Revised Draft of the Trademark Law](https://english.cnipa.gov.cn/art/2026/3/13/art_3644_205331.html)2026-03-13## How to ApplyApplication for the Issuance of Priority Document](https://english.cnipa.gov.cn/art/2026/3/17/art_3645_205365.html)2026-03-17Application for the Withdrawal of Trademark Registration Application](https://english.cnipa.gov.cn/art/2026/3/17/art_3645_205366.html)2026-03-17Guidelines on the Procedure for Same-Day Trademark Applications](https://english.cnipa.gov.cn/art/2026/3/17/art_3645_205367.html)2026-03-17## MadridMadrid System for the International Registration of Marks (Request for Territorial Extension to China)](https://english.cnipa.gov.cn/art/2026/3/17/art_3006_205369.html)2026-03-17Application for Transformation of International Registration into National Application](https://english.cnipa.gov.cn/art/2026/3/17/art_3006_205370.html)2026-03-17Regulations Under the Protocol Relating to the Madrid Agreement Concerning the International Registration of Marks](https://english.cnipa.gov.cn/module/download/down.jsp?i_ID=205368&colID=3006)2026-03-17Protocol Relating to the Madrid Agreement Concerning the International Registration of Marks](https://english.cnipa.gov.cn/attach/0/6e9c54fb85af4475ab29f41871169786.pdf)2022-09-13Madrid Agreement Concerning the International Registration of Marks](https://english.cnipa.gov.cn/attach/0/416b0b059c04457dad34d8e9db07ad4d.pdf)2022-09-13## FAQQ&As on Key Issues Concerning the Trademark Examination and Adjudication Guideline: Examination and Adjudication of Distinctive Characteristics of Trademarks](https://english.cnipa.gov.cn/art/2026/3/17/art_2996_205371.html)2026-03-17 What Spider does on cnipa.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.
2.2 s · $0.000029Page 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://english.cnipa.gov.cn/col/col3643/index.html", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://english.cnipa.gov.cn/col/col3643/index.html", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://english.cnipa.gov.cn/col/col3643/index.html", {
return_format: "markdown",
});
console.log(page.content); What cnipa.gov.cn costs
Multiplied from the measured 3.2 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 cnipa.gov.cn.
The capture above took 2.2 s and cost $0.000029. The same call takes any URL on cnipa.gov.cn.