# AusTender Defence tender feed example

**Use case:** 

Monitor current AusTender opportunities from Defence agencies and collect public bid details.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.tenders.gov.au/public_data/rss/rss.xml"
    }
  ],
  "maxItems": 100,
  "includeDetails": true,
  "agencies": [
    "Defence"
  ]
}
```

## Output

```json
{
  "atmId": {
    "label": "ATM ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "agency": {
    "label": "Agency",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "publishDate": {
    "label": "Published",
    "format": "string"
  },
  "closeDate": {
    "label": "Closes",
    "format": "string"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "atmType": {
    "label": "Type",
    "format": "string"
  },
  "contactEmail": {
    "label": "Contact email",
    "format": "string"
  },
  "detailUrl": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

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