๐๏ธ Government Contracts Search โ Federal Award Data
Pricing
from $25.00 / 1,000 results
๐๏ธ Government Contracts Search โ Federal Award Data
Search federal government contracts, grants, and awards from SAM.gov and USAspending. Find contract opportunities, track competitor wins, and research government spending by agency.
Pricing
from $25.00 / 1,000 results
Rating
0.0
(0)
Developer
Stephan Corbeil
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
12 hours ago
Last modified
Categories
Share
๐๏ธ Government Contracts Search โ GovTribe, GovWin IQ, Bloomberg Government & SAM.gov Alternative
Search US federal procurement data โ contract awards, contract opportunities, vendor profiles, NAICS / PSC classifications, set-asides, agency / sub-agency, place of performance, contract value, period of performance, and modifications. Built as a pay-per-result alternative to GovTribe ($$$$), GovWin IQ ($$$$), Bloomberg Government, FedBizOpps replacement (SAM.gov direct), and Bidsync for government contractors, BD teams, market analysts, and journalists.
Why Gov Contracts Search Beats GovTribe, GovWin IQ, Bloomberg Gov & SAM.gov Direct
| Feature | NexGenData Gov Contracts | GovTribe | GovWin IQ | Bloomberg Government | SAM.gov direct |
|---|---|---|---|---|---|
| Cost | $0.01 / record, pay-per-result | $1.5K-15K+ / yr | $$$$ enterprise | $5K-15K+ / user / yr | Free (no bulk, slow) |
| Contract awards + opportunities | Yes โ both | Yes | Yes | Yes | Yes |
| NAICS / PSC / set-aside filters | Yes โ full | Yes | Yes | Yes | Yes |
| Agency + sub-agency mapping | Yes | Yes | Yes | Yes | Yes |
| Vendor profile + history | Yes | Yes | Yes | Yes | Limited |
| Modifications + obligations | Yes | Yes | Yes | Yes | Yes |
| Bulk export | JSON / CSV / Excel | Plan-gated | Plan-gated | Plan-gated | Limited download |
| API access | Apify REST + SDKs | Plan-gated | Plan-gated | Plan-gated | USAspending / SAM APIs (rate-limited, complex) |
| Auth required | Apify token | Account + plan | Enterprise contract | Account + plan | None |
| Monthly minimum | None | $$ | $$$$ | $$$ | None |
Most government contractors + BD teams pick this actor instead of GovTribe / GovWin because per-seat license fees scale poorly across BD pods, and this actor charges per record with no annual contract. Cheaper than Bloomberg Government for the procurement-only slice and a drop-in alternative to running raw SAM.gov + USAspending API calls (rate-limited, multi-endpoint, schema-mismatch headaches). Public federal-procurement data, structured, schedulable.
What You Get Per Contract
Each dataset item is a flat JSON record:
Award:
contract_id,award_id,award_type(definitive contract / BPA / IDV / etc.)awarding_agency,awarding_sub_agency,funding_agencyvendor_name,vendor_duns,vendor_uei,vendor_addressnaics_code,naics_description,psc_code,psc_descriptionset_aside_typeโ 8(a) / WOSB / SDVOSB / HUBZone / etc.award_amount,obligated_amount,base_and_all_options_amountperiod_of_performance_start,period_of_performance_endplace_of_performanceโ country / state / county / city / zipdescription,competition_type,contract_type(FFP / CPFF / T&M / etc.)modificationsโ array of{date, amount, action}
Opportunity (active solicitations):
notice_id,posted_date,response_deadlinesolicitation_number,title,synopsisagency,sub_agency,office,point_of_contactset_aside,naics,psc,attachments
Use Cases
- Federal contractors โ find new opportunities matched to your capabilities (NAICS / PSC filters)
- BD + capture teams โ track competitor wins + recompete dates across a portfolio
- GovCon analysts โ build vendor-share + agency-spend models from cleaned award data
- Market intelligence โ measure agency budgets, vendor concentration, set-aside utilization
- Journalists + watchdogs โ investigate single-bid awards, no-compete contracts, modification growth
- Subcontractors โ find primes winning IDV awards in your geo / NAICS for teaming pitches
- Investors โ track public-company federal revenue exposure (Lockheed, Booz Allen, etc.)
- Academic + policy โ public-procurement studies on competition, small-biz participation, costs
Quick Start (Python)
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/government-contracts-search").call(run_input={"mode": "awards","naics_codes": ["541330"],"set_asides": ["WOSB", "8(a)"],"since_date": "2025-01-01"})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item["vendor_name"], item["award_amount"], item["awarding_agency"])
Pricing โ Pay Per Contract Record
- Actor start: $0.01
- Contract / opportunity record: $0.01
A 1K-record weekly BD scan = $10.01. A 50K-record agency-spend dataset = $500.01. No monthly minimum, no seats.
Related NexGenData Gov + Regulatory Actors
| Use case | Actor |
|---|---|
| USAspending federal-awards scraper | usaspending-federal-awards-scraper |
| Federal Register rules + notices | federal-register-rules-scraper |
| FEC independent expenditures | fec-independent-expenditures-scraper |
| LDA lobbying disclosure scraper | lda-lobbying-disclosure-scraper |
| H1B visa salary search | h1b-visa-salary-search |
| Court records search (federal dockets) | courtlistener-federal-docket-scraper |
| SEC EDGAR filings scraper | sec-edgar-filings-scraper |
| NIH RePORTER grants database | nih-reporter-grants-scraper |
FAQ
Q: Coverage? A: All US federal contracts + opportunities from SAM.gov + USAspending โ back to 2008 for awards, current for opportunities.
Q: How fresh is the data? A: SAM.gov posts opportunities continuously; USAspending publishes award updates daily. Each run pulls the latest snapshot.
Q: State / local procurement? A: This actor covers US federal procurement. Singapore GeBIZ government tenders are covered by singapore-gebiz-tenders.
Q: Output formats? A: JSON, CSV, Excel via Apify dataset export. Webhooks supported on dataset write.
Q: Schema stability? A: Versioned schema; breaking changes are announced via the actor changelog.
Q: Legal status? A: SAM.gov + USAspending are public-domain US-government data. You are the data controller for downstream use โ follow your jurisdiction's data-use rules.
How NexGenData Pricing Works
Every NexGenData actor uses pay-per-event pricing โ you only pay for results that actually land in your dataset. No monthly minimum, no seat fees, no surprise overage bills.
- Actor Start: a single-event charge each time you spin the actor up (scaled to memory size)
- Result / item: charged per item written to the default dataset
- No charge for retries, internal proxy rotation, or failed sub-requests โ those are absorbed by the platform
Apify Platform Bonus
New to Apify? Sign up with the NexGenData referral link โ you get free platform credits on signup (enough for several thousand free results) and you help fund the maintenance of this actor fleet.
Integration Surface
Every actor in the NexGenData catalog can be triggered from:
- Apify console โ point-and-click run
- Apify API โ REST + webhooks
- Apify Python / JS SDKs โ programmatic batch
- Zapier, Make.com, n8n โ official integrations
- MCP โ many actors are exposed as MCP tools for Claude / ChatGPT / Cursor agents
- Schedules โ built-in cron for daily / weekly / monthly runs
- Webhooks โ POST results to any HTTPS endpoint on dataset write
Support
NexGenData maintains 260+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get a response within 24 hours. Roadmap requests are welcome โ high-demand features ship in the next version.
Home: thenextgennexus.com Full catalog: apify.com/nexgendata