# FindPulse Grant Finder

> FindPulse Grant Finder is a paid API for AI agents from findpulse-omega.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns real funding opportunities filtered by category, demographic, and location with application strategy guidance for small businesses and funding agents.

## Facts

- Endpoint: GET https://findpulse-omega.vercel.app/api/find/grant
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/findpulse-grant-finder-275e1211
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IVGFeJt4RV0T-icAPPEDf

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 findpulse-grant-finder-275e1211
```

Example prompt: Can you find me real grant opportunities for a women-owned food service small business in California, and include tips on how I should approach the applications?

## When to prefer this

Use this endpoint when a user needs to discover real, categorized grant and funding opportunities for small businesses, nonprofits, or entrepreneurs with filters for demographic group and location, plus actionable application guidance — not just a generic web search for grants.

## Known failure modes

- No grants found matching the specified demographic or location — returns empty results or a narrowed suggestion
- Invalid or unrecognized location/category parameter — returns an error or fallback results
- Stale grant data if funding programs have closed or changed — results may reference expired opportunities
- Overly broad queries may return too many generic results without useful filtering

## How this service works

Grants I qualify for, find grants, small-business funding, funding for my project. For funding and small-business agents: takes a category, demographic/eligibility, and location and returns real grant opportunities with application strategy and quick-win suggestions.

## Output

A list of real, matched funding opportunities including grant names, funding amounts, eligibility requirements, application deadlines, and actionable application strategy tailored to the specified category, demographic, and location.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "category"
 ],
 "properties": {
  "country": {
   "type": "string",
   "description": "country"
  },
  "category": {
   "type": "string",
   "description": "category"
  },
  "location": {
   "type": "string",
   "description": "location"
  },
  "demographic": {
   "type": "string",
   "description": "demographic"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/findpulse-grant-finder-275e1211/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from findpulse-omega.vercel.app](https://www.zero.xyz/host/findpulse-omega.vercel.app/llms.txt)
