Skip to main content

GET google.cn HTTP 2001.6 s9.9 KB$0.000297 captured Aug 7, 2026

google.cn, as data

One API turns any google.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.

target profile from the capture
Render mode
Plain HTTP, no browser needed
Response
HTTP 200 in 1.6 s
Page size
9.9 KB of markdown, 173 lines
Fields
Title, Content, Date, Source and 2 more
Captured
Aug 7, 2026

Free balance on signup, no card. This google.cn page cost $0.000297 to fetch.

response 200 · 1.6 s · 9.9 KB
# Google 支持的 `meta` 标记和属性## `meta` 代码`meta` 标记是一种 HTML 标记,用于向搜索引擎和其他客户端提供有关网页的其他信息。客户端会处理 `meta` 标记,并忽略不受支持的元标记。`meta` 标记应添加到 HTML 网页的 `<head>` 部分,通常如下所示:**<meta name="description" content="Author: A.N. Author, Illustrator: P. Picture, Category: Books, Price: £9.24, Length: 784 pages">****<meta name="google-site-verification" content="+nxGUDJ4QpAZ5l9Bsjdi102tLVC21AIh5d1Nl23908vVuFHs34=">**<title>Example Books - high-quality used books for children</title>**<meta name="robots" content="noindex,nofollow">****如果您使用 Wix、WordPress 或 Blogger 等 CMS**,则可能无法直接修改 HTML,也可能不希望修改 HTML。实际上,您的 CMS 可能具有搜索引擎设置页面或其他某种机制,能够将 `meta` 标记告知搜索引擎。如果您要向网站添加 `meta` 标记,请在您的 CMS 上搜索有关修改网页 `<head>` 的说明(例如,搜索“wix add meta tags”)。<meta name="description" content="A description of the page"><meta name="googlebot" content="..., ...">`<meta name="robots" ...` 标记适用于所有搜索引擎,但 `<meta name="googlebot ...` 标记专用于 Google。如果 `robots`(或 `googlebot`)`meta` 标记之间存在冲突,那么系统会应用限制较严的标记。例如,如果某个网页同时包含 `max-snippet:50` 和 `nosnippet` 标记,那么会应用 `nosnippet` 标记。<meta name="googlebot" content="notranslate"><meta name="google" content="nopagereadaloud"><meta name="google-site-verification" content="..."><meta http-equiv="Content-Type" content="...; charset=...">这两个标记分别用于定义网页的内容类型和字符集。请务必使用引号引住 `http-equiv``meta` 标记中 `content` 属性的值,否则 `charset` 属性可能会被错误地解读。我们建议尽可能使用 Unicode/UTF-8。<meta http-equiv="refresh" content="...;url=..."><meta name="rating" content="adult"><meta name="rating" content="RTA-5042-1996-1400-1577-RTA">## HTML 标记属性HTML 标记属性是 HTML 标记的额外值,用于配置父标记。例如,`<a>` 标记的 `href` 属性会配置锚标记所指向的资源:`<a **href="https://example.com/"**...>`。对于索引编制来说,Google 搜索支持的 HTML 属性数量有限。`src` 和 `href` 等属性用于发现图片和网址等资源。Google 还支持各种 `rel` 属性,可让网站所有者限定出站链接。通过 `div`、`span` 和 `section` 标记的 `data-nosnippet` 属性,您可以从摘要中排除 HTML 网页的某些部分。## 需要注意的其他事项除了 `google-site-verification` 外,其他 `meta` 标记的大小写通常无关紧要。如果您考虑使用 JavaScript 注入或更改 `meta` 标记,请谨慎操作。我们建议您尽可能避免使用 JavaScript 注入或更改 `meta` 标记。如果确有必要这么做,请全面测试您的实现。## 不受支持的标记和属性
POST /scrape · developers.google.cn/search/docs/crawling-indexing/special-tags.md · markdown · Showing 29 of 173 lines · captured Aug 7, 2026

What Spider does on google.cn

Same key, five endpoints. The numbers under a cell were measured on this page.

/scrape

Page to markdown

Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.

1.6 s · $0.000297
/fetch

Page to JSON

Spider reads the page and names the fields. Pass your own schema when you need exact keys.

/crawl

Whole site

Follows google.cn's own links, respects robots, streams pages as they land.

/links

Link graph

Every internal and external URL on a page, before you decide what to fetch.

/screenshot

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.

request scrape.sh
curl -X POST https://api.spider.cloud/scrape \
  -H "Authorization: Bearer $SPIDER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://developers.google.cn/search/docs/crawling-indexing/special-tags?hl=zh-cn", "return_format": "markdown"}'
plain request · no browser, no selectors

What google.cn costs

Multiplied from the measured 9.9 KB page. Estimates round to the cent.

cost measured
This page, once 9.9 KB over HTTP, measured $0.000297
This page, daily for a month 30 fetches at the measured price ≈ $0.008913
1,000 pages this size 9.6 MB at the measured price ≈ $0.30
10,000 pages this size 96.3 MB at the measured price ≈ $2.97

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 google.cn.

The capture above took 1.6 s and cost $0.000297. The same call takes any URL on google.cn.

Get an API key

More in International

All International scrapers