VOOZH about

URL: https://apify.com/george.the.developer/federal-contract-opportunity-monitor

⇱ Federal Contract Opportunity Monitor Β· Apify


πŸ‘ Federal Contract Opportunity Monitor avatar

Federal Contract Opportunity Monitor

Pricing

Pay per event + usage

Go to Apify Store

Federal Contract Opportunity Monitor

Monitor normalized SAM.gov opportunities and USAspending award data for GovCon advisors, federal sales teams, and lead services.

Pricing

Pay per event + usage

Rating

0.0

(0)

Developer

πŸ‘ George Kioko

George Kioko

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

a month ago

Last modified

Share

Federal contract opportunities post hourly on SAM.gov. Pulling them by hand stopped scaling at the 50th RFI.

This actor turns public SAM.gov opportunity search results and USAspending award records into a normalized feed for GovCon advisors, federal sales teams, MSPs, and lead generation services. It is built for teams that need an API first contract signal, not another browser tab.

The actor runs in Standby mode for low latency API calls and also supports batch runs through Apify input. It uses the public SAM.gov internal opportunity search endpoint and the public USAspending awards API. No SAM.gov API key is required.

Quick start

Fetch recent consulting opportunities:

curl"https://api.apify.com/v2/acts/george.the.developer~federal-contract-opportunity-monitor/run-sync-get-dataset-items?token=APIFY_TOKEN"\
-H"Content-Type: application/json"\
-d'{"mode":"opportunities","keyword":"consulting","days":90,"limit":3}'

Fetch partnership leads from recent awarded contracts:

curl"https://api.apify.com/v2/acts/george.the.developer~federal-contract-opportunity-monitor/run-sync-get-dataset-items?token=APIFY_TOKEN"\
-H"Content-Type: application/json"\
-d'{"mode":"leads","keyword":"consulting","awarded_amount_min":100000,"limit":3}'

Standby endpoints:

EndpointPurpose
GET /Service metadata and pricing
GET /healthService metadata and readiness
GET /opportunities?keyword=&psc=&days=&limit=&topic=Recent SAM.gov opportunities
GET /opportunity?id=One SAM.gov opportunity detail
GET /awards?recipient=&fiscal_year=&limit=USAspending awarded contracts
GET /leads?keyword=&awarded_amount_min=&days=&limit=Prime and subcontractor partnership leads
POST /opportunities/bulkUp to 20 keyword searches in one request

Flow

flowchart LR
A[Input keyword, PSC, topic, recipient, or fiscal year] --> B[SAM.gov opportunity search]
A --> C[USAspending award search]
B --> D[Normalize opportunity fields]
C --> E[Normalize award rows]
D --> F[Deterministic topic tagging]
E --> G[Optional lead aggregation]
F --> H[Dataset and JSON response]
G --> H

Opportunity schema

FieldTypeNotes
opportunity_idstringSAM solicitation number or fallback ID
titlestringOpportunity title
typestringSolicitation, Sources Sought, Presolicitation, or source value
is_activebooleanSAM.gov active flag
is_canceledbooleanSAM.gov canceled flag
posted_dateISO datePublish date
response_deadlineISO date or nullResponse date when present
agencystring or nullBuying agency from SAM hierarchy
officestring or nullContracting office from SAM hierarchy
naics_codesstring arrayNAICS codes
psc_codesobject arrayPSC code and label pairs
set_asidestring or nullSet aside value when available
place_of_performancestring or nullPlace text when available
ceiling_amount_usdnumber or nullAmount when present in source
descriptionstringFirst 1000 characters
topic_tagsstring arrayDeterministic keyword tags
matched_keywordsstring arrayUser keyword matches
sam_urlstringSAM.gov opportunity URL or search URL
fetched_atISO dateFetch timestamp

Lead schema

FieldTypeNotes
lead_idstringStable generated lead key
recipient_namestringUSAspending recipient
duns_ueistring or nullUEI when provided by source
primary_naicsstring or nullReserved for future recipient enrichment
recent_award_count_2ynumberRecent matching awards in the lookup window
recent_award_amount_total_usdnumberTotal matching award amount
top_buying_agencystring or nullMost frequent agency among sample awards
matched_keywordstringKeyword used for the lead search
topic_tagsstring arrayDeterministic topic tags
lead_bandstringwarm, qualified, or priority
lead_rationalestringShort deterministic rationale
sample_awardsobject arrayUp to 3 normalized award rows
fetched_atISO dateFetch timestamp

Lead bands are deterministic. warm means one recent award and less than $500K total. qualified means 2 to 4 awards or $500K to $5M total. priority means 5 or more awards or more than $5M total.

Topic tagging

Default categories are keyword based and deterministic: it-services, professional-services, construction, medical, r-and-d, logistics, compliance-services, and training. Pass topic= to filter by one of those categories, or pass keyword= to search for a custom term.

Pricing

EventPriceWhen charged
Actor start$1.00Once per paid Standby request or batch run
Opportunity$0.10Per opportunity or award row returned
Prime sub lead$0.50Per partnership lead returned

Health check payloads such as test, ping, and https://example.com return mock data and do not call upstream sources.

Comparison

OptionFitTradeoff
SAM.gov directlyRaw opportunity searchNo normalized schema, no topic tagging, no lead generation
GovCon enterprise SaaS such as Govini or Bloomberg GovernmentEnterprise research teamsHigh contract value, broad platform, not a simple builder API
This actorBuilders, advisors, and federal sales teamsAPI first feed with normalized records and deterministic lead aggregation

Use cases

  1. GovCon advisor lead enrichment for firms that need new contract signals.
  2. Federal sales team opportunity feed by topic, PSC, keyword, or NAICS.
  3. Subcontract introduction outreach from recent award recipient data.
  4. Recipient watch lists for consulting firms and MSPs tracking prime activity.
  5. NAICS specific opportunity digests for newsletters and internal alerts.

FAQ

How fresh is coverage? SAM.gov opportunities are fetched live at request time. USAspending award data depends on agency reporting cadence.

Can I customize topics? Yes. Use keyword= for custom matching or topic= for the shipped deterministic topic set.

Does USAspending lag? Yes. Award reporting can lag behind contract activity, so leads are best treated as sales signals, not real time award alerts.

Are there rate limits? The actor keeps requests bounded with limit and upstream timeouts. For large monitoring jobs, run smaller scheduled batches.

Do health checks cost money? Mock health check payloads short circuit and return sample shaped data.

Who do I contact for support? Use the Apify actor issue tab or contact the actor owner through the Apify Store profile.

You might also like

πŸ‡ΊπŸ‡Έ SAM.gov Contracts Monitor

skootle/sam-gov-federal-contracts

Pull live federal contract opportunities from the official SAM.gov API, enriched with award history from USAspending. For BD teams, capture managers, and AI agents tracking federal procurement. Export, run via API, schedule, or integrate with other tools.

SAM.gov Federal Contract Opportunities Scraper

rousing_shirt/sam-gov-contract-scraper

Scrapes federal contract opportunities from SAM.gov including solicitation details, agency info, deadlines, and NAICS codes.

SAM.gov Contract Opportunities Scraper - GovCon Leads

pink_comic/sam-gov-contract-opportunities

Search SAM.gov contract opportunities, solicitations, awards, set-asides, NAICS codes, and federal procurement leads. Returns deadlines, agencies, award amounts, contracting officer contacts, and direct SAM.gov links for government contractors and BD teams.

SAM.gov Contract Opportunities

dash_authority/sam-gov-opportunities

Search federal contract opportunities from the SAM.gov API. Filter by keyword, agency, NAICS code, state, set-aside type, and posting dates. Categories: government contracts, procurement, federal opportunities, SAM.gov.

πŸ‘ User avatar

Dash Authority

1

SAM.gov Opportunities Scraper β€” Federal Contract Monitor

bovi/sam-gov-opportunities-scraper

Scrape active US federal contract opportunities from SAM.gov: title, solicitation number, notice type, agency, set-aside, NAICS, deadlines, contact, location. Filter by keyword, NAICS, set-aside, agency, state or date. Keyless official source. Schedule as a GovCon monitor. Per result.

πŸ‘ User avatar

Vitalii Bondarev

2

SAM.gov Scraper - Federal Contracts & RFP Monitor (No API Key)

omarchydev/government-contract-monitor

Scrape SAM.gov + USASpending for federal RFPs, solicitations, and contract awards. No API key required. AI-ranked by relevance to your business. Filter by NAICS, set-aside, agency, state, value. Attachment URLs included. For govcon BD teams, proposal writers, and competitive intelligence.

SAM.gov Contract Opportunities Monitor β€” RFP & NAICS Alerts

fetch_cat/sam-gov-contract-opportunities-monitor

Monitor public SAM.gov federal contract opportunities by keyword, agency, NAICS, PSC, notice type, dates, and active status; export clean rows for capture workflows.