# UK Software Tenders Scraper

**Use case:** 

Search Contracts Finder for recent UK software procurement notices, tender statuses, values, and deadlines.

## Input

```json
{
  "keywords": [
    "software",
    "digital services"
  ],
  "publishedFrom": "2026-06-01",
  "noticeTypes": [
    "tender"
  ],
  "tenderStatuses": [
    "active"
  ],
  "cpvCodes": [
    "72000000"
  ],
  "maxItems": 50,
  "pageSize": 100,
  "includeRawOcds": false
}
```

## Output

```json
{
  "noticeType": {
    "label": "Notice type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "text"
  },
  "supplierNames": {
    "label": "Suppliers",
    "format": "text"
  },
  "valueAmount": {
    "label": "Value",
    "format": "number"
  },
  "valueCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "cpvCode": {
    "label": "CPV code",
    "format": "text"
  },
  "cpvDescription": {
    "label": "CPV description",
    "format": "text"
  },
  "tenderStatus": {
    "label": "Status",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "text"
  },
  "tenderDeadline": {
    "label": "Deadline",
    "format": "text"
  },
  "noticeUrl": {
    "label": "Notice URL",
    "format": "link"
  },
  "ocid": {
    "label": "OCID",
    "format": "text"
  },
  "sourceApiUrl": {
    "label": "Source API",
    "format": "link"
  }
}
```

## About this Actor

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