# UK Construction Tenders Data from Find-a-Tender

**Use case:** 

Access construction-related procurement data from UK Find-a-Tender. Retrieve key information on tenders and contracts with ease.

## Input

```json
{
  "sources": [
    "uk_fts"
  ],
  "keywords": [
    "software"
  ],
  "publishedFrom": "",
  "publishedTo": "",
  "tedCountries": [],
  "tedCpvCodes": [],
  "tedContractNature": [],
  "tedNoticeTypes": [],
  "samGovNaicsCodes": [],
  "samGovNoticeTypes": [],
  "ukKeywords": "construction building infrastructure",
  "maxResultsPerSource": 300,
  "language": "eng"
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "text"
  },
  "buyerCountry": {
    "label": "Buyer country",
    "format": "text"
  },
  "procurementType": {
    "label": "Procurement type",
    "format": "text"
  },
  "estimatedValueAmount": {
    "label": "Estimated value",
    "format": "number"
  },
  "estimatedValueCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "date"
  },
  "deadlineDate": {
    "label": "Deadline",
    "format": "date"
  },
  "noticeUrl": {
    "label": "Notice URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Public Tenders Scraper - Government Procurement Data](https://apify.com/logiover/global-public-tenders-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/global-public-tenders-scraper) to learn more, explore other use cases, and run it yourself.