USASpending.gov Scraper — Federal Awards & Contracts avatar

USASpending.gov Scraper — Federal Awards & Contracts

Pricing

from $0.0008 / award scraped

Go to Apify Store
USASpending.gov Scraper — Federal Awards & Contracts

USASpending.gov Scraper — Federal Awards & Contracts

Search US federal spending: contracts, grants, loans and direct payments by keyword, agency, date and amount. Get recipient, amount, agency, description, dates and location. For gov-contractor and grant intelligence. No key.

Pricing

from $0.0008 / award scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

USASpending.gov Scraper — Federal Awards, Contracts, Grants & Loans

Search the US government's official spending database and get federal awards back as clean, structured JSON. Query contracts, grants, loans, direct payments or other financial assistance by keyword, awarding agency, date range and minimum amount — then pull recipient, amount, agency, description, dates and place of performance for each award. No account, no API key. Built for government-contractor intelligence, grant research and competitive analysis.

Features

  • 🏛️ Every award type — switch awardType between contracts, grants, loans, direct_payments and other.
  • 🔍 Keyword search — match recipient names and award descriptions with keywords like software or cybersecurity.
  • 🏢 Agency filtering — narrow to top-tier awarding agencies such as Department of Defense or National Aeronautics and Space Administration.
  • 📅 Date range — bound results by award action date with fromDate / toDate (defaults to today).
  • 💵 Minimum amount — set minAmount to focus on material awards only.
  • 📊 Sorted by value — awards come back largest-first, so a maxResults cap keeps the biggest ones.
  • 🔗 Direct links — each record includes a url back to the award page on USASpending.gov.

What you get

One flat JSON record per award:

{
"awardId": "W52P1J-23-C-0001",
"recipientName": "EXAMPLE DEFENSE SYSTEMS INC.",
"awardAmount": 48250000,
"awardType": "DEFINITIVE CONTRACT",
"description": "CYBERSECURITY SOFTWARE AND SUPPORT SERVICES",
"awardingAgency": "Department of Defense",
"awardingSubAgency": "Department of the Army",
"startDate": "2023-03-15",
"endDate": "2026-03-14",
"placeOfPerformanceState": "VA",
"internalId": 123456789,
"url": "https://www.usaspending.gov/award/CONT_AWD_W52P1J23C0001"
}

Input

{
"awardType": "contracts",
"keywords": ["cybersecurity"],
"agencies": ["Department of Defense"],
"fromDate": "2022-01-01",
"toDate": "",
"minAmount": 1000000,
"maxResults": 500
}
FieldDescription
awardTypeCategory of federal awards: contracts, grants, loans, direct_payments or other.
keywordsSearch recipient names / award descriptions. Empty = all awards of the type in range.
agenciesFilter by top-tier awarding agency name.
fromDateAward action date lower bound (YYYY-MM-DD).
toDateAward action date upper bound (YYYY-MM-DD). Empty = today.
minAmountOnly include awards of at least this amount (USD).
maxResultsMaximum awards to collect (1–10000).

Use cases

  • Track federal contracts in your sector to find prime and subcontract opportunities.
  • Monitor grants and financial assistance for a target agency or program.
  • Build competitor intelligence on which recipients win large government awards.
  • Feed award data into market-sizing, forecasting or lobbying research.

Pricing

Pay-per-event: you're billed a small amount per run and per item scraped — you only pay for what you get. See the Pricing tab for current rates.

FAQ

Do I need an API key or account? No. The Actor uses the official public USASpending.gov API v2 (api.usaspending.gov), which is free and open — no login, no key.

How many awards can I get per run? Set maxResults anywhere from 1 to 10,000. Awards are returned largest-first by amount, so a cap always keeps the biggest, most material awards.

How fresh is the data? It reflects USASpending.gov's official database at run time. Federal spending records are updated by the government on their own schedule, so recency depends on when agencies report each award.

Is the data official? Yes — it comes directly from USASpending.gov, the US government's official federal spending source. This Actor is an independent tool and is not affiliated with or endorsed by USASpending.gov or the US federal government.

What's the output format? Flat JSON, one record per award, with recipient, amount, agency, description, dates, place of performance and a direct url to the award page. Export as JSON, CSV or Excel.

More government and regulatory data scrapers from the same publisher:

Notes

This Actor uses the official public USASpending.gov API v2 (api.usaspending.gov). It is an independent tool and is not affiliated with or endorsed by USASpending.gov or the US federal government; all trademarks belong to their respective owners.