# UK Government Tenders & Contracts Finder - official APIs

**Use case:** 

Every UK public tender from Find a Tender + Contracts Finder as clean, harmonized records. Filter by keyword, CPV, stage. First 25 free, then $0.008/record.

## Input

```json
{
  "stage": "all",
  "portal": "both",
  "maxItems": 25,
  "dedupeByOcid": true,
  "includeRawOcds": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "text"
  },
  "valueAmount": {
    "label": "Value",
    "format": "number"
  },
  "valueCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "deadline": {
    "label": "Deadline",
    "format": "date"
  },
  "stage": {
    "label": "Stage",
    "format": "text"
  },
  "portal": {
    "label": "Portal",
    "format": "text"
  },
  "noticeUrl": {
    "label": "Notice",
    "format": "link"
  },
  "publishedDate": {
    "label": "Published",
    "format": "date"
  },
  "ocid": {
    "label": "Ocid"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Government Tenders & Contracts Finder](https://apify.com/ciel_labs/uk-government-tenders-contracts-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ciel_labs/uk-government-tenders-contracts-finder) to learn more, explore other use cases, and run it yourself.