US Government Contracts Search avatar

US Government Contracts Search

Pricing

Pay per usage

Go to Apify Store
US Government Contracts Search

US Government Contracts Search

Search US federal and state/local government contracts, procurement opportunities, and award data. Covers USAspending.gov federal awards, SAM.gov opportunities, and state/local platforms (Bonfire, OpenGov, PlanetBids). Get contract title, agency, amount, awardee, dates, and solicitation details.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

kane liu

kane liu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

2 hours ago

Last modified

Share

Search US federal and state/local government contracts, procurement opportunities, and award data from official sources — all in one Actor.

Data Sources

This Actor queries 5 official procurement databases through a unified API:

SourceCoverageData Type
USAspending.govAll federal awards since 2008Contract awards, grants, loans
SAM.govActive federal opportunitiesSolicitations, RFPs, RFIs
Bonfire500+ state/local agenciesMunicipal procurement
OpenGovState and county procurementGovernment RFPs
PlanetBids1,000+ public agenciesBids and proposals

Features

  • Multi-source search — Query all 5 databases with a single keyword
  • Federal + State/Local — Covers both federal contracts (USAspending, SAM.gov) and state/local procurement (Bonfire, OpenGov, PlanetBids)
  • Fast — HTTP-only, no browser overhead. Results in seconds
  • Flexible — Search all sources or pick specific ones
  • Structured output — Consistent fields across all sources

Output Fields

FieldTypeDescription
opportunity_idstringContract/solicitation identifier
titlestringContract title or description
agencystringContracting agency name
award_amountstringAward amount (when available)
awardee_namestringWinning contractor (awards only)
posted_datestringPublication date
award_datestringAward date (awards only)
response_deadlinestringSubmission deadline (opportunities only)
descriptionstringFull description
source_urlstringLink to original listing
_sourcestringWhich database this came from

Input Parameters

ParameterTypeDefaultDescription
keywordstringrequiredSearch term (e.g. "cybersecurity", "IT services", "construction")
sourcesarrayall 5Which databases to search
maxResultsinteger50Max results per source (up to 200)

Examples

Example 1: Search all sources for IT contracts

{
"keyword": "IT services",
"maxResults": 100
}

Example 2: Federal contracts only

{
"keyword": "cybersecurity",
"sources": ["usaspending", "sam_gov"],
"maxResults": 50
}

Example 3: State/local procurement only

{
"keyword": "road construction",
"sources": ["bonfire", "opengov", "planetbids"],
"maxResults": 100
}

Use Cases

  • Government contractors — Find new contract opportunities matching your capabilities
  • Business development — Track federal spending trends in your industry
  • Competitive intelligence — See who's winning contracts in your space
  • Market research — Analyze government procurement patterns by keyword, agency, or amount
  • Compliance teams — Monitor contract awards for due diligence
  • Journalists & researchers — Investigate government spending

Cost Estimate

This Actor uses the SIP Public Data Gateway. Each search query costs approximately 0.01 compute units per source queried. A typical 5-source search costs 0.05 CU ($0.015).

Performance

ScenarioSourcesSpeed
Single source1~1-3 seconds
All sources5~3-5 seconds (parallel)

This Actor queries publicly available government procurement data from official open data portals. All data sources are published under open government licenses. No login or authentication to government systems is required — data is accessed through official public APIs.