# Software UK Contracts Finder

**Use case:** 

Explore software with UK Contracts Finder Scraper - Public Tender Data. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "keyword": "software",
  "publishedFrom": "2026-01-01T00:00:00Z",
  "stages": [
    "tender",
    "award"
  ],
  "maxResults": 3
}
```

## Output

```json
{
  "ocid": {
    "label": "Ocid",
    "format": "text"
  },
  "release_id": {
    "label": "Release Id",
    "format": "text"
  },
  "stage": {
    "label": "Stage",
    "format": "text"
  },
  "published_at": {
    "label": "Published At",
    "format": "date"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "buyer_names": {
    "label": "Buyer Names",
    "format": "text"
  },
  "supplier_names": {
    "label": "Supplier Names",
    "format": "text"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "tender_start": {
    "label": "Tender Start",
    "format": "date"
  },
  "tender_end": {
    "label": "Tender End",
    "format": "date"
  },
  "procurement_method": {
    "label": "Procurement Method",
    "format": "text"
  },
  "notice_url": {
    "label": "Notice Url",
    "format": "link"
  },
  "license": {
    "label": "License",
    "format": "link"
  }
}
```

## About this Actor

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