# Singapore Estate Agents Named Lim Scraper

**Use case:** 

Scrape Singapore CEA registered salespersons named Lim. Export name, registration number, agency and validity dates to JSON, CSV or Excel.

## Input

```json
{
  "maxItems": 2000,
  "searchQuery": "LIM",
  "sortByNewest": true
}
```

## Output

```json
{
  "name": {
    "label": "Salesperson",
    "format": "text"
  },
  "registrationNo": {
    "label": "Registration No",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "agencyLicenseNo": {
    "label": "Agency License No",
    "format": "text"
  },
  "registrationStartDate": {
    "label": "Reg Start",
    "format": "text"
  },
  "registrationEndDate": {
    "label": "Reg End",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Singapore CEA Estate Agents Register Scraper](https://apify.com/scrapers_lat/singapore-cea-estate-agents-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/singapore-cea-estate-agents-scraper) to learn more, explore other use cases, and run it yourself.