# Scrape Singapore Companies from a List of URLs

**Use case:** 

Scrape Singapore company data from a list of sgpbusiness URLs — UEN, status, SSIC, address, phone and website, plus crawled emails for lead generation.

## Input

```json
{
  "scrapeNewest": false,
  "startUrls": [
    {
      "url": "https://www.sgpbusiness.com/companies/Marketing"
    }
  ],
  "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.