VOOZH about

URL: https://apify.com/taroyamada/government-contract-award-monitor/input-schema

โ‡ฑ Input ยท Gov Contract Award Scraper ยท Apify


Pricing

from $8.00 / 1,000 results

Go to Apify Store

Gov Contract Award Scraper

Extract fresh B2B sales leads by scraping SAM.gov and TED for public sector contract awards, agency names, and incumbent recompete signals.

Pricing

from $8.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ naoki anzai

naoki anzai

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

You might also like

Gov Contracts Scraper

labrat011/gov-contracts-scraper

Search U.S. federal contract opportunities, awards, and agencies from SAM.gov. Filter by keyword, NAICS code, set-aside type, state, agency, and more. Returns structured data including contacts, deadlines, award amounts, and direct SAM.gov links. Requires a free SAM.gov API key.

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 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.

Federal Recompete Award Finder

signalcrawl/federal-recompete-award-finder

Find expiring federal contract awards and incumbent vendors from USAspending, with agency, NAICS/PSC, award value, urgency scores, and CRM-ready notes.

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 No-Key Contract Monitor

signalcrawl/sam-gov-contract-monitor

Find active SAM.gov federal contract opportunities without a SAM.gov API key, with NAICS, notice type, deadline urgency, bid/no-bid scores, CRM notes, and dedupe-ready structured output.

Award feeds to monitor (required)

feeds

Required

One entry per watch target. Each feed produces one digest row in the output. At minimum, set id, name, and source. Add keywords, cpvCodes, naicsCodes, or agencyName to narrow the award stream.

Type:object[]

Watch terms โ€” awardee / competitor / incumbent names (comma-separated)

watchTerms

Optional

Company names, incumbents, or competitor terms to flag in award notices. Any award matching a watch term receives a watch_term_hit signal tag and appears in the digest's competitorSignals section.

Type:string

Award lookback window (days)

lookbackDays

Optional

Fetch award notices published within this many days. Keep it short (7โ€“30) for recurring runs to stay fast; widen it for initial discovery.

Type:integer
Minimum:1
Maximum:365
Default:14

Max awards per feed

maxAwardsPerFeed

Optional

Upper bound on awards fetched per feed per run. Increase for discovery runs; keep lower for recurring digest runs.

Type:integer
Minimum:1
Maximum:500
Default:50

Global minimum award value (currency units)

minValue

Optional

Skip awards below this value. Applied globally unless overridden per feed. Set 0 to include all.

Type:number
Minimum:0
Default:0

Delivery mode

delivery

Optional

dataset stores results in the Apify dataset. webhook posts the digest JSON to webhookUrl.

Type:string
Default:dataset
Options:
datasetwebhook

Webhook URL (required when delivery=webhook)

webhookUrl

Optional

POST target for award digest payload. Leave empty for dataset delivery.

Type:string

Dataset output mode

datasetMode

Optional

all emits every feed digest row. action_needed emits only feeds that have new awards or watch-term hits. new_only emits only feeds with awards not seen in the previous run.

Type:string
Default:all
Options:
allaction_needednew_only

Snapshot key for recurring state

snapshotKey

Optional

Stable key used to persist seen award IDs across recurring runs so new_only and action_needed modes stay comparable. Use the same key across scheduled runs.

Type:string
Default:contract-award-monitor-state

SAM.gov API key (required for sam_awards feeds)

samApiKey

Optional

SAM.gov API key from Account Details on sam.gov. Required for sam_awards source feeds. If missing, sam_awards feeds are skipped with a warning.

Type:string

SAM.gov opportunities API URL

samApiUrl

Optional

SAM.gov opportunities search endpoint used for award-type records.

Type:string
Default:https://api.sam.gov/opportunities/v2/search

TED API URL (ted_awards feeds)

tedApiUrl

Optional

TED notices search endpoint. No API key required.

Type:string
Default:https://api.ted.europa.eu/v3/notices/search

USASpending.gov API URL (usaspending feeds)

usaSpendingApiUrl

Optional

USASpending.gov awards search endpoint. No API key required.

Type:string
Default:https://api.usaspending.gov/api/v2/search/spending_by_award/

HTTP request timeout (seconds)

requestTimeoutSeconds

Optional

Timeout for each API request.

Type:integer
Minimum:5
Maximum:120
Default:30

Emit digest even when no new awards found

notifyOnNoNew

Optional

When true, every feed always produces a digest row even if no new awards were found. When false, feeds with no new awards are omitted from the output.

Type:boolean
Default:true

Dry run (skip snapshot writes and webhook delivery)

dryRun

Optional

Validate and fetch without persisting state or posting webhooks. Safe for testing input shapes.

Type:boolean
Default:false

Override current time (ISO string, for testing)

nowIso

Optional

Set to a fixed ISO timestamp to make runs deterministic against fixture data.

Type:string

TED fixture file path (testing)

tedFixturePath

Optional

Local JSON fixture for offline TED award tests.

Type:string

SAM fixture file path (testing)

samFixturePath

Optional

Local JSON fixture for offline SAM award tests.

Type:string

USASpending fixture file path (testing)

usaSpendingFixturePath

Optional

Local JSON fixture for offline USASpending tests.

Type:string