# GrantPulse Grant Matching

> GrantPulse Grant Matching is a paid API for AI agents from grantpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Returns personalized federal, state, and foundation grant matches for a nonprofit or small business based on organization type and mission

## Facts

- Endpoint: GET https://grantpulse.theaslangroupllc.com/api/grant/match
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grantpulse-grant-matching-e0920c31
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OJYp-Z39v9bqYdoffWgDg

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 grantpulse-grant-matching-e0920c31
```

Example prompt: Find me grants that match our organization — we're a small nonprofit focused on urban youth workforce development in Chicago, Illinois. Give me personalized federal, state, and foundation grant matches.

## When to prefer this

Use this endpoint when an agent needs a broad, personalized discovery sweep across multiple grant types (federal, state, foundation) for a specific organization. Prefer this over the federal-only search or foundation-only intelligence endpoints when the user wants a unified, cross-source matching result rather than deep-diving a single grant category.

## Known failure modes

- Missing or vague organization type returns generic or empty results
- Overly broad mission description reduces match precision
- Unsupported organization category may return no results
- Rate limiting or payment failure returns 402 error
- Malformed request parameters return 400 bad request

## How this service works

Grant matching for nonprofit and small-business agents. Returns personalized federal, state, and foundation grant discovery for an organization's type and mission.

## Output

A list of personalized grant matches including federal, state, and private foundation opportunities tailored to the organization's type and mission, with grant titles, funding amounts, sources, eligibility summaries, and links to apply.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "mission",
  "org_type"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "size": {
   "type": "string",
   "description": "size"
  },
  "sector": {
   "type": "string",
   "description": "arts | health | education | environment | technology | agriculture | community | housing | science"
  },
  "mission": {
   "type": "string",
   "description": "mission"
  },
  "location": {
   "type": "string",
   "description": "location"
  },
  "org_type": {
   "type": "string",
   "description": "nonprofit | small_business | individual | public_university | private_university | state_government | local_government | tribal | for_profit | other"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/grantpulse-grant-matching-e0920c31/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from grantpulse.theaslangroupllc.com](https://www.zero.xyz/host/grantpulse.theaslangroupllc.com/llms.txt)
