F

Federal Grant Search API · Search

by Federal Grant Search API

GETBase

$0.02

per call · USD Coin on Base

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.

Endpoint

GET https://grant-search.krimskrams.xyz/v1/search

17

Calls / 30d

7

Unique payers / 30d

Sep 9

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/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://grant-search.krimskrams.xyz/v1/search?closing_within_days=90&limit=5&minimum_award_ceiling=100000&query=energy" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "candidates_evaluated": 10,
  "result_count": 1,
  "results": [
    {
      "award_ceiling_usd": 500000,
      "days_remaining": 30,
      "opportunity_number": "DE-FOA-EXAMPLE"
    }
  ],
  "source": "Grants.gov"
}

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