# Federal Grant Opportunity Match API

> Federal Grant Opportunity Match API is a paid API for AI agents from api.the402.ai, paid per call via x402, $0.263/call, status unknown (last checked 2026-09-14).

Matches organizations or projects to relevant federal grant opportunities based on provided context

## Facts

- Endpoint: POST https://api.the402.ai/v1/services/svc_a17c8c45f3e64b64/purchase
- Price: $0.263/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/federal-grant-opportunity-match-api-db3ae89b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hRmsJT9f6jqWvPOVJxn9G

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 federal-grant-opportunity-match-api-db3ae89b -d '<json body>'
```

Example prompt: Can you search for federal grant opportunities that match our nonprofit focused on urban food security and community agriculture programs? We're looking for USDA or HHS grants we'd be eligible for.

## When to prefer this

Use this endpoint when an agent needs to surface relevant federal grant opportunities for a specific organization, project, or research initiative. Prefer this over general web search when structured grant-matching with async processing and a tracked job result is needed. Best suited for nonprofits, researchers, startups, or government contractors seeking targeted federal funding discovery.

## Known failure modes

- Insufficient project/organization description leads to poor or no matches
- Async job fails or times out — status field may reflect error state
- No matching grants found for highly niche or ineligible organizations
- Payment failure via x402 protocol before job is submitted
- Rate limiting or service unavailability returns non-200 response

## How this service works

Purchase: Federal Grant Opportunity Match API

## Output

Returns a job_id, status, and thread_id representing an asynchronous grant-matching job. The agent can use the job_id or thread_id to poll for or retrieve matched federal grant opportunities relevant to the submitted organization or project profile.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "job_id": {
   "type": "string"
  },
  "status": {
   "type": "string"
  },
  "thread_id": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/federal-grant-opportunity-match-api-db3ae89b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.the402.ai](https://www.zero.xyz/host/api.the402.ai/llms.txt)
