# UK Cloud Hosting Tenders

**Use case:** 

Live and closed UK cloud hosting tenders with buyer, description, value, deadlines and region from Contracts Finder.

## Input

```json
{
  "query": "cloud hosting",
  "maxItems": 50,
  "stages": [
    "tender"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "noticeUrl": {
    "label": "Notice URL",
    "format": "link"
  },
  "stage": {
    "label": "Stage",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "text"
  },
  "buyerContactName": {
    "label": "Contact",
    "format": "text"
  },
  "buyerEmail": {
    "label": "Email",
    "format": "text"
  },
  "buyerPhone": {
    "label": "Phone",
    "format": "text"
  },
  "buyerPostcode": {
    "label": "Postcode",
    "format": "text"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "cpvCode": {
    "label": "CPV Code",
    "format": "text"
  },
  "cpvDescription": {
    "label": "CPV Description",
    "format": "text"
  },
  "procurementCategory": {
    "label": "Category",
    "format": "text"
  },
  "procedure": {
    "label": "Procedure",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "text"
  },
  "deadlineDate": {
    "label": "Deadline",
    "format": "text"
  },
  "awardedSupplier": {
    "label": "Awarded Supplier",
    "format": "text"
  },
  "awardedSupplierCompanyNumber": {
    "label": "Company No.",
    "format": "text"
  },
  "awardValue": {
    "label": "Award Value",
    "format": "number"
  },
  "awardDate": {
    "label": "Award Date",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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