Structured grants & tenders data, refreshed daily.
License the same dataset that powers GrantsFeed — 2,693 live opportunities aggregated, de-duplicated and normalised from official open data across the US, UK, EU and Australia. 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=United%20States&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": "United States",
"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 | country / region name |
| amountBand | under-50k · 50k-500k · 500k-plus |
| 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.
Pricing
Simple monthly licensing. Cancel anytime. Volume & annual discounts available.
Starter
$49/mo
For a single app or research project.
- ✓JSON API access
- ✓Up to 25k rows / day
- ✓Sector, region & amount filters
- ✓Email support
Pro
Popular$199/mo
For consultancies, newsletters & products.
- ✓Everything in Starter
- ✓Unlimited pulls + CSV bulk export
- ✓Incremental sync (updatedSince)
- ✓Full record fields
- ✓Priority support
Enterprise
Custom
For platforms, universities & CRMs.
- ✓Raw feed / bulk delivery
- ✓Redistribution license
- ✓Custom fields & SLAs
- ✓Onboarding + dedicated contact
Request an API key
Tell us your use case and we'll send access details and a key — usually within a day. Building something time-sensitive? Mention it and we'll fast-track a trial.
Data is aggregated from official open-data feeds under their respective licences — see our data sources and methodology.