{
  "x402Version": 2,
  "id": 8126,
  "slug": "8126",
  "resource": "https://grant-search.krimskrams.xyz/v1/scan",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x276efA09388fB1578A6c415B8F90D26fdfCe0CF2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "120000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "grant-search.krimskrams.xyz",
  "lastUpdated": "2026-08-21T03:21:28.771Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-21T03:21:28.273Z"
  },
  "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"
  }
}