USASpending Federal Awards Intelligence avatar

USASpending Federal Awards Intelligence

Pricing

Pay per usage

Go to Apify Store
USASpending Federal Awards Intelligence

USASpending Federal Awards Intelligence

Search USASpending.gov for federal contracts, grants, loans. Government spending analysis, contractor intelligence, market research.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Chris Wakefield

Chris Wakefield

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Chris The Dev

USASpending Federal Awards Normalizer

Search US federal contracts, grants, and loans from USASpending.gov with enriched, normalized data — recipient name deduplication, UEI entity resolution, industry classification, agency mapping, and amount tiering. Built on the official USASpending.gov REST API — no API key required.

What This Actor Does

  • Fetches federal awards (contracts, grants, loans, IDVs) from USASpending.gov
  • Normalizes recipient names — strips legal suffixes (INC, LLC, CORP), title-cases, cleans whitespace
  • Resolves entities by UEI — the unique government entity identifier, so every spelling variant of a company is grouped together
  • Aggregates spending by recipient — instantly see who's winning the most contracts and their total value
  • Classifies industries — maps NAICS codes to 21 broad sectors (Manufacturing, IT, Construction, etc.)
  • Classifies award types — contract, IDV, grant, loan, or direct payment
  • Maps and shortens agencies — "Department of Defense" → "DoD", with canonical names
  • Tiers award amounts — Micro (<$100K) through Mega ($100M+)
  • Normalizes locations — US state codes → full names, country codes → full names

Input Parameters

ParameterTypeRequiredDefaultDescription
searchQuerystringNo(empty)Keyword to search awards (product, service, description)
recipientNamestringNo(empty)Search by recipient/vendor company name
agencyNamestringNo(empty)Filter by top-tier awarding agency
naicsCodestringNo(empty)Filter by NAICS industry code
awardTypeselectNocontractscontracts / idvs / grants / loans / direct_payments / all
dateFromstringNo(empty)Award start date from (YYYY-MM-DD)
dateTostringNo(empty)Award end date to (YYYY-MM-DD)
minAmountnumberNo(empty)Minimum award amount (USD)
maxResultsintegerNo50Maximum awards to return (1–500)

Example Input

{
"searchQuery": "cybersecurity",
"awardType": "contracts",
"dateFrom": "2025-10-01",
"minAmount": 1000000,
"maxResults": 25
}

Example Output (Dataset Item)

{
"awardId": "W91ZLK26FA022",
"recipientName": "STERLING COMPUTERS CORPORATION",
"recipientNameNormalized": "Sterling Computers",
"recipientUei": "YZTLALWM4UC7",
"awardType": "contract",
"awardAmount": 181800.0,
"amountTier": "Small ($100K–$1M)",
"awardingAgency": "Department of Defense",
"awardingAgencyShort": "DoD",
"awardingSubAgency": "Department of the Army",
"fundingAgency": "Department of Defense",
"naicsCode": "334111",
"naicsDescription": "Electronic Computer Manufacturing",
"industrySector": "Manufacturing",
"pscCode": "7B22",
"pscDescription": "IT and Telecom - Compute: Servers (Hardware and Perpetual License Software)",
"placeOfPerformanceState": "Maryland",
"placeOfPerformanceStateCode": "MD",
"placeOfPerformanceCountry": "United States",
"startDate": "2026-03-16",
"endDate": "2026-06-01",
"usaspendingUrl": "https://www.usaspending.gov/award/CONT_AWD_W91ZLK26FA022_9700_..."
}

Use Cases

  • Government contractors — competitive intelligence: who's winning contracts in your space, at what value
  • Sales & business development — identify prime contractors and teaming partners by agency and NAICS
  • Market research — size federal demand for a product or service category
  • Journalists & watchdogs — track federal spending and recipient concentration
  • Consultants — build opportunity pipelines with normalized, joinable data
  • Supply chain — find subcontracting opportunities through prime award analysis

Normalization & Enrichment

FeatureDescription
Recipient Name DedupStrips legal suffixes (INC, LLC, CORP, LTD), normalizes case
UEI Entity ResolutionGroups all awards by the unique government entity identifier
Spend AggregationTotal award count + value per recipient, ranked
Industry ClassificationNAICS 2-digit → 21 standard industry sectors
Award Type Classificationcontract / IDV / grant / loan / direct payment
Agency MappingCanonical agency names + short codes (DoD, NASA, GSA…)
Amount TieringMicro → Mega buckets for quick filtering
Location NormalizationState & country codes → full names

Data Source

USASpending.gov — the official open data source for US federal spending, mandated by the DATA Act. Public domain government data. Free REST API, no key required. Updated daily.

Pricing

Pay-per-result pricing — you only pay when the actor returns data. See store page for current rates.

Output Structure

  • Dataset: Full normalized award records (JSON)
  • OUTPUT (KVS): Human-readable summary table with top recipients by value
  • TOP_RECIPIENTS (KVS): Entity-resolved recipients ranked by total award value
  • STATS (KVS): Aggregate statistics for dashboards