# Asia Intelligence — CN/JP Market AI News & Intelligence Service

> Asia Intelligence — CN/JP Market AI News & Intelligence Service is a paid API for AI agents from base-worker-01.j23726919.workers.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns AI-curated news headlines and summaries for China and Japan markets based on a search query and optional region filter

## Facts

- Endpoint: POST https://base-worker-01.j23726919.workers.dev/api/asia-intelligence
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/asia-intelligence-cn-jp-market-ai-news-intelligence-service-46a3db8d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JskDr2Si8jtnsD846OqKz

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-cn-jp-market-ai-news-intelligence-service-46a3db8d -d '<json body>'
```

Example prompt: What are the latest headlines about EV manufacturers in China's market? Give me a summary of recent news from the CN region.

## When to prefer this

Use this endpoint when you need structured, AI-curated news intelligence specifically about Chinese (CN) or Japanese (JP) markets, including business, regulatory, technology, and economic topics. Prefer this over general web search when you want pre-summarized, regionally tagged headlines with source attribution, delivered via a single pay-per-call USDC microtransaction.

## Known failure modes

- Empty query string returns no results or validation error
- Unsupported region value may return no filtered results
- Payment failure via x402/USDC may result in 402 response blocking access
- Service unavailable if Cloudflare Worker is down
- Ambiguous or overly broad query may return loosely relevant results

## How this service works

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

## Output

An array of headline objects, each containing a title, source name, publication time, region tag, summary text, and optional category. Also returns a total count of headlines returned. Covers CN and JP regional market news curated by AI.

## 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-cn-jp-market-ai-news-intelligence-service-46a3db8d/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)
