# UK Public Contracts Finder Scraper

**Use case:** 

Fetch UK public sector tender notices from Contracts Finder. Quick sample of live procurement opportunities in structured format.

## Input

```json
{
  "keyword": "",
  "stages": [
    "tender"
  ],
  "maxItems": 3
}
```

## Output

```json
{
  "ocid": {
    "label": "Ocid",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "releaseId": {
    "label": "Release Id",
    "format": "text"
  },
  "releaseDate": {
    "label": "Release Date",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "buyerName": {
    "label": "Buyer Name",
    "format": "text"
  },
  "buyerId": {
    "label": "Buyer Id",
    "format": "text"
  },
  "procurementMethod": {
    "label": "Procurement Method",
    "format": "text"
  },
  "procurementMethodDetails": {
    "label": "Procurement Method Details",
    "format": "text"
  },
  "mainProcurementCategory": {
    "label": "Main Procurement Category",
    "format": "text"
  },
  "valueAmount": {
    "label": "Value Amount",
    "format": "text"
  },
  "valueCurrency": {
    "label": "Value Currency",
    "format": "text"
  },
  "tenderStatus": {
    "label": "Tender Status",
    "format": "text"
  }
}
```

## About this Actor

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