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

4 hours 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.

USASpending.gov Scraper input โ€” award type, keywords, agency and date range in the Apify Console

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

USASpending.gov Scraper output example โ€” federal awards with recipient, amount and agency as structured JSON

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"
}

Output schema

FieldTypeDescription
awardIdstringThe federal award identifier (PIID or FAIN).
recipientNamestringName of the award recipient.
awardAmountnumberTotal award amount in USD.
awardTypestringType of award (e.g. DEFINITIVE CONTRACT, grant).
descriptionstringDescription of the award.
awardingAgencystringTop-tier awarding agency.
awardingSubAgencystringAwarding sub-agency.
startDatestringAward period start date.
endDatestringAward period end date.
placeOfPerformanceStatestringUS state where the work is performed.
internalIdintegerUSASpending internal record ID.
urlstring (URL)Link to the award page on USASpending.gov.

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 reads the official public USASpending.gov data, 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.

Can I integrate this with other tools? The USASpending.gov Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

More government and regulatory data scrapers from the same publisher:

Notes

This Actor reads the official public USASpending.gov data. 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.