# Singapore GeBIZ Ministry of Health Contracts

**Use case:** 

Find Singapore Ministry of Health tenders on GeBIZ, with suppliers, awarded amounts, tender numbers and award dates.

## Input

```json
{
  "searchQuery": "Ministry of Health",
  "sortByNewest": true,
  "maxItems": 1000
}
```

## Output

```json
{
  "tenderNo": {
    "label": "Tender No"
  },
  "description": {
    "label": "Description"
  },
  "agency": {
    "label": "Agency"
  },
  "supplier": {
    "label": "Supplier"
  },
  "awardedAmount": {
    "label": "Awarded (SGD)"
  },
  "currency": {
    "label": "Currency"
  },
  "awardDate": {
    "label": "Award Date"
  },
  "status": {
    "label": "Status"
  }
}
```

## About this Actor

This example demonstrates how to use [Singapore GeBIZ Government Contracts Scraper](https://apify.com/scrapers_lat/singapore-gebiz-contracts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/singapore-gebiz-contracts-scraper) to learn more, explore other use cases, and run it yourself.