# NIH Research Grants Search (health.memoryapi.org)

> NIH Research Grants Search (health.memoryapi.org) is a paid API for AI agents from health.memoryapi.org, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Search NIH-funded research grants with award amounts, principal investigators, organizations, and abstracts, filterable by query, fiscal year, and institution.

## Facts

- Endpoint: GET https://health.memoryapi.org/x402/health/grants
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/health-memoryapi-org-36b18493
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8bsfpIcSgC5Z50MEwbYe3

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 health-memoryapi-org-36b18493
```

Example prompt: Find me NIH-funded research grants related to Alzheimer's disease from fiscal year 2022, especially any awarded to universities in California — I want the project titles, award amounts, PI names, and abstracts.

## When to prefer this

Use this endpoint when you need structured, authoritative NIH grant data including funding amounts, PI details, and project abstracts. Ideal for research discovery, competitive landscape analysis, academic funding lookups, or identifying researchers in a specific biomedical domain. Prefer this over general web search when you need machine-readable, filterable NIH grant records.

## Known failure modes

- No grants found for the specified query or filters — empty result set returned
- Invalid fiscal year format causes a bad request error
- Institution name misspelling results in no matches
- Payment of 0.005 USDC not fulfilled — 402 Payment Required error
- Rate limiting if too many requests are made in quick succession

## How this service works

NIH research grants — funded projects with award amounts, PIs, organizations, and abstracts. Filter by query, fiscal year, and institution.

## Output

Returns a list of NIH-funded research grants matching the query, including project titles, award amounts, principal investigator names, affiliated organizations, fiscal years, and project abstracts.

## Example request

```json
{
 "limit": 5,
 "country": "USA",
 "indicator": "life expectancy"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {
  "count": 10,
  "query": "cancer",
  "grants": [
   {
    "title": "Cancer Research Study",
    "project_id": "1R01CA123456-01",
    "award_amount": 500000,
    "organization": "Harvard University"
   }
  ],
  "success": true,
  "fiscal_year": 2025,
  "total_grants": 5000
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/health-memoryapi-org-36b18493/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from health.memoryapi.org](https://www.zero.xyz/host/health.memoryapi.org/llms.txt)
