# Award UK Gov Tenders | Contracts Finder Notices

**Use case:** 

Extract UK Gov Tenders | Contracts Finder Notices data filtered by Award. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "stages": "award"
}
```

## Output

```json
{
  "ocid": {
    "label": "OCID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "datePublished": {
    "label": "Published",
    "format": "text"
  },
  "valueAmount": {
    "label": "Value",
    "format": "number"
  },
  "valueCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "cpvCode": {
    "label": "CPV Code",
    "format": "text"
  },
  "cpvDescription": {
    "label": "CPV Description",
    "format": "text"
  },
  "procurementMethod": {
    "label": "Method",
    "format": "text"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "text"
  },
  "tenderEndDate": {
    "label": "Tender End",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Gov Tenders Scraper | Contracts Finder Notices](https://apify.com/parseforge/uk-gov-tenders-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/uk-gov-tenders-scraper) to learn more, explore other use cases, and run it yourself.