{
  "x402Version": 2,
  "id": 8124,
  "slug": "8124",
  "resource": "https://grant-search.krimskrams.xyz/v1/search",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x276efA09388fB1578A6c415B8F90D26fdfCe0CF2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "grant-search.krimskrams.xyz",
  "lastUpdated": "2026-09-12T17:25:52.16Z",
  "quality": {
    "calls30d": 18,
    "uniquePayers30d": 8,
    "lastCalledAt": "2026-09-12T17:25:51.645Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "grant-search.krimskrams.xyz",
    "manifest_name": "grant-search.krimskrams.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}