Structured grants & tenders data, refreshed daily.
License the same dataset that powers GrantsFeed — 2,353 live opportunities aggregated, de-duplicated and normalised from official open data across the US, UK and EU. Pull it straight into your product, newsletter, CRM or research workflow via a simple JSON API or CSV export — no scraping, no reconciling a dozen government portals.
What's in every record
Name, canonical URL, grant/tender type, funder, funding amount (USD) & band, deadline, sector, region, audience, summary, official source URL, source feed, status, and first-seen / last-updated timestamps — so you can filter, dedupe against your own data, and sync incrementally.
Example request
GET /api/v1/opportunities?type=grant®ion=US&limit=2
Authorization: Bearer YOUR_API_KEY
{
"object": "list",
"niche": "grants",
"count": 2,
"total": 276,
"limit": 2,
"offset": 0,
"next_offset": 2,
"data": [
{
"id": "b0c1…",
"name": "Clean Energy Innovation Grant",
"url": "https://grantsfeed.com/grants/clean-energy-innovation-grant",
"type": "grant",
"funder": "U.S. Department of Energy",
"amount_usd": 500000,
"amount_band": "500k-plus",
"deadline": "2026-09-30",
"sector": "Energy",
"region": "US",
"audience": ["small-business", "nonprofits"],
"summary": "Funding for early-stage clean-energy…",
"source_url": "https://www.grants.gov/…",
"sources": ["grants.gov"],
"status": "active",
"first_seen": "2026-06-14T…",
"updated_at": "2026-07-07T…"
}
]
}| Parameter | Description |
|---|---|
| type | grant or tender |
| sector | e.g. Energy, Health, Education |
| region | code or country name — US, GB, EU, AU, DEU… or e.g. United States |
| amountBand | under-50k · 50k-500k · 500k-plus |
| q | full-text search, e.g. solar energy (quoted phrases supported) |
| updatedSince | ISO date — return only records changed since (incremental sync) |
| limit / offset | pagination (limit ≤ 500, default 100) |
| format | json (default) or csv |
Authenticate with Authorization: Bearer YOUR_API_KEY. Add &format=csv to any query for a spreadsheet export.
Also available: awards (who won)
/api/v1/awards returns awarded contract & grant results — winner, awarded value (USD), award date, sector, region and funder — from official EU, UK and Australian award notices. Filter by winner, sector, region or awardedSince to track incumbents and repeat winners for bid intelligence. Same key and JSON/CSV formats as the main feed.
Free: public funding statistics
No key needed for the aggregate view. GET /api/stats returns live headline figures (open count, total value, median award, closing-soon, plus breakdowns by country, sector, funder and award size) as JSON — the same numbers the statistics page renders. Licensed CC BY 4.0: cite freely with a link. There's also a live /api/stats/badge SVG you can embed.
Pricing
Starts with a free 14-day trial — no card required. Then billed monthly by invoice (PayPal / Wise); cancel anytime. Annual billing (2 months free) on request.
Team
Recommended$149/mo
For consultancies and bid/grant-writing teams researching opportunities for clients.
- ✓Full JSON API + CSV export
- ✓All open grants & tenders (US / UK / EU + international)
- ✓Sector, region & amount filters, every record field
- ✓Incremental sync (updatedSince)
- ✓Unlimited seats across your team
- ✓Client-facing use of the data
- ✓Per-client queries built for you
- ✓Weekly filtered alert digests
- ✓Priority support
Embedded
Custom
To embed the feed inside your own product, CRM or platform.
- ✓Raw / bulk delivery
- ✓Custom fields & SLAs
- ✓Source attribution supplied for your UI
- ✓Dedicated contact
Request an API key
Tell us your use case and we'll send access details and a free trial key — usually within a day. Building something time-sensitive? Mention it and we'll fast-track it.
Data is aggregated from official open-data feeds under their respective licences — see our data sources and methodology.