F

Federal Grant Search API · Scan

by Federal Grant Search API

POSTBase

$0.12

per call · USD Coin on Base

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.

Endpoint

POST https://grant-search.krimskrams.xyz/v1/scan

2

Calls / 30d

1

Unique payers / 30d

Aug 21

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://grant-search.krimskrams.xyz/v1/scan", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "searches": [
      {
        "limit": 10,
        "minimum_award_ceiling": 1000000,
        "query": "advanced manufacturing"
      },
      {
        "agency": "DOE-ARPAE",
        "closing_within_days": 180,
        "limit": 10
      }
    ]
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://grant-search.krimskrams.xyz/v1/scan" \
  -H "Content-Type: application/json" \
  -d '{"searches":[{"limit":10,"minimum_award_ceiling":1000000,"query":"advanced manufacturing"},{"agency":"DOE-ARPAE","closing_within_days":180,"limit":10}]}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "search_count": 2,
  "source": "Grants.gov",
  "unique_result_count": 3,
  "unique_results": [
    {
      "award_ceiling_usd": 5000000,
      "days_remaining": 30,
      "opportunity_number": "DE-FOA-EXAMPLE"
    }
  ]
}

Payment details

Pay to0x276efa09388fb1578a6c415b8f90d26fdfce0cf2
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Federal Grant Search API & similar services