# GrantPulse Grant Eligibility Checker

> GrantPulse Grant Eligibility Checker 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).

Analyzes an applicant's profile against a specific grant's eligibility criteria and returns a criterion-by-criterion pass/fail/gray-area assessment.

## Facts

- Endpoint: GET https://grantpulse.theaslangroupllc.com/api/grant/eligibility
- 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-grant-eligibility-checker-9d0871fd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SGFwy2GxwPUxK4b-GZLXM

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-eligibility-checker-9d0871fd
```

Example prompt: Can you run an eligibility check for our nonprofit, Horizon Youth Services — a 501(c)(3) focused on after-school STEM programs in rural areas with an annual budget of $850,000 — against the Robert Wood Johnson Foundation's Health Equity grant? Flag any gray areas where we might not clearly qualify.

## When to prefer this

Use this endpoint when a grant-writer or funding agent needs to pre-screen an applicant against a specific grant's eligibility requirements before investing time in a full application. Ideal for criterion-by-criterion audit with explicit gray-area identification rather than a simple yes/no determination. Best paired with sibling endpoints for grant search, strategy, and narrative writing in an end-to-end grant workflow.

## Known failure modes

- Grant not found or unrecognized grant identifier — returns error with no analysis
- Incomplete applicant profile — missing required fields causes partial or failed analysis
- Ambiguous eligibility criteria that cannot be resolved from available data
- Rate limit or payment failure via x402 protocol — returns 402 Payment Required
- Grant program may have updated eligibility rules not yet reflected in the data

## How this service works

Grant eligibility checker for grant-writer and funding agents. Returns a criterion-by-criterion analysis of whether an applicant qualifies, with gray-area flags.

## Output

A structured breakdown of each eligibility criterion for the specified grant, showing whether the applicant passes, fails, or falls into a gray area for each requirement, along with flags and explanations for uncertain or borderline criteria.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "org_type",
  "grant_name"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "agency": {
   "type": "string",
   "description": "agency"
  },
  "org_type": {
   "type": "string",
   "description": "org_type"
  },
  "grant_name": {
   "type": "string",
   "description": "grant_name"
  },
  "org_profile": {
   "type": "string",
   "description": "org_profile"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/grantpulse-grant-eligibility-checker-9d0871fd/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)
