# Grants.gov Federal Grant Opportunities Search

> Grants.gov Federal Grant Opportunities Search is a paid API for AI agents from contracts.memoryapi.org, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Searches active US federal grant opportunities listed on Grants.gov by keyword, agency, or other criteria

## Facts

- Endpoint: GET https://contracts.memoryapi.org/x402/grants/search
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/contracts-memoryapi-org-d804904d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mGbbUriS8z2v7Y2uriUii

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 contracts-memoryapi-org-d804904d
```

Example prompt: Can you search Grants.gov for active federal grant opportunities related to climate change resilience, especially any from the EPA or Department of Energy?

## When to prefer this

Use this endpoint when you need to discover active US federal grant opportunities from Grants.gov, especially for nonprofits, researchers, or organizations seeking government funding. Prefer this over the sibling SAM.gov contracts endpoint when the user is looking for grants and funding opportunities rather than procurement contracts.

## Known failure modes

- No results found for overly specific or obscure search terms
- Payment failure if USDC balance is insufficient (x402 payment required)
- Rate limiting if too many requests are made in quick succession
- Grants.gov API downtime causing unavailable results
- Malformed query parameters returning empty or error responses

## How this service works

x402-powered API for searching US federal contracts and grants. Pay per query in USDC on Base mainnet.

## Output

A list of active US federal grant opportunities from Grants.gov matching the search criteria, including details such as opportunity title, funding agency, award amounts, application deadlines, eligibility requirements, and funding opportunity numbers.

## Example request

```json
{
 "limit": 10,
 "agency": "National Science Foundation",
 "keyword": "artificial intelligence"
}
```

## Response schema (JSON Schema)

```json
{
 "example": {
  "count": 3,
  "grants": [
   {
    "id": "ABC-2026-001",
    "url": "https://grants.gov/search-grants?cfda=93.310",
    "cfda": "93.310",
    "title": "SBIR Phase I: AI for Healthcare",
    "agency": "National Institutes of Health",
    "status": "posted",
    "category": "Health",
    "close_date": "2026-06-30",
    "award_floor": 50000,
    "eligibility": [
     "Small Businesses"
    ],
    "posted_date": "2026-04-15",
    "award_ceiling": 300000,
    "expected_awards": 6,
    "estimated_funding": 2000000,
    "description_preview": "NIH seeks innovative AI applications for early disease detection..."
   }
  ],
  "success": true,
  "disclaimer": "Information only. Verify all details on grants.gov before applying.",
  "total_available": 847
 }
}
```

## More

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