# Arup Singapore Professional Engineers List

**Use case:** 

Find registered Professional Engineers at Arup in Singapore from the official PEB register, with branch, address and contact number.

## Input

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