Skip to main content
AI Studio  add-on for Spider.
cnipa.gov.cn · HTTP 200

Gov Scraper

Spider read cnipa.gov.cn in 2.2 s without a browser and returned 45 lines of clean markdown, including sections like "How to Apply" and "Madrid".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response english.cnipa.gov.cn/col/col3643/index.md markdown · 45 lines
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
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on cnipa.gov.cn.

cnipa-gov-cn-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://cnipa.gov.cn");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

TitleDepartmentDateDescriptionDocument URL

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What cnipa.gov.cn costs to scrape.

The capture above cost $0.000029 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://english.cnipa.gov.cn/col/col3643/index.html", "return_format": "markdown"}'

More Government scrapers.

Start scraping cnipa.gov.cn.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.