# x402 Content Hub – Medium Article Search

> x402 Content Hub – Medium Article Search is a paid API for AI agents from x402-content-hub.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Searches Medium articles by keyword query and returns matching article data, payable with USDC on Base via x402.

## Facts

- Endpoint: POST https://x402-content-hub.vercel.app/api/medium/search
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-content-hub-medium-article-search-eff42de4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZTKSOp0KmksGl0QzFkuky

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 x402-content-hub-medium-article-search-eff42de4 -d '<json body>'
```

Example prompt: Search Medium for articles about 'generative AI in healthcare' and show me what comes up.

## When to prefer this

Use this endpoint when you need to search and retrieve Medium articles programmatically as part of a content aggregation, research, or recommendation workflow. Prefer this over general web search when you specifically want Medium-hosted long-form written content, essays, and blog posts from the Medium platform.

## Known failure modes

- Missing or empty query string returns validation error
- Payment failure if USDC balance insufficient or x402 payment not completed
- No results found for obscure or misspelled query terms
- Medium API backend unavailability causes 500 error
- Rate limiting if too many requests are made in quick succession

## How this service works

Amazon products, real-time news, image search, Medium articles, and Spotify data. Pay with USDC on Base.

## Output

Returns a data object containing Medium article results matching the search query, likely including article titles, authors, publication names, URLs, and metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-content-hub-medium-article-search-eff42de4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-content-hub.vercel.app](https://www.zero.xyz/host/x402-content-hub.vercel.app/llms.txt)
