# Australian Government Contract Expiry Monitor

**Use case:** 

Monitor AusTender contract end dates to find upcoming recompetes with incumbent suppliers, agencies, values, contacts, and UNSPSC codes.

## Input

```json
{
  "noticeIds": [
    "CN4256428"
  ],
  "dateType": "contractEnd",
  "fromDate": "2027-01-01T00:00:00Z",
  "toDate": "2027-01-08T00:00:00Z",
  "maxItems": 1000,
  "windowHours": 24
}
```

## Output

```json
{
  "contractNoticeId": {
    "label": "Notice ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "text"
  },
  "buyerAbn": {
    "label": "Buyer ABN",
    "format": "text"
  },
  "supplierName": {
    "label": "Supplier",
    "format": "text"
  },
  "supplierAbn": {
    "label": "Supplier ABN",
    "format": "text"
  },
  "amount": {
    "label": "Amount",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "contractStartDate": {
    "label": "Start",
    "format": "date"
  },
  "contractEndDate": {
    "label": "End",
    "format": "date"
  },
  "awardStatus": {
    "label": "Award status",
    "format": "text"
  },
  "unspscCode": {
    "label": "UNSPSC",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [AusTender Contract Awards Scraper](https://apify.com/automation-lab/austender-contract-awards-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/austender-contract-awards-scraper) to learn more, explore other use cases, and run it yourself.