# GrantPulse Global Development Funding Search

> GrantPulse Global Development Funding Search 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-15).

Searches and returns global development funding opportunities from World Bank, UN agencies, bilateral donors, and major international foundations

## Facts

- Endpoint: GET https://grantpulse.theaslangroupllc.com/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-4ec6037f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qKmZmAPqbv_6-oT6ZcSFZ

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-4ec6037f
```

Example prompt: Find me global development funding opportunities for our nonprofit focused on maternal health in Sub-Saharan Africa — search across World Bank, UN agencies, bilateral donors like USAID, and major international foundations.

## When to prefer this

Use this endpoint when searching for international or global development funding from multilateral institutions (World Bank, UN), bilateral donors (USAID, DFID, GIZ), or major international foundations — as opposed to US-domestic federal grants (use the Federal grant search endpoint), EU-specific calls (use the EU funding endpoint), or private foundation intelligence (use the Foundation grant intelligence endpoint)

## Known failure modes

- No matching grants found for the specified criteria — returns empty result set
- Donor database temporarily unavailable — 503 service error
- Invalid or missing query parameters — 400 bad request
- Payment not processed correctly — 402 payment required

## How this service works

Global development funding for nonprofit and funding agents. Covers World Bank, UN agencies, bilateral donors, and major foundations.

## Output

Returns a structured list of global development funding opportunities including grant names, donor organizations (World Bank, UN agencies, bilateral donors, major foundations), funding amounts, eligibility requirements, geographic focus areas, and application details

## 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-4ec6037f/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)
