# Singapore GeBIZ ST Engineering Contracts

**Use case:** 

Track Singapore government contracts awarded to ST Engineering on GeBIZ, with agencies, contract values and dates.

## Input

```json
{
  "searchQuery": "ST Engineering",
  "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.