# AllInOneCents PubMed Search

> AllInOneCents PubMed Search is a paid API for AI agents from allinonecents.orbonomy.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Search PubMed biomedical literature database using a natural language or keyword query and return relevant research article results.

## Facts

- Endpoint: POST https://allinonecents.orbonomy.xyz/api/pubmed
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/allinonecents-pubmed-search-17bdeb68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zAA7zFIs3M5-5XLWNVrGa

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 allinonecents-pubmed-search-17bdeb68 -d '<json body>'
```

Example prompt: Search PubMed for recent studies on the efficacy of metformin in treating type 2 diabetes.

## When to prefer this

Choose this endpoint when you need quick, cheap ($0.01) programmatic access to PubMed biomedical literature search without setting up a direct NCBI API key. Ideal for agents that need to retrieve medical research references, validate medical claims against published literature, or gather background scientific context on health topics.

## Known failure modes

- Empty or vague query returns no results or low-relevance articles
- PubMed API upstream outage causes failure or empty data response
- Query too broad returns an unmanageable number of results with low specificity
- Special characters or malformed query strings may cause parsing errors
- Rate limiting or payment issues may result in rejected requests

## How this service works

Unified API platform — 60 endpoints across crypto, medical, macro, stocks, and utility. Dual-chain (Base + Solana). All $0.01.

## Output

Returns a data object containing PubMed search results, likely including article titles, authors, publication dates, PubMed IDs, abstracts, and journal names for articles matching the query, along with a success boolean indicating whether the query executed successfully.

## Request schema (JSON Schema)

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

## 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/allinonecents-pubmed-search-17bdeb68/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from allinonecents.orbonomy.xyz](https://www.zero.xyz/host/allinonecents.orbonomy.xyz/llms.txt)
