usaspending

Query the USASpending.gov public API for grants, contracts, and SBIR awards.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/EternisAI/agent-sandbox --skill usaspending
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: usaspending
Source: https://github.com/EternisAI/agent-sandbox/tree/main/skills/usaspending
Command: npx skills add https://github.com/EternisAI/agent-sandbox --skill usaspending

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Public API access to USASpending.gov provides a structured way to locate federal grants, contracts, and SBIR awards without needing a proxy or API key, enabling faster research and due diligence.

Core Features & Use Cases

  • Direct API calls to search_grants, search_contracts, and related endpoints to retrieve award records, totals, and timelines.
  • Explore recipients, programs, and agencies with ranking endpoints (top_recipients, top_programs, top_agencies) and geography insights (spending_by_state, spending_by_geography).
  • No-code examples and practical usage scenarios for VC due-diligence, R&D trend analysis, and recipient profiling are provided.

Quick Start

Provide filters for recipient name and time period, then call search_grants or search_contracts to fetch matching award records.

Frequently Asked Questions about usaspending

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search federal grants and contracts from USASpending.gov without an API key?

You can search federal grants and contracts by querying the USASpending.gov public API directly. This approach requires no API key, using filters like recipient name and time period to return structured JSON award records.

What is the best way to find SBIR awards for VC due diligence?

Finding SBIR awards for VC due diligence involves querying the USASpending.gov API for federal funding data. You can retrieve targeted award records, totals, and timelines by searching contracts and grants with specific recipient filters.

Can I retrieve recipient profiles and spending by geography from USASpending data?

Yes, you can retrieve recipient profiles and spending by geography from USASpending data. The API provides dedicated endpoints like recipient_profile and spend_by_geography to explore market geography and federal funding allocation.

How do I get structured JSON from federal funding data for R&D trend analysis?

To get structured JSON from federal funding data for R&D trend analysis, query the USASpending.gov public API. Use search endpoints for grants and contracts, then leverage helper functions to resolve recipients and retrieve award details.

Does querying USASpending.gov require any proxy or authentication setup?

Querying USASpending.gov requires no proxy or authentication setup. The public API allows direct access to federal grants, contracts, and SBIR awards without needing an API key, enabling faster research and due diligence.