# Verify Singapore TCM Practitioners Named Wong

**Use case:** 

Find registered TCM practitioners named Wong on the TCM Practitioners Board register for acupuncturist and physician verification.

## Input

```json
{
  "maxItems": 10,
  "withDetails": true,
  "council": "tcm",
  "searchName": "wong"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "registrationNo": {
    "label": "Reg. No",
    "format": "text"
  },
  "professionType": {
    "label": "Profession",
    "format": "text"
  },
  "typeOfRegister": {
    "label": "Register",
    "format": "text"
  },
  "registrationType": {
    "label": "Reg. Type",
    "format": "text"
  },
  "registrationStartDate": {
    "label": "Reg. Date",
    "format": "text"
  },
  "registrationEndDate": {
    "label": "Reg. End",
    "format": "text"
  },
  "practisingCertStartDate": {
    "label": "PC Start",
    "format": "text"
  },
  "practisingCertEndDate": {
    "label": "PC End",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Singapore MOH Healthcare Professionals Register Scraper](https://apify.com/scrapers_lat/singapore-moh-health-professionals-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/singapore-moh-health-professionals-scraper) to learn more, explore other use cases, and run it yourself.