USA Spending Federal Data Scraper avatar

USA Spending Federal Data Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
USA Spending Federal Data Scraper

USA Spending Federal Data Scraper

Scrape USASpending.gov - the official open data source for US federal government spending. Search awards, find top recipients, and explore agency budgets for $6+ trillion in annual federal spending.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Extract US federal government spending data from USASpending.gov — the official transparency platform tracking $6+ trillion in annual federal contracts, grants, loans, and financial assistance.

Features

  • Search Awards — search federal contracts, grants, and loans by keyword, agency, and date range
  • Top Recipients — find the biggest recipients of federal spending
  • Agency Spending — explore all federal agencies ranked by budgetary resources

Input

FieldTypeDescription
modeselectOperation mode (see below)
searchQuerystringKeywords to search awards or recipients
awardTypesselectFilter by award type (contracts, grants, loans, etc.)
agencystringAwarding agency name filter
startDatestringStart date filter (YYYY-MM-DD)
endDatestringEnd date filter (YYYY-MM-DD)
maxItemsintegerMaximum records to return (1–500, default 50)

Modes

ModeDescription
searchAwardsSearch federal awards by keyword, agency, and date range
topRecipientsGet top recipients of federal spending
agencySpendingList federal agencies ranked by budgetary resources

Award Types

ValueDescription
contractsBPA calls, purchase orders, delivery orders, definitive contracts
grantsBlock grants, formula grants, project grants, cooperative agreements
loansDirect loans, guaranteed/insured loans
direct_paymentsFormula funded and unrestricted direct payments
other_financial_assistanceInsurance, reimbursable agreements

Output

Each award record contains:

FieldTypeDescription
awardIdstringUnique identifier for the federal award
recipientNamestringName of the award recipient
awardAmountnumberTotal obligation in US dollars
awardingAgencyNamestringName of the awarding federal agency
awardTypestringType of award (contract, grant, etc.)
startDatestringAward start date (YYYY-MM-DD)
endDatestringAward end date (YYYY-MM-DD)
descriptionstringDescription of the work or purpose
scrapedAtstringISO 8601 timestamp

Example Output

{
"awardId": "DESC0014664",
"recipientName": "ACME CONSTRUCTION LLC",
"awardAmount": 3061819994.03,
"awardingAgencyName": "Department of Energy",
"awardType": "Definitive Contract",
"startDate": "2023-01-15",
"endDate": "2025-12-31",
"description": "Construction and infrastructure modernization services",
"scrapedAt": "2026-06-03T10:00:00+00:00"
}

Use Cases

  • Government transparency — track where federal dollars are going
  • Business intelligence — identify contracting opportunities by agency and keyword
  • Research & journalism — analyze spending patterns across agencies and time periods
  • Policy analysis — compare budget allocations across federal departments
  • Vendor research — discover top recipients of government contracts in specific sectors

Data Source

All data comes from the USASpending.gov API — the official US government open data platform mandated by the DATA Act. The API is completely free and requires no API key or registration.

FAQs

Is an API key required? No. The USASpending.gov API is completely free and publicly accessible with no authentication required.

How current is the data? USASpending.gov data is typically updated daily. Award data usually reflects transactions within 30 days of occurrence.

What is the total amount of federal spending tracked? USASpending.gov tracks over $6 trillion in annual federal spending across all executive branch agencies.

What does searchAwards search by default? When no awardTypes is specified, the actor searches contracts (the most common and reliably populated award type). To search grants, set awardTypes to grants.

Can I search for education grants specifically? Yes — set mode=searchAwards, searchQuery=education, awardTypes=grants to find education grants.

What date range should I use? Federal fiscal years run October 1 to September 30. For FY2024 data: startDate=2023-10-01, endDate=2024-09-30.