# UK Cybersecurity Tender Monitoring Workflow

**Use case:** 

Monitor UK Find a Tender cybersecurity opportunities by keyword, notice status, CPV filter, and publication date range.

## Input

```json
{
  "keywords": "cyber security",
  "noticeStatus": "open",
  "noticeTypes": [
    "Tender",
    "Preliminary market engagement"
  ],
  "cpvCode": "72000000",
  "dateFrom": "2026-01-01",
  "maxResults": 100,
  "fetchDetails": true,
  "useApifyProxy": false,
  "startUrls": [
    {
      "url": "https://www.find-tender.service.gov.uk/Search/Results"
    }
  ]
}
```

## Output

```json
{
  "noticeId": {
    "label": "Notice ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "buyer": {
    "label": "Buyer",
    "format": "text"
  },
  "publicationDate": {
    "label": "Publication date",
    "format": "text"
  },
  "deadline": {
    "label": "Deadline",
    "format": "text"
  },
  "noticeType": {
    "label": "Notice type",
    "format": "text"
  },
  "noticeStatus": {
    "label": "Status",
    "format": "text"
  },
  "value": {
    "label": "Value",
    "format": "text"
  },
  "cpv": {
    "label": "CPV",
    "format": "array"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "supplier": {
    "label": "Supplier",
    "format": "text"
  },
  "awardData": {
    "label": "Award data",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "documentLinks": {
    "label": "Document links",
    "format": "array"
  }
}
```

## About this Actor

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