# Software Contracts & Tenders - UK and EU

**Use case:** 

Find active software contract and tender opportunities from UK Contracts Finder and EU TED with buyers, deadlines, values, and official source URLs.

## Input

```json
{
  "sources": [
    "uk_contracts_finder",
    "ted"
  ],
  "keywords": [
    "software"
  ],
  "noticeStatus": "active",
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "text"
  },
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "recordKey": {
    "label": "Record Key",
    "format": "text"
  },
  "contractId": {
    "label": "Contract ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "text"
  },
  "buyerCountry": {
    "label": "Country",
    "format": "text"
  },
  "buyerRegion": {
    "label": "Region",
    "format": "text"
  },
  "noticeType": {
    "label": "Notice Type",
    "format": "text"
  },
  "stage": {
    "label": "Stage",
    "format": "text"
  },
  "procurementMethod": {
    "label": "Method",
    "format": "text"
  },
  "contractValue": {
    "label": "Value",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "date"
  },
  "lastModifiedDate": {
    "label": "Last Modified",
    "format": "date"
  },
  "deadlineDate": {
    "label": "Deadline",
    "format": "date"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "classificationCodes": {
    "label": "Codes",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "matchedFields": {
    "label": "Matched Fields",
    "format": "array"
  },
  "matchReason": {
    "label": "Match Reason",
    "format": "text"
  },
  "contractUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Global Government Contracts & Tenders Scraper](https://apify.com/fascinating_lentil/global-government-contracts-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fascinating_lentil/global-government-contracts-aggregator) to learn more, explore other use cases, and run it yourself.