USAspending Federal Awards — Clean JSON avatar

USAspending Federal Awards — Clean JSON

Pricing

from $20.00 / 1,000 results

Go to Apify Store
USAspending Federal Awards — Clean JSON

USAspending Federal Awards — Clean JSON

Search $700B+ of US federal spending (contracts & grants) and get clean, normalized award rows: recipient, amount, agency, dates, description and a link. Free official source, no API key.

Pricing

from $20.00 / 1,000 results

Rating

0.0

(0)

Developer

SonniTech Solutions

SonniTech Solutions

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Search $700B+ of US federal spending and get clean, structured award data. Filter by keyword, recipient state, award type and date range — receive normalized rows with recipient, amount, awarding agency, dates, description and a direct USAspending link.

Why this exists

USAspending.gov has every federal contract and grant, free and official — but its API is a POST endpoint with complex nested filters and raw field names. This actor wraps it into a simple input and returns flat, ready-to-use rows.

Input

{
"keywords": ["cybersecurity"],
"states": ["MI"],
"awardTypes": ["A", "B", "C", "D"],
"limit": 50
}
  • keywords — terms to match (company, technology, program).
  • states — optional recipient state codes (MI, CA, TX…).
  • awardTypes — A,B,C,D = contracts (default). Grants: 02,03,04,05.
  • startDate / endDate — optional YYYY-MM-DD. Default: last 12 months.
  • limit — 1–100 awards.

Output (one item per award)

{
"recipient": "LOCKHEED MARTIN CORPORATION",
"amount": 666310175.84,
"awardingAgency": "Department of Defense",
"awardingSubAgency": "Department of the Air Force",
"awardType": "DELIVERY ORDER",
"usaspendingUrl": "https://www.usaspending.gov/award/..."
}

Use cases

  • GovCon sales intelligence — who is winning what, and how much.
  • Competitive analysis of federal vendors.
  • Feed clean award data into dashboards or AI pipelines.

Notes

  • Source: api.usaspending.gov (official, free, no key).
  • Data is as-reported by the US government.

Keywords: USAspending API, federal contracts data, government spending JSON, GovCon leads, federal awards scraper, SAM contracts, grants data.