All data sources

USA Spending

No authusaspending

Federal spending transparency — every prime award since FY2008 (Treasury/OMB). No auth. - searchAwards ⭐ filter recipient, NAICS, agency, place - getAwardById ⭐ full record by generated_internal_id - searchByRecipient ⭐ recipient-name fuzzy wrapper - searchByNaics ⭐ NAICS (oil-svcs 21 / 2111 / 213111) - searchByAgency by toptier_code (089 DOE, 097 DoD) - getRecipientById profile (-C/-P/-R suffix) - autocompleteRecipient fuzzy name -> hits - getServiceInfo taxonomy + agencies + NAICS upstream quirk: award_type_codes MUST be a single group per call (mixed groups → 422). Pass awardTypeGroup (contracts | idvs | grants | loans | direct_payments | other_financial_assistance); handler rejects mixed groups. upstream quirk: limit caps at 100; page 1-indexed; time_period floor 2007-10-01.

Provenance

PublisherUSA Spending

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (8)

  • searchAwards

    read

    Federal awards search. Filter timePeriod, awardTypeGroup, recipient, NAICS, agency, place.

    awardTypeGroup must be a single group; mixed groups return 422.

  • getAwardById

    read

    Full award record by generated_internal_id (agency, period of performance, exec comp).

    Pass generated_internal_id verbatim from a searchAwards result.

  • searchByRecipient

    read

    Recipient-name fuzzy convenience wrapper (uses recipient_search_text under the hood).

    Defaults to contracts + past 5 fiscal years if timePeriod omitted.

  • searchByNaics

    read

    NAICS slicing wrapper. Oil-services use 21 / 2111 / 2131 / 213111 / 213112.

    Accepts 2- to 6-digit prefixes; pass highest specificity available.

  • searchByAgency

    read

    Awards filtered by awarding agency toptier_code (089 DOE, 097 DoD, 014 Interior).

  • getRecipientById

    read

    Recipient profile by hash. -C (child) / -P (parent) / -R (standalone) suffix.

    Pass hash verbatim; bare hash (no suffix) is rejected upstream.

  • autocompleteRecipient

    unknown

    Fuzzy name -> recipient hit list (use to discover recipient hashes).

  • getServiceInfo

    read

    Award type taxonomy, agency (toptier_code) reference, NAICS reference, pagination caps.