# Track Brisbane 2032-Related Purchasing Plans

**Use case:** 

Preview Queensland forward procurement records carrying the source-published Brisbane 2032-related classification. Independent and unofficial.

## Input

```json
{
  "customerGoal": "search",
  "keywords": [
    "software",
    "digital"
  ],
  "agencies": [
    "Queensland Health"
  ],
  "categoryGroups": [
    "Information and communication technology"
  ],
  "categories": [
    "Software"
  ],
  "regions": [
    "Cairns"
  ],
  "procurementMethods": [
    "Open tender"
  ],
  "fundingStatuses": [
    "Funded"
  ],
  "includePast": false,
  "brisbane2032Only": true,
  "maxItems": 25,
  "monitoringStateKey": "default",
  "includeUnchanged": false,
  "maxRequestRetries": 3,
  "requestDelayMillis": 250,
  "debugMode": false
}
```

## Output

```json
{
  "changeType": {
    "label": "Change",
    "format": "string"
  },
  "programDescription": {
    "label": "Program",
    "format": "string"
  },
  "agency": {
    "label": "Agency",
    "format": "string"
  },
  "categoryGroup": {
    "label": "Category group",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "estimatedReleaseWindow": {
    "label": "Published release window",
    "format": "string"
  },
  "spendRange": {
    "label": "Published spend range",
    "format": "string"
  },
  "procurementMethod": {
    "label": "Procurement method",
    "format": "string"
  },
  "fundingStatus": {
    "label": "Funding status",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "brisbane2032Related": {
    "label": "Brisbane 2032 related",
    "format": "boolean"
  },
  "opportunityUrl": {
    "label": "Related public URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Queensland Forward Procurement Pipeline Monitor](https://apify.com/fixmyerrorcode/queensland-forward-procurement-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fixmyerrorcode/queensland-forward-procurement-monitor) to learn more, explore other use cases, and run it yourself.