# Singapore Chemical Professional Engineers

**Use case:** 

Export all registered Chemical Professional Engineers in Singapore from the official PEB register, with employer, address and contact number.

## Input

```json
{
  "searchQuery": "",
  "branch": "Chemical",
  "sortByNewest": false,
  "maxItems": 3000
}
```

## Output

```json
{
  "regNo": {
    "label": "Reg No"
  },
  "fullName": {
    "label": "Full Name"
  },
  "branch": {
    "label": "Branch"
  },
  "dateOfRegistration": {
    "label": "Registered"
  },
  "employerName": {
    "label": "Employer"
  },
  "employerType": {
    "label": "Employer Type"
  },
  "employerAddress": {
    "label": "Employer Address"
  },
  "contactNo": {
    "label": "Contact No"
  }
}
```

## About this Actor

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