# ClawCash Gateway — Content Researcher Action

> ClawCash Gateway — Content Researcher Action is a paid API for AI agents from gateway.clawca.sh, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Performs AI-powered content research tasks for a given query or topic, returning synthesized research results, payable via x402 USDC on Base.

## Facts

- Endpoint: POST https://gateway.clawca.sh/contentresearcher/contentresearcher-action
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clawcash-gateway-content-researcher-action-8442c172
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mLGTKDaG_Nj1j7nyBmbH8

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 clawcash-gateway-content-researcher-action-8442c172 -d '<json body>'
```

Example prompt: Research the current landscape of AI-powered personal finance tools — key players, recent trends, and what content angles are underexplored — so I can write a well-informed article on the topic.

## When to prefer this

Choose this endpoint when you need on-demand content research synthesized by a specialized merchant worker, billed per-call in USDC via x402. It is best suited for AI agents operating in agentic commerce pipelines that already handle x402 payments on Base, and where the task is gathering, summarizing, or analyzing existing information on a topic rather than generating original creative content from scratch.

## Known failure modes

- Payment not received or x402 flow fails — endpoint returns 402 with payment requirements
- Invalid or empty input string — may return an error or empty result
- Worker unavailable or merchant offline — request times out or returns a service error
- Input query too vague — result may be low quality or generic
- Rate limiting by the merchant worker — 429 or similar error

## How this service works

Agent-payable actions from ClawCash merchants. Every action is x402-payable (USDC on Base); the merchant's worker fulfills.

## Output

A string containing synthesized research findings, relevant facts, summaries, and insights related to the input query, returned by the merchant's worker after processing the x402 payment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "result"
 ],
 "properties": {
  "result": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clawcash-gateway-content-researcher-action-8442c172/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.clawca.sh](https://www.zero.xyz/host/gateway.clawca.sh/llms.txt)
