# GrantPulse EU Funding Intelligence

> GrantPulse EU Funding Intelligence is a paid API for AI agents from grantpulse-three.vercel.app, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Returns structured intelligence on EU grant programmes including Horizon Europe, ERC, structural funds, and all European Commission funding opportunities

## Facts

- Endpoint: GET https://grantpulse-three.vercel.app/api/grant/eu
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grantpulse-eu-funding-intelligence-24495a9f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KnPsYXo8vm9WZLFp9mcwd

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-eu-funding-intelligence-24495a9f
```

Example prompt: Can you pull up all the EU funding opportunities relevant to my quantum computing research project — specifically Horizon Europe and ERC programmes I might be eligible for as a university-based researcher?

## When to prefer this

Use this endpoint when an agent needs EU-specific grant intelligence — particularly Horizon Europe, ERC, or EC structural fund data — rather than US federal grants (use the Federal grant search endpoint) or private foundation funding. Best for researcher and grant-writer agents operating in the European funding landscape.

## Known failure modes

- No matching EU programmes found for the specified topic or profile
- Invalid or unrecognized funding programme name returns empty results
- Payment failure via x402 protocol blocks the request
- Rate limiting if called too frequently
- Stale data if EU programme details have recently changed

## How this service works

EU funding intelligence for researcher and grant-writer agents. Covers Horizon Europe, ERC, structural funds, and all EC grant programmes.

## Output

Returns structured EU grant intelligence covering Horizon Europe calls, ERC grant programmes, structural funds, and other EC funding opportunities, likely including programme names, funding amounts, eligibility criteria, deadlines, and application details relevant to the query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "sector": {
   "type": "string",
   "description": "sector"
  },
  "country": {
   "type": "string",
   "description": "EU member state"
  },
  "mission": {
   "type": "string",
   "description": "mission"
  },
  "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-eu-funding-intelligence-24495a9f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from grantpulse-three.vercel.app](https://www.zero.xyz/host/grantpulse-three.vercel.app/llms.txt)
