# Blockbuster.ai Medium Articles Endpoint

> Blockbuster.ai Medium Articles Endpoint is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Fetches or searches Medium articles based on a query string via a paid API hub

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/medium-articles
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-medium-articles-endpoint-b82d5fb5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_viNQLwVK5pTG6U3hH8-xR

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 blockbuster-ai-medium-articles-endpoint-b82d5fb5 -d '<json body>'
```

Example prompt: Can you find me Medium articles about large language models and prompt engineering?

## When to prefer this

Use this endpoint when you need to programmatically search and retrieve Medium articles by topic or keyword, especially in an automated agent workflow that already uses x402 micropayments on Base chain for API access. Prefer this over manual browsing when aggregating content research at scale.

## Known failure modes

- Empty or missing query returns no results or an error
- Query too vague returns unrelated articles
- Payment failure results in 402 response blocking access
- Rate limiting if too many requests are made in quick succession
- Medium platform changes may break scraping or API integration
- Invalid query format may return a generic error response

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a data object containing Medium article results matching the query, with a success boolean indicating whether the request completed successfully. Likely includes article titles, URLs, authors, and publication details.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-medium-articles-endpoint-b82d5fb5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
