Government Contract Award Change Report avatar

Government Contract Award Change Report

Pricing

from $4.00 / 1,000 government contract award rows

Go to Apify Store
Government Contract Award Change Report

Government Contract Award Change Report

Monitor official TED and USASpending award data for new awards, supplier-share changes, and source-linked portfolio reports.

Pricing

from $4.00 / 1,000 government contract award rows

Rating

0.0

(0)

Developer

naoki anzai

naoki anzai

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 days ago

Last modified

Categories

Share

Government contractors and market-research teams provide award watch filters for official TED or USASpending data. The Actor returns source-linked new-award alerts, supplier-share reports, and optional exports. Unchanged recurring runs write zero dataset rows and incur zero event charge.

Store Quickstart

This first run watches a bounded TED award feed and caps total event charges at $5.

{
"feeds": [
{
"id": "eu-cloud-awards",
"name": "EU cloud and IT awards",
"source": "ted_awards",
"keywords": "cloud,software,IT services",
"cpvCodes": "72000000"
}
],
"lookbackDays": 7,
"maxAwardsPerFeed": 10,
"datasetMode": "new_only",
"snapshotKey": "eu-cloud-awards-v1",
"notifyOnNoNew": false,
"emitRawRows": false,
"generateReport": true,
"emitExport": false,
"maxChargeUsd": 5,
"dryRun": false
}

Use a stable snapshotKey for scheduled runs. The first matching run establishes the watch state; later runs emit only new or changed evidence.

Input Examples

USASpending agency watch

{
"feeds": [
{
"id": "us-civilian-it",
"name": "US civilian agency IT awards",
"source": "usaspending",
"keywords": "software,cloud,data",
"naicsCodes": "541511,541512",
"agencyName": "General Services Administration"
}
],
"lookbackDays": 14,
"maxAwardsPerFeed": 25,
"datasetMode": "new_only",
"snapshotKey": "us-civilian-it-v1",
"generateReport": true,
"maxChargeUsd": 8
}

Supplier watch

{
"feeds": [
{
"id": "digital-services-suppliers",
"name": "Digital services supplier changes",
"source": "ted_awards",
"keywords": "digital services,cybersecurity"
}
],
"watchTerms": "supplier a,supplier b",
"datasetMode": "action_needed",
"snapshotKey": "supplier-watch-v1",
"generateReport": true,
"maxChargeUsd": 8
}

Report plus export

{
"feeds": [
{
"id": "portfolio-export",
"name": "Award portfolio export",
"source": "usaspending",
"keywords": "infrastructure"
}
],
"datasetMode": "new_only",
"snapshotKey": "portfolio-export-v1",
"emitRawRows": true,
"generateReport": true,
"emitExport": true,
"maxChargeUsd": 10
}

Sample Output

{
"rowType": "govcon_supplier_share_report",
"stableKey": "report:eu-cloud-awards-v1:4d962b5a7c2a",
"billingEventName": "govcon-supplier-share-report",
"newAwards": 3,
"watchTermHitCount": 1,
"executiveSummary": {
"overallStatus": "action_needed",
"brief": "One monitored feed has a supplier watch-term match."
},
"sourceEvidence": [
"https://ted.europa.eu/..."
]
}

Important fields:

  • rowType: delivered product type.
  • billingEventName: configured PPE event charged for the row.
  • stableKey: deterministic delivery and deduplication key.
  • newAwards: new source records since the stored watch state.
  • sourceEvidence: official source URLs supporting the report.

Pricing

  • govcon-award-row: $0.004 per optional raw award row.
  • govcon-spend-change-alert: $0.12 per new-award or supplier-watch alert.
  • govcon-supplier-share-report: $4 per generated portfolio report.
  • govcon-award-export: $3 per generated export.
  • Unchanged runs: 0 rows and 0 event charge.

maxChargeUsd fails the run before delivery if the estimated event total exceeds the selected cap.

Compliance

This is an unofficial research tool and is not affiliated with or endorsed by any government agency. It uses public award records and does not access private notices or procurement accounts. Results describe as-published records and are not legal, procurement, investment, or bid/no-bid advice. Verify material decisions against the linked official source.

SAM.gov is optional and requires a user-supplied key. TED and USASpending support key-free runs. The Actor does not submit bids or messages.

See docs/source-compliance.md for source-specific limits.

Run the next report