# Rotary Agency PubMed API

> Rotary Agency PubMed API is a paid API for AI agents from rotaryagency.uk, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Retrieves biomedical literature data from PubMed/NCBI via a pay-per-call REST proxy

## Facts

- Endpoint: GET https://rotaryagency.uk/api/free/pubmed
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rotary-agency-pubmed-api-ea16220d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b-Ex4B9Vg9BD3qDvaLxSG

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 rotary-agency-pubmed-api-ea16220d
```

Example prompt: Search PubMed for recent peer-reviewed articles on CRISPR gene editing in cancer therapy and give me the titles, authors, and abstracts of the top results.

## When to prefer this

Choose this endpoint when an AI agent needs programmatic access to PubMed biomedical literature data on a pay-per-call basis without managing an NCBI API key directly. It is suitable for occasional lookups and research queries where $0.002/call economics are acceptable. Prefer NCBI's free direct API for high-volume batch searches.

## Known failure modes

- No results found for overly specific or misspelled queries
- Rate limiting or payment failure if USDC balance is insufficient
- Invalid PubMed ID returns empty or error response
- Network timeout if NCBI upstream is slow
- Malformed query parameters may return an error or empty result set

## How this service works

Free-source data APIs (100% margin, no proxy, $0.002/call): ...

## Output

Structured JSON containing biomedical article metadata sourced from PubMed, typically including article titles, author lists, publication dates, journal names, PubMed IDs, and abstracts for matched search results or a specific article lookup.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "varies": "endpoint-specific structured JSON"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rotary-agency-pubmed-api-ea16220d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rotaryagency.uk](https://www.zero.xyz/host/rotaryagency.uk/llms.txt)
