Search live UK grants
uk_grants_searchLive UK grant funding calls from GOV.UK Find a Grant in one call: name, funder, amount range, opening/closing dates, who can apply, one-line summary and the official source link. Filter by keywords, nation, applicant type and amount band. Indexed daily from the official listing - the service has no API of its own, so this is the machine-readable version.
Costs $0.10 USDC per call (x402, Base mainnet). Returns: result = { total_matched, returned, grants[] of { id, name, funder, amounts{min,max,text}, window{opens,closes,open_now,days_to_close}, who_can_apply, org_types, regions, summary, criteria_parsed, criteria_basis seed|llm|listing|null, source_url }, excluded{} }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Keywords matched against grant names, summaries, funders and descriptions (light stemming). At least one criterion is required. | |
| max | No | Only grants whose minimum award is at most this many GBP. | |
| min | No | Only grants whose maximum award is at least this many GBP. | |
| region | No | UK nation: england, scotland, wales, northern-ireland (or uk for UK-wide only). | |
| open_now | No | Default true: only grants currently open for applications. Set to false to include closed/not-yet-open listings. | |
| org_type | No | Applicant type: individual, business, charity, community_group, public_body, local_authority, education (synonyms like sole-trader, cic, council are mapped). |