Federal Spending Monitor avatar

Federal Spending Monitor

Pricing

Pay per usage

Go to Apify Store
Federal Spending Monitor

Federal Spending Monitor

Monitor US federal government spending by agency via USASpending.gov API � no API key required. Track obligations, contracts, grants, direct payments, and search award recipients by company name.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Ramzi TECH

Ramzi TECH

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Track US federal government spending by agency — no API key required.

Pull real-time data from the official USASpending.gov API. Monitor agency budgets, track contracts and grants, search award recipients — all in structured JSON.

⚡ Quick Start

  1. Enter agency codes (e.g. 075 = HHS, 097 = DoD) and fiscal year
  2. Click Run — get spending breakdown in seconds
  3. Use output JSON in your dashboard, research, or analysis pipeline

What you get

Data TypeDescription
Agency SummaryTotal obligations, transaction counts, fiscal year
Spending by CategoryBreakdown: contracts, grants, direct payments, loans, IDVs
Recipient SearchFind federal awards by company name (Google, Lockheed, etc.)

Example output — HHS FY2024

{
"agency_code": "075",
"fiscal_year": 2024,
"total_obligations": "$1.85 Trillion",
"transaction_count": 378076,
"categories": [
{ "category": "direct_payments", "amount": "$1.04T", "pct": "55.8%" },
{ "category": "grants", "amount": "$778.5B", "pct": "42.0%" },
{ "category": "contracts", "amount": "$29.9B", "pct": "1.6%" }
]
}

Data source

USASpending.gov API v2 — official US Treasury / DATA Act source. Updated daily. No registration, no API key.

Input

{
"agencies": [
{ "code": "075", "name": "HHS" },
{ "code": "097", "name": "DoD" }
],
"fiscal_years": [2024],
"search_recipients": ["Google", "Lockheed Martin"],
"include_category_breakdown": true
}

Agency codes

CodeAgency
075Dept. of Health & Human Services (HHS)
097Dept. of Defense (DoD)
013Dept. of Agriculture (USDA)
070Dept. of Veterans Affairs
019Dept. of Justice
091Dept. of Energy
047General Services Administration (GSA)

Use cases

  • Federal contractors — track agencies you sell to, monitor competition
  • Policy researchers — analyze spending trends by agency and category
  • Journalists — investigate government contracts and grant recipients
  • Grant writers — identify agencies funding your sector
  • Data analysts — build dashboards on federal expenditure

Rate limits

~1,000 requests/hour on USASpending.gov API. Actor includes delays between calls to stay within limits.

Deploy

git clone https://github.com/ramzi-slim201/federal-spending-monitor
cd federal-spending-monitor
apify push