# GrantPulse Global Development Funding Search

> GrantPulse Global Development Funding Search is a paid API for AI agents from grantpulse-three.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Returns global development funding opportunities from World Bank, UN agencies, bilateral donors, and major foundations for nonprofits and funding agents.

## Facts

- Endpoint: GET https://grantpulse-three.vercel.app/api/grant/global
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grantpulse-global-development-funding-search-7c25852b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9_1cZYCn57mzW2jx6R7IR

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-global-development-funding-search-7c25852b
```

Example prompt: Can you search GrantPulse for global development funding opportunities for my nonprofit focused on clean water access in East Africa — specifically from World Bank, UN agencies, or major foundations?

## When to prefer this

Use this endpoint when the user is specifically seeking international or global development funding from multilateral institutions (World Bank, UN), bilateral donors (USAID, DFID, etc.), or major global foundations — as opposed to domestic US federal/state grants or private foundation grants. Prefer this over sibling endpoints when the focus is cross-border or international development funding.

## Known failure modes

- No matching grants found for specified region or sector — returns empty results
- Payment of $0.15 USDC not processed — returns 402 Payment Required
- Invalid query parameters — returns 400 Bad Request
- Service temporarily unavailable — returns 503

## How this service works

Grant discovery and application intelligence API, plus IRS Form 990-based nonprofit/funder financial intelligence. 12 endpoints powered by Grants.gov, USASpending.gov, live IRS public records (EO Business Master File + SOI Form 990/990-PF Annual Extracts), and Claude. All endpoints require x402 payment (USDC on Base mainnet). Flagship match endpoint includes Instrumentl, Grants.gov, and Candid Foundation Directory tool links. Grant writer endpoint includes writing tool links + Amazon grant writing books.

## Output

A list of global development grant opportunities including donor names (World Bank, UN agencies, bilateral donors, major foundations), funding amounts, eligibility requirements, application deadlines, and program focus areas relevant to the query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "sector": {
   "type": "string",
   "description": "sector"
  },
  "country": {
   "type": "string",
   "description": "country"
  },
  "mission": {
   "type": "string",
   "description": "mission"
  },
  "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-global-development-funding-search-7c25852b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from grantpulse-three.vercel.app](https://www.zero.xyz/host/grantpulse-three.vercel.app/llms.txt)
