# Contracts Finder UK Tenders Latest Results

**Use case:** 

Latest Results of Contracts Finder UK Tenders. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "publishedFrom": "2024-01-01",
  "publishedTo": ""
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "tenderId": {
    "label": "Tender Id",
    "format": "text"
  },
  "ocid": {
    "label": "Ocid",
    "format": "text"
  },
  "value": {
    "label": "Value",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "cpvCode": {
    "label": "Cpv Code",
    "format": "text"
  },
  "cpvDescription": {
    "label": "Cpv Description",
    "format": "text"
  },
  "tenderStart": {
    "label": "Tender Start",
    "format": "date"
  },
  "tenderEnd": {
    "label": "Tender End",
    "format": "date"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "date"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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