# Singapore BCA CW01 General Building A1 Scraper

**Use case:** 

Scrape BCA grade A1 General Building (CW01) contractors in Singapore. Get company name, UEN, address, postal code, phone and fax as CSV or Excel.

## Input

```json
{
  "workheads": [
    "CW01"
  ],
  "grades": [
    "A1"
  ],
  "withDetails": false,
  "maxItems": 1000,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company"
  },
  "uen": {
    "label": "UEN"
  },
  "workhead": {
    "label": "Workhead"
  },
  "workheadDescription": {
    "label": "Description"
  },
  "grade": {
    "label": "Grade"
  },
  "registrationExpiry": {
    "label": "Expiry"
  },
  "address": {
    "label": "Address"
  },
  "postalCode": {
    "label": "Postal"
  },
  "phone": {
    "label": "Phone"
  },
  "fax": {
    "label": "Fax"
  },
  "licenceType": {
    "label": "Type"
  }
}
```

## About this Actor

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