# GrantPulse Grant Deadline Tracker

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

Returns urgent, closing-soon, and upcoming grant deadlines organized by category and organization type for grant-writers and funding agents.

## Facts

- Endpoint: GET https://grantpulse.theaslangroupllc.com/api/grant/deadline
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grantpulse-grant-deadline-tracker-f225bedc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0_loDmcIuqiUgOxqRaBsD

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-deadline-tracker-f225bedc
```

Example prompt: Can you pull up all urgent and closing-soon grant deadlines for health nonprofits from GrantPulse so I know which applications we need to prioritize this week?

## When to prefer this

Use this endpoint when an agent needs to surface time-sensitive grant opportunities and prioritize applications by deadline urgency, especially filtered by funding category or organization type. Prefer over general grant search endpoints when the primary concern is deadline proximity rather than eligibility or narrative generation.

## Known failure modes

- No deadlines found for the specified category or organization type — returns empty result set
- Invalid organization type or category parameter — returns 400 error
- Payment not processed — returns 402 Payment Required
- Service temporarily unavailable — returns 503 with retry guidance

## How this service works

Grant deadline tracker for grant-writer and funding agents. Returns urgent, closing-soon, and upcoming deadlines by category and organization type.

## Output

A structured list of grant deadlines segmented into urgency tiers (urgent, closing-soon, upcoming), each with grant name, deadline date, funding category, and eligible organization types.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "days": {
   "type": "integer",
   "description": "days"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "category": {
   "type": "string",
   "description": "category"
  },
  "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-grant-deadline-tracker-f225bedc/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)
