Provide 1 to 10 grant-search objects
Provide 1 to 10 grant-search objects. Receive one JSON response of current Grants.gov results, deduplicated across searches, with award data, deadlines, and official links, and one batch replaces up to ten calls.
120000 (raw units)
price
2
calls / 30d
1
unique payers
2026-08-21
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": "120000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"searches": [
{
"limit": 10,
"minimum_award_ceiling": 1000000,
"query": "advanced manufacturing"
},
{
"agency": "DOE-ARPAE",
"closing_within_days": 180,
"limit": 10
}
]
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"search_count": 2,
"source": "Grants.gov",
"unique_result_count": 3,
"unique_results": [
{
"award_ceiling_usd": 5000000,
"days_remaining": 30,
"opportunity_number": "DE-FOA-EXAMPLE"
}
]
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"searches": {
"items": {
"properties": {
"agency": {
"maxLength": 50,
"type": "string"
},
"closing_within_days": {
"maximum": 3650,
"minimum": 0,
"type": "integer"
},
"limit": {
"maximum": 20,
"minimum": 1,
"type": "integer"
},
"minimum_award_ceiling": {
"minimum": 0,
"type": "integer"
},
"query": {
"maxLength": 200,
"type": "string"
},
"statuses": {
"maxLength": 50,
"type": "string"
}
},
"type": "object"
},
"maxItems": 10,
"minItems": 1,
"type": "array"
}
},
"required": [
"searches"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"retrieved_at": {
"format": "date-time",
"title": "Retrieved At",
"type": "string"
},
"search_count": {
"title": "Search Count",
"type": "integer"
},
"searches": {
"items": {
"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"
},
"title": "Searches",
"type": "array"
},
"source": {
"default": "Grants.gov",
"title": "Source",
"type": "string"
},
"source_api": {
"default": "https://api.grants.gov/v1/api",
"title": "Source Api",
"type": "string"
},
"unique_result_count": {
"title": "Unique Result Count",
"type": "integer"
},
"unique_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": "Unique Results",
"type": "array"
}
},
"title": "GrantScanResponse",
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://grant-search.krimskrams.xyz/v1/scan" # -> 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/scan");
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/scan")
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/8126.json, and this resource appears in /discovery/resources and /discovery/search.