# FindPulse Grant Finder

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

Finds real grant opportunities worldwide matching a user's category, demographic/eligibility, country, and location, with application strategy and quick-win suggestions.

## Facts

- Endpoint: GET https://findpulse.theaslangroupllc.com/api/find/grant
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/findpulse-grant-finder-87dc4ad7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_26vAVbjRDAdqdY9XVNNX3

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-87dc4ad7
```

Example prompt: Can you find me grants I qualify for as a woman-owned small business in the food and beverage category, based in California, US? I'd like application strategy tips and any quick wins too.

## When to prefer this

Use this endpoint when a user needs to discover grant funding opportunities for a business, project, or demographic need and wants actionable application guidance alongside the results. Prefer this over scholarship finders (which focus on educational aid) or general web search when structured, curated grant data with strategy tips is needed across multiple countries.

## Known failure modes

- No grants found for specified combination of category, demographic, and location — returns empty or limited results
- Invalid or unsupported country/location input — may return error or fallback results
- Overly broad eligibility criteria resulting in too many or irrelevant opportunities
- API payment not processed (x402) — request rejected before processing
- Stale grant data if underlying sources are not recently updated

## 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, country, and location and returns real grant opportunities worldwide (US, UK, EU, Canada, Australia, Germany, India and beyond) with application strategy and quick-win suggestions.

## Output

A list of real, current grant opportunities worldwide relevant to the specified category, eligibility/demographic, country, and location, along with tailored application strategy advice and quick-win suggestions to maximize funding chances.

## 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-87dc4ad7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from findpulse.theaslangroupllc.com](https://www.zero.xyz/host/findpulse.theaslangroupllc.com/llms.txt)
