# GrantPulse Foundation Grant Intelligence

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

Returns private, family, and corporate foundation funding opportunities with LOI strategy and donor cultivation approach for nonprofit grant-writers

## Facts

- Endpoint: GET https://grantpulse.theaslangroupllc.com/api/grant/foundation
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grantpulse-foundation-grant-intelligence-126c1a8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GBCOxvkP5notow5QrGfy3

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-foundation-grant-intelligence-126c1a8f
```

Example prompt: Find me private, family, and corporate foundation funders for our workforce development nonprofit focused on returning citizens in Chicago — I need LOI strategy and cultivation tips for each prospect.

## When to prefer this

Choose this endpoint when you need foundation-specific grant intelligence — private, family, or corporate funders — with strategic guidance on how to approach them via LOI or cultivation. Prefer over federal grant search endpoints when targeting philanthropic rather than government funding, and over generic grant searches when you need relationship-building strategy alongside prospect identification.

## Known failure modes

- No matching foundations found for the specified program area or geography — returns empty results
- Overly broad query returns low-relevance foundation matches
- Foundation data may lag behind most recent IRS 990-PF filings
- $0.12 USDC payment required per call; unpaid requests return 402 error
- Rate limiting if too many calls made in short succession

## How this service works

Foundation grant intelligence for grant-writer and nonprofit agents. Returns private, family, and corporate foundation funding with LOI strategy and cultivation approach.

## Output

A structured list of private, family, and corporate foundation funding opportunities matched to the queried program area and organization, including recommended LOI strategy, cultivation approach, likely funding ranges, and funder relationship guidance to help a grant writer prioritize and approach each prospect.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "mission"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "size": {
   "type": "string",
   "description": "size"
  },
  "mission": {
   "type": "string",
   "description": "mission"
  },
  "location": {
   "type": "string",
   "description": "location"
  },
  "org_type": {
   "type": "string",
   "description": "org_type"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/grantpulse-foundation-grant-intelligence-126c1a8f/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)
