USAspending Award Search avatar

USAspending Award Search

Pricing

Pay per usage

Go to Apify Store
USAspending Award Search

USAspending Award Search

Search official US federal award data through USAspending.gov and emit normalized award records.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Prophed Com

Prophed Com

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

29 minutes ago

Last modified

Share

Search official US federal award data through USAspending.gov and emit normalized Apify dataset rows. This Actor is built for procurement intelligence, grant monitoring, competitor research, agency spend analysis, and scheduled public-sector data feeds.

Use cases

  • Find high-value federal contracts, grants, loans, and assistance awards.
  • Monitor award activity for recipients, agencies, keywords, or time windows.
  • Export USAspending award results to CSV, JSON, Excel, BI tools, warehouses, or webhooks.
  • Feed procurement and market-intelligence pipelines with normalized public award records.

Input

{
"startDate": "2025-01-01",
"endDate": "2025-12-31",
"awardTypeCodes": ["A", "B", "C", "D"],
"keywords": [],
"recipientSearchText": [],
"fields": ["Award ID", "Recipient Name", "Award Amount", "Start Date", "End Date", "Awarding Agency"],
"sort": "Award Amount",
"order": "desc",
"pageSize": 100,
"maxPages": 5,
"maxItems": 500
}

The default award type codes focus on contract-style awards. Users can pass USAspending-compatible award type codes and filters for their own workflows.

Output

Each dataset row is one award result:

{
"source": "usaspending",
"awardId": "HT940216C0001",
"recipientName": "HUMANA GOVERNMENT BUSINESS INC",
"awardAmount": 51269205263.03,
"startDate": "2016-08-01",
"endDate": "2025-12-31",
"awardingAgency": "Department of Defense",
"page": 1
}

If USAspending returns an error, the Actor writes a structured error row with the page, request URL, and message.

Notes

This Actor uses the public USAspending API and does not require an API key. USAspending search semantics and award-code meanings are controlled by USAspending.gov.