Search current U
Search current U.S. Grants.gov opportunities by default, or set source=eu to search English EU Funding & Tenders topics with SEDIA status 31094502. Inputs are source, query, agency, statuses, limit, closing_within_days, and minimum_award_ceiling. Receive up to 20 normalized JSON records with title, agency, status, open and close dates, award amounts, eligibility, funding fields, and official_url.
20000 (raw units)
price
18
calls / 30d
8
unique payers
2026-09-12
updated
Provider
grant-search.krimskrams.xyz · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x276efA09388fB1578A6c415B8F90D26fdfCe0CF2",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"closing_within_days": 90,
"limit": 5,
"minimum_award_ceiling": 100000,
"query": "energy"
},
"type": "http"
},
"output": {
"example": {
"candidates_evaluated": 10,
"result_count": 1,
"results": [
{
"award_ceiling_usd": 500000,
"days_remaining": 30,
"opportunity_number": "DE-FOA-EXAMPLE"
}
],
"source": "Grants.gov"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"agency": {
"type": "string"
},
"closing_within_days": {
"minimum": 0,
"type": "integer"
},
"limit": {
"maximum": 20,
"minimum": 1,
"type": "integer"
},
"minimum_award_ceiling": {
"minimum": 0,
"type": "integer"
},
"query": {
"type": "string"
},
"statuses": {
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"candidates_evaluated": {
"title": "Candidates Evaluated",
"type": "integer"
},
"partial_results": {
"title": "Partial Results",
"type": "boolean"
},
"query": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Query"
},
"result_count": {
"title": "Result Count",
"type": "integer"
},
"results": {
"items": {
"properties": {
"agency_code": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Agency Code"
},
"agency_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Agency Name"
},
"assistance_listings": {
"items": {
"type": "string"
},
"title": "Assistance Listings",
"type": "array"
},
"award_ceiling_usd": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Award Ceiling Usd"
},
"award_floor_usd": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Award Floor Usd"
},
"close_date": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Close Date"
},
"cost_sharing_required": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "Cost Sharing Required"
},
"days_remaining": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Days Remaining"
},
"eligibility": {
"items": {
"type": "string"
},
"title": "Eligibility",
"type": "array"
},
"estimated_total_funding_usd": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Estimated Total Funding Usd"
},
"expected_awards": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Expected Awards"
},
"funding_categories": {
"items": {
"type": "string"
},
"title": "Funding Categories",
"type": "array"
},
"funding_instruments": {
"items": {
"type": "string"
},
"title": "Funding Instruments",
"type": "array"
},
"official_url": {
"title": "Official Url",
"type": "string"
},
"open_date": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Open Date"
},
"opportunity_id": {
"title": "Opportunity Id",
"type": "integer"
},
"opportunity_number": {
"title": "Opportunity Number",
"type": "string"
},
"source_updated_at": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Source Updated At"
},
"status": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Status"
},
"title": {
"title": "Title",
"type": "string"
}
},
"title": "GrantOpportunity",
"type": "object"
},
"title": "Results",
"type": "array"
},
"retrieved_at": {
"format": "date-time",
"title": "Retrieved At",
"type": "string"
},
"source": {
"default": "Grants.gov",
"title": "Source",
"type": "string"
},
"source_api": {
"default": "https://api.grants.gov/v1/api",
"title": "Source Api",
"type": "string"
},
"source_hit_count": {
"title": "Source Hit Count",
"type": "integer"
}
},
"title": "GrantSearchResponse",
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://grant-search.krimskrams.xyz/v1/search" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://grant-search.krimskrams.xyz/v1/search");
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://grant-search.krimskrams.xyz/v1/search")
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/8124.json, and this resource appears in /discovery/resources and /discovery/search.