# Scrape Singapore restaurants with contacts

**Use case:** 

Build a Singapore F&B lead list: restaurant companies with UEN, address, phone, website and enriched emails. Filter by category. No start fee.

## Input

```json
{
  "scrapeNewest": false,
  "categories": [
    "Restaurants"
  ],
  "maxItems": 100,
  "enrichEmails": true,
  "monitorMode": false,
  "monitorTrackStatusChanges": false,
  "maxConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "uen": {
    "label": "UEN",
    "format": "text"
  },
  "operatingStatus": {
    "label": "Status",
    "format": "text"
  },
  "incorporationDate": {
    "label": "Incorporated",
    "format": "text"
  },
  "entityType": {
    "label": "Entity type",
    "format": "text"
  },
  "primaryActivity": {
    "label": "Primary activity",
    "format": "text"
  },
  "registeredAddress": {
    "label": "Registered address",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "enrichedEmails": {
    "label": "Enriched emails",
    "format": "array"
  },
  "url": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Singapore Company Scraper — UEN, Registry & Business Leads](https://apify.com/scrapesage/singapore-company-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/singapore-company-scraper) to learn more, explore other use cases, and run it yourself.