Open federal grant opportunities matching a keyword, with agency, deadline and days left t
Open federal grant opportunities matching a keyword, with agency, deadline and days left to apply.
20000 (raw units)
price
3
calls / 30d
1
unique payers
2026-09-16
updated
Provider
loonie-toll.onrender.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "DUPiupXtuox38dcGoXUKer5mAydCzmaHjrbQ66qeEm8s",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "20000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "20000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "20000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"keyword": "wildfire"
},
"type": "http"
},
"output": {
"example": {
"counts": {
"closingSoon": 4,
"open": 10,
"returned": 10
},
"disclaimer": "Advisory only, provided as is without warranty of accuracy or completeness. Deadlines and eligibility change — always confirm on grants.gov before relying on a date, and read the full announcement for…",
"matchCount": 29,
"opportunities": [
{
"agency": "Bureau of Land Management",
"agencyCode": "DOI-BLM",
"cfdaNumbers": [
"15.232"
],
"closesOn": "09/17/2026",
"closingSoon": true,
"daysLeft": 8,
"documentType": "synopsis",
"expired": false,
"openedOn": "07/07/2026",
"opportunityNumber": "FA-NOFO0027-002",
"status": "posted",
"title": "U.S. Wildland Fire Service BLM-National Interagency Fire Center (NIFC) Joint Fire Science Program (JFSP) Primary Announcement",
"url": "https://www.grants.gov/search-results-detail/363103"
},
{
"agency": "Geological Survey",
"agencyCode": "DOI-USGS1",
"cfdaNumbers": [
"15.808"
],
"closesOn": "09/12/2026",
"closingSoon": true,
"daysLeft": 3,
"documentType": "synopsis",
"expired": false,
"openedOn": "08/12/2026",
"opportunityNumber": "G26AS00157",
"status": "posted",
"title": "Cooperative Agreement for Affiliated Partner with the Colorado Plateau Cooperative Ecosystem Studies Unit (CESU)",
"url": "https://www.grants.gov/search-results-detail/363544"
}
],
"query": {
"keyword": "wildfire",
"status": "posted"
},
"reasons": [
"4 of 10 open opportunities close within 14 days.",
"Soonest: \"U.S. Wildland Fire Service BLM-National Interagency Fire Center (NIFC) Joint Fire Science Program (JFSP) Prima\" (Bureau of Land Management) closes in 8 day(s)."
],
"retrievedAt": "2026-09-09T00:55:51.027Z",
"source": "Grants.gov Search2 API",
"verdict": "CLOSING_SOON"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"keyword": {
"description": "What the funding is for, e.g. 'wildfire' or 'rural broadband'",
"type": "string"
},
"rows": {
"description": "Max opportunities to return, default 10",
"type": "integer"
},
"status": {
"description": "Opportunity status, default posted (currently open)",
"enum": [
"posted",
"forecasted",
"closed",
"archived"
],
"type": "string"
}
},
"required": [
"keyword"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"counts": {
"properties": {
"closingSoon": {
"type": "integer"
},
"open": {
"type": "integer"
},
"returned": {
"type": "integer"
}
},
"type": "object"
},
"disclaimer": {
"type": "string"
},
"matchCount": {
"type": "integer"
},
"opportunities": {
"items": {
"properties": {
"agency": {
"type": "string"
},
"agencyCode": {
"type": "string"
},
"cfdaNumbers": {
"items": {
"type": "string"
},
"type": "array"
},
"closesOn": {
"type": [
"null",
"string"
]
},
"closingSoon": {
"type": "boolean"
},
"daysLeft": {
"type": [
"integer",
"null"
]
},
"documentType": {
"type": "string"
},
"expired": {
"type": "boolean"
},
"openedOn": {
"type": "string"
},
"opportunityNumber": {
"type": "string"
},
"status": {
"type": "string"
},
"title": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"query": {
"properties": {
"keyword": {
"type": "string"
},
"status": {
"type": "string"
}
},
"type": "object"
},
"reasons": {
"items": {
"type": "string"
},
"type": "array"
},
"retrievedAt": {
"type": "string"
},
"source": {
"type": "string"
},
"verdict": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://loonie-toll.onrender.com/grants" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://loonie-toll.onrender.com/grants");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://loonie-toll.onrender.com/grants")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7822.json, and this resource appears in /discovery/resources and /discovery/search.