# GrantPulse Federal Grant Search

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

Searches live Grants.gov for federal grant opportunities, enriched with agency insights and past-award context for nonprofit and grant-writer agents.

## Facts

- Endpoint: GET https://grantpulse.theaslangroupllc.com/api/grant/federal
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grantpulse-federal-grant-search-dcecdbbf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_izEy9cdGifTv-NaXv3B5X

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-federal-grant-search-dcecdbbf
```

Example prompt: Search for open federal grants on Grants.gov for a small nonprofit focused on youth mental health programs — include agency insights and any past award data you can find.

## When to prefer this

Use this endpoint when you need live, up-to-date federal grant opportunities from Grants.gov with added agency intelligence and historical award context — especially for nonprofit grant writers who need competitive positioning data alongside raw listings. Prefer over raw Grants.gov scraping when past-award context and agency insights are needed in a single call.

## Known failure modes

- Grants.gov API unavailable or rate-limited — returns error with retry guidance
- No matching grants found for query — returns empty result set
- Invalid search parameters — returns 400 with validation message
- Payment not processed — returns 402 Payment Required

## How this service works

Federal grant search for grant-writer and nonprofit agents. Returns live Grants.gov results with agency insights and past-award context.

## Output

Returns live federal grant listings pulled from Grants.gov, enriched with agency-specific context (funding priorities, historical patterns) and past-award data to help grant writers assess competitiveness and relevance.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "keyword"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "keyword": {
   "type": "string",
   "description": "keyword"
  },
  "category": {
   "type": "string",
   "description": "category"
  },
  "eligibility": {
   "type": "string",
   "description": "eligibility"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/grantpulse-federal-grant-search-dcecdbbf/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)
