Skip to main content
AI Studio  add-on for Spider.
grants.gov · HTTP 200

Grants Scraper

Spider read grants.gov in 125 ms without a browser and returned 75 lines of clean markdown, including sections like "Discover Your Next Grant", "Informative status" and "How to Apply for Federal Funding Opportunities".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response grants.gov/index.md markdown · 75 lines
A **.gov** website belongs to an official government organization in the United States.**Secure .gov websites use HTTPS**A **lock** ( ) or **https://** means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.## Discover Your Next GrantExplore federal grant opportunities with our enhanced, user-friendly search.#### Informative status**Reminder:** Federal agencies do not publish personal financial assistance opportunities on Grants.gov. Federal funding opportunities published on Grants.gov are for organizations and entities supporting the development and management of government-funded programs and projects. For more information about personal financial assistance benefits, please visit USA.gov.### How to Apply for Federal Funding OpportunitiesKey steps that will help you in the application process### Are You Eligible for Federal Funding Opportunities?Determining your eligibility for federal grants is an important first step in the application process.### Ways to Get Help When Using Grants.govGrants.gov offers a wide range of help-focused resources### Grant Writing TipsPrinciples and examples of grant-writing### **Learning Workspace - Application Workflow for Organizations**### "How To..." Blog SeriesHow to manage passwords, find grantor contact information, find an applicant's UEI, and more### **Intro to Grants.gov - Applying for a Federal Grant on Grants.gov**### Grants Learning CenterThe Grants Learning Center is your gateway to the federal grants world### Next System Maintenance: September 19-21, 2026Software releases bring users new features and fixes
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on grants.gov.

grants-gov-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://grants.gov");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

TitleDepartmentDateDescriptionDocument URLCategory

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What grants.gov costs to scrape.

The capture above cost $0.000105 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://grants.gov/", "return_format": "markdown"}'

More Government scrapers.

Start scraping grants.gov.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.