# Chinese Market News SERP (zh-CN)

> Chinese Market News SERP (zh-CN) is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-14).

Searches Google News with Chinese keywords and returns structured zh-CN localized news results including title, source, date, link, and summary.

## Facts

- Endpoint: GET https://api.x402node.dev/serp/cn-news
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/chinese-market-news-serp-zh-cn-dc67f3cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TiYYSJZZ7wBSXVOgZPZMT

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability chinese-market-news-serp-zh-cn-dc67f3cb
```

Example prompt: Search Chinese-language Google News for '特斯拉 中国市场' and give me the latest structured headlines, sources, dates, and links from zh-CN localized results.

## When to prefer this

Choose this endpoint when you need Chinese-language (zh-CN) localized news search results from Google News — especially for China market monitoring, brand/sentiment tracking in Mandarin media, cross-border PR research, or when you need structured news data (title/source/date/link/summary) rather than raw HTML. Prefer over generic SERP endpoints when the target audience or media landscape is specifically Chinese.

## Known failure modes

- No results returned for obscure or misspelled Chinese query
- Rate limiting or quota exceeded returns error
- Invalid or unsupported gl/region code yields empty results
- Payment not processed via x402 protocol returns 402
- Query in non-Chinese script may return mixed or irrelevant results

## How this service works

中文市场新闻SERP：用中文关键词查Google新闻，返回结构化中文新闻（标题/来源/日期/链接/摘要）。hl=zh-CN+gl地区定向，覆盖中文媒体真实报道视角。China news SERP, Chinese news search, zh-CN localized headlines for agents doing China market monitoring, brand/sentiment tracking, cross-border PR research. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the query echo, language (hl=zh-CN), country/region, result count, type, and an array of structured news results — each containing headline, source name, publication date, article URL, and summary snippet in Chinese.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "keyword",
      "country"
     ],
     "properties": {
      "country": {
       "type": "string",
       "description": "2字母地区码，默认 cn（如 cn/hk/tw/sg）"
      },
      "keyword": {
       "type": "string",
       "description": "中文搜索关键词（必填）"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/chinese-market-news-serp-zh-cn-dc67f3cb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
