# Chinese-Market Google Shopping SERP

> Chinese-Market Google Shopping SERP 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-15).

Searches Google Shopping using Chinese-language keywords and returns structured product listings localized for Hong Kong, Taiwan, or Singapore markets

## Facts

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

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-google-shopping-serp-1055bb5e
```

Example prompt: Search Google Shopping in Chinese for '无线蓝牙耳机' targeting the Hong Kong market and give me the top product listings with prices, sellers, and ratings.

## When to prefer this

Choose this endpoint when you need Google Shopping results localized for Chinese-speaking markets (HK, TW, SG) with zh-CN language, structured product data, and real pricing — especially for cross-border ecommerce research, price comparison, or product discovery in the Chinese consumer market. Prefer over generic shopping APIs when Chinese-language keyword support and regional targeting (HK/TW/SG) are specifically required.

## Known failure modes

- No results returned for obscure or misspelled Chinese keyword queries
- Region code not supported — endpoint defaults to HK if invalid gl is passed
- Rate limiting or payment failure for calls exceeding quota
- Google Shopping may return sparse results for niche B2B or industrial products
- Network timeout if upstream SERP provider is slow

## How this service works

华语市场购物SERP：用中文关键词查Google购物，返回结构化商品（标题/价格/卖家/评分/链接）。hl=zh-CN+gl地区定向（默认hk，可传tw/sg），覆盖华语圈真实商品与定价。China/HK/TW Chinese shopping SERP, zh-CN localized product listings for cross-border ecommerce price research and product discovery. Accepts payment on Base or Solana — either network works.

## Output

A structured JSON array of product listings including title, price, seller name, star rating, and product URL, along with metadata such as locale (hl=zh-CN), the echoed query string, geolocation target (country), and total result count.

## 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字母地区码，默认 hk（hk/tw/sg；cn无Google购物数据）"
      },
      "keyword": {
       "type": "string",
       "description": "中文商品关键词（必填）"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/chinese-market-google-shopping-serp-1055bb5e/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)
