# Asia Intelligence — China Real Estate 2026

> Asia Intelligence — China Real Estate 2026 is a paid API for AI agents from base-worker-01.j23726919.workers.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns AI-curated news headlines and summaries about China's real estate market for 2026, filtered by query and optional region.

## Facts

- Endpoint: POST https://base-worker-01.j23726919.workers.dev/api/china-real-estate-2026
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/asia-intelligence-china-real-estate-2026-39621034
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xeSs_P8-99t-Igo_86w6m

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 asia-intelligence-china-real-estate-2026-39621034 -d '<json body>'
```

Example prompt: Pull me the latest AI-curated headlines and summaries on China's 2026 real estate market — specifically around developer debt and property prices in Beijing.

## When to prefer this

Use this endpoint when you need structured, AI-summarized news intelligence specifically about China's real estate sector in 2026, with regional filtering. Prefer this over generic news APIs when you need pre-summarized, categorized headlines focused on the CN property market and are willing to pay a $0.03 USDC micropayment per call.

## Known failure modes

- Empty result set if query is too narrow or no matching headlines exist
- 402 Payment Required if USDC micropayment via x402 on Base is not attached
- 400 Bad Request if query field is missing or malformed
- Service unavailable if the Cloudflare Worker backend is down
- Stale or limited results if underlying news data pipeline has not refreshed

## How this service works

CN/JP market AI intelligence services via x402 USDC on Base. 8 endpoints.

## Output

A JSON object containing a count of matched headlines and an array of headline objects, each with title, source, publication time, region, summary, and optional category — all focused on China real estate in 2026.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or topic"
  },
  "region": {
   "type": "string",
   "description": "Target region (optional)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "headlines",
  "count"
 ],
 "properties": {
  "count": {
   "type": "integer"
  },
  "headlines": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "title",
     "source",
     "time",
     "region",
     "summary"
    ],
    "properties": {
     "time": {
      "type": "string"
     },
     "title": {
      "type": "string"
     },
     "region": {
      "type": "string"
     },
     "source": {
      "type": "string"
     },
     "summary": {
      "type": "string"
     },
     "category": {
      "type": "string"
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/asia-intelligence-china-real-estate-2026-39621034/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from base-worker-01.j23726919.workers.dev](https://www.zero.xyz/host/base-worker-01.j23726919.workers.dev/llms.txt)
