# RSP Architects Singapore Registered List

**Use case:** 

List registered architects at RSP Architects in Singapore from the official Board of Architects register, with registration number and firm contact.

## Input

```json
{
  "searchQuery": "RSP",
  "sortByNewest": false,
  "maxItems": 1000
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "regNo": {
    "label": "Reg No",
    "format": "text"
  },
  "firmName": {
    "label": "Firm",
    "format": "text"
  },
  "firmAddress": {
    "label": "Firm Address",
    "format": "text"
  },
  "firmPhone": {
    "label": "Firm Phone",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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