# AusTender Contract Notice Data Extractor

**Use case:** 

Look up exact AusTender Contract Notice IDs and extract the awarded supplier, agency, ABNs, contract period, amount, and source IDs.

## Input

```json
{
  "noticeIds": [
    "CN4256428"
  ],
  "dateType": "contractPublished",
  "maxItems": 10,
  "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.