# GrantPulse UK Grants Finder

> GrantPulse UK Grants Finder is a paid API for AI agents from grantpulse.theaslangroupllc.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Fetches live UK grant opportunities matched to an organisation from gov.uk Find a Grant, plus National Lottery, UKRI, Arts Councils, and devolved-nation specifics

## Facts

- Endpoint: GET https://grantpulse.theaslangroupllc.com/api/grant/uk
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grantpulse-uk-grants-finder-a2a4b1e9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Cb0pCrbTEig1tJHaawvuQ

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-uk-grants-finder-a2a4b1e9
```

Example prompt: Can you find live UK grants currently open for a registered charity working in mental health in England — pulling from gov.uk Find a Grant and the wider UK landscape including National Lottery and UKRI?

## When to prefer this

Use this endpoint when you need live, real-time UK grant data grounded in the official gov.uk Find a Grant service, especially for charities, CICs, businesses, or grant writers targeting UK funding. Prefer over generic grant databases when you need verbatim official grant details with award ranges and exact open/close dates. Best for UK-specific needs; for EU or US grants, use sibling endpoints.

## Known failure modes

- No grants currently matching the organisation profile — returns empty result set
- gov.uk Find a Grant live feed temporarily unavailable — may return partial or cached data
- Overly broad query returns too many results with limited filtering
- Organisation type not recognised — returns generic results rather than targeted matches

## How this service works

UK grants matched to your organisation, grounded in the official gov.uk Find a Grant service fetched LIVE: verbatim rows with award ranges, who-can-apply, open/close dates and the official page per grant — plus the wider UK landscape (National Lottery, UKRI/Innovate UK, Arts Councils, trusts) and England/Scotland/Wales/NI specifics. For charity, CIC, business, and grant-writer agents.

## Output

Returns verbatim grant rows including award ranges, eligibility (who-can-apply), open and close dates, and official gov.uk page links — plus coverage of National Lottery, UKRI/Innovate UK, Arts Councils, trusts, and England/Scotland/Wales/NI-specific programmes

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "language to respond in — defaults to English"
  },
  "nation": {
   "type": "string",
   "description": "England | Scotland | Wales | Northern Ireland"
  },
  "mission": {
   "type": "string",
   "description": "what the funding is for"
  },
  "org_type": {
   "type": "string",
   "description": "charity | CIC | private_company | individual | public_body"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "nation_notes": "Devolved schemes differ...",
  "official_rows": [
   {
    "name": "Woodland Creation Planning Grant",
    "locations": [
     "England"
    ],
    "max_award": "£30,500",
    "closing_date": "2030-04-01T00:00"
   }
  ],
  "wider_landscape": [
   {
    "funder": "National Lottery Community Fund",
    "programme": "Awards for All",
    "why_relevant": "£300-£20,000 for community projects"
   }
  ],
  "matched_official_grants": [
   {
    "name": "Woodland Creation Planning Grant",
    "fit_caveats": "England only",
    "why_it_fits": "Open to private landowners in England for exactly this work"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/grantpulse-uk-grants-finder-a2a4b1e9/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)
