# Build Singapore BCA contractor shortlist

**Use case:** 

Create a procurement-ready BCA contractor shortlist by workhead, grade, expiry, UEN, phone, and address.

## Input

```json
{
  "maxItems": 250,
  "offset": 0,
  "workhead": "CR06",
  "grade": "L1",
  "expiryDate": "01/02/2028"
}
```

## Output

```json
{
  "companyName": {
    "label": "Company name"
  },
  "uen": {
    "label": "UEN"
  },
  "workhead": {
    "label": "Workhead"
  },
  "grade": {
    "label": "Grade"
  },
  "expiryDate": {
    "label": "Expiry date"
  },
  "telephone": {
    "label": "Telephone"
  },
  "fullAddress": {
    "label": "Full address"
  },
  "additionalInfo": {
    "label": "Additional info"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "sourceRecordId": {
    "label": "Source record ID"
  },
  "sourceDatasetId": {
    "label": "Source dataset ID"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Singapore BCA Registered Contractors Scraper](https://apify.com/automation-lab/singapore-bca-registered-contractors-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/singapore-bca-registered-contractors-scraper) to learn more, explore other use cases, and run it yourself.