Search current U.S
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1167 msmedian answer time
$0.02listed price per call
$0.02price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://grant-search.krimskrams.xyz/v1/search
| Category | Search and research |
|---|---|
| Provider host | grant-search.krimskrams.xyz |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 7 from 5 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 1167 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"closing_within_days": 90,
"limit": 5,
"minimum_award_ceiling": 100000,
"query": "energy"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$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"
},