Find new or changed U.S
Find new or changed U.S. federal grants for a maintained scope. Use scope, as_of, window_days, event_limit, and continuation cursor inputs. Receive JSON with events, changed fields, deadline risks, award-value changes, dataset status, evidence URLs, and next_request.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1177 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
POST https://grant-search.krimskrams.xyz/v1/change-intelligence
| Category | Search and research |
|---|---|
| Provider host | grant-search.krimskrams.xyz |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 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 | 1177 ms |
Example input (from the provider)
{
"body": {
"as_of": "2026-08-19T00:00:00Z",
"event_limit": 20,
"scope": "artificial-intelligence",
"window_days": 7
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"description": "Resolve one buyer request to a maintained collection scope.",
"properties": {
"as_of": {
"format": "date-time",
"title": "As Of",
"type": "string"
},
"cursor": {
"default": "start",
"maxLength": 50,
"pattern": "^(?:start|[0-9]+:[0-9]+)$",
"title": "Cursor",
"type": "string"
},
"end_cursor": {
"anyOf": [
{
"maxLength": 50,
"pattern": "^[0-9]+:[0-9]+$",
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "End Cursor"
},
"end_snapshot_id": {
"anyOf": [
{
"minimum": 1,
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "End Snapshot Id"
},
"event_limit": {
"default": 20,
"maximum": 100,
"minimum": 1,
"title": "Event Limit",
"type": "integer"
},
"scope": {
"maxLength": 100,
"title": "Scope",
"type": "string"
},
"window_days": {
"default": 7,
"maximum": 3650,
"minimum": 0,
"title": "Window Days",
"type": "integer"
}
},
"required": [
"as_of",
"scope"
],
"title": "ConfiguredChangeIntelligenceRequest",
"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": {
"as_of": {
"format": "date-time",
"title": "As Of",
"type": "string"
},
"award_value_change_count": {
"title": "Award Value Change Count",
"type": "integer"
},
"award_value_changes": {
"items": {
"properties": {
"agency_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Agency Name"
},
"captured_at": {
"format": "date-time",
"title": "Captured At",
"type": "string"
},
"change_type": {
"title": "Change Type",
"type": "string"
},
"direction": {
"title": "Direction",
"type": "string"
},
"evidence_url": {
"title": "Evidence Url",
"type": "string"
},
"field_name": {
"title": "Field Name",
"type": "string"
},
"new_value": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "New Value"
},
"old_value": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Old Value"
},
"opportunity_id": {
"title": "Opportunity Id",
"type": "integer"
},
"payload_sha256": {
"title": "Payload Sha256",
"type": "string"
},
"snapshot_id": {
"title": "Snapshot Id",
"type": "integer"
},
"source_api": {
"title": "Source Api",
"type": "string"
},
"source_updated_at": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Source Updated At"
},
"status": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"titl