# Singapore Lawyer Emails · Official Law Society (`corent1robert/sg-lawsociety-lawyer-leads`) Actor

Official Law Society of Singapore Find a Lawyer firms with published emails and phones. One row per firm. Featured practices and specialists. Public directory. No login.

- **URL**: https://apify.com/corent1robert/sg-lawsociety-lawyer-leads.md
- **Developed by:** [Corentin Robert](https://apify.com/corent1robert) (community)
- **Categories:** Lead generation, Automation, Business
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.49 / 1,000 firm with emails

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Singapore Lawyer Emails · Official Law Society

Export **featured Singapore law firms** with the **email and phone printed** on the Law Society of Singapore [Find a Lawyer](https://www.lawsociety.org.sg/find-a-lawyer/) directory. One row per firm. Public pages only.

**No login. No API key. No Law Society account.**

### Who is this for?

| You are… | Typical goal | Suggested setup |
|----------|--------------|-----------------|
| Legal-tech / referral marketplace | Partner firms with a mailbox | Featured firms, all practices |
| Corporate / insurance claims team | Panel counsel in one practice | Practice = Divorce or Corporate |
| SDR / agency (Singapore) | Outbound list of named firms | CRM view, email rows only |
| Expert-witness / forensics vendor | Specialist contacts | Directory = specialists |

**What you get by default.** Firm name, published mailbox, Singapore phone, website when listed, practice area, region, directory URL.

**Honest coverage.** This is the **featured** Find a Lawyer catalogue (about **25 unique firms** / **56 practice listings** on 7 Sep 2026), not the full practising-certificate roll. Featured firm pages printed a mailbox on **every** listing in that smoke. Specialists: **15 of 16** with email. Community-law volunteer pages do **not** print mailboxes and are not exported.

### Quick start

1. Open the Actor and leave **Directory** on featured law firms.
2. Optionally pick a **practice area** (Divorce & Family is the largest featured slice).
3. Keep **Only rows with email or phone** on.
4. Click **Start**. Download JSON, CSV or Excel. Duplicate practice pages for the same firm are merged into one CRM row.

### Ready-made examples

Saved task inputs live in `published-tasks/inputs/`. Store example pages go live after task publish.

| Example | Best for |
|---------|----------|
| Singapore family-lawyer emails | Divorce & Family featured firms |
| Singapore corporate-lawyer emails | Corporate & Commercial |
| Singapore legal specialist emails | Expert / specialist directory |
| Singapore lawyer email sample | 20-row try |

### What it extracts

| Category | Fields |
|----------|--------|
| Identity | Firm name, practice areas, location, languages |
| Contact | Email (never invented), extra mailboxes, phone, website |
| Provenance | Directory URL, list (firm / specialist), country `SG` |

### Input

| Field | Meaning |
|-------|---------|
| `directory` | Featured firms, specialists, or both |
| `practiceArea` | Official Find a Lawyer practice slug, or `all` |
| `location` | Central / East / North / South / West, or `all` |
| `keyword` | Optional name / mailbox contains |
| `onlyWithContact` | Skip rows with no email and no phone |
| `maxItems` | Unique firms. **0** = no numerical cap. **Free plan: 20 / run** |

API-only: `proxyConfiguration` (cloud defaults to Apify datacenter proxy if you pass it), `verboseLogs`.

### Output example

```json
{
  "providerKey": "SGLS-firm-SAMPLE-LAW-LLC",
  "facilityName": "SAMPLE LAW LLC",
  "contactEmail": "hello@example-law.sg",
  "contactEmails": "hello@example-law.sg; admin@example-law.sg",
  "contactPhone": "+65 6000 0000",
  "website": "https://www.example-law.sg",
  "practiceAreas": "Divorce & Family Matters; Corporate & Commercial",
  "location": "South",
  "directoryType": "firm",
  "countryCode": "SG",
  "url": "https://www.lawsociety.org.sg/firms/sample-law-llc-divorce/"
}
```

### How much does it cost to scrape the Law Society of Singapore directory?

Pay-per-event. Totals include the **$0.00005** actor-start fee.

| Scenario | FREE | Bronze | Silver | Gold |
|----------|------|--------|--------|------|
| 20 firms with email | $0.08 | $0.07 | $0.06 | $0.05 |
| 1,000 firms with email | $4.00 | $3.49 | $2.99 | $2.49 |
| 50,000 firms with email | $199.50 | $174.50 | $149.50 | $124.50 |

HTTP-only — compute stays small. Free Apify plan: **20 firms per run**.

### Is it legal to scrape the Law Society of Singapore directory?

This Actor only reads **public** Find a Lawyer and specialist pages. Treat emails and phones as personal data. Your use must comply with PDPA, GDPR where it applies, and the Law Society site terms. Do not use the dataset for spam.

### Also available

**[Pennsylvania SDB Emails · Official DGS Roster](https://apify.com/corent1robert/pa-dgs-vendor-leads)** — US supplier-diversity vendor emails from an official roster.

### Local development

```bash
npm install
apify run --purge
```

Default input is in `.actor/INPUT.json` (20 firms). Local `storage/` is not uploaded to Console.

### Support

Contact <corentin@outreacher.fr> if you need a custom scraper or tailored automation.

# Changelog

This Actor's version history is a separate document: https://apify.com/corent1robert/sg-lawsociety-lawyer-leads/changelog.md

# Actor input Schema

## `directory` (type: `string`):

Which public Law Society list to export. Try starts on featured law firms.

## `practiceArea` (type: `string`):

Keep featured firms in this practice. Ignored for specialists-only runs.

## `location` (type: `string`):

Keep firms tagged in this Singapore region on the directory.

## `keyword` (type: `string`):

Keep firms whose name, practice or mailbox contains this text.

## `onlyWithContact` (type: `boolean`):

Skip firms that do not publish a mailbox or phone.

## `maxItems` (type: `integer`):

Stop after this many unique firms. **0 = no numerical cap**.

## Actor input object example

```json
{
  "directory": "firms",
  "practiceArea": "all",
  "location": "all",
  "onlyWithContact": true,
  "maxItems": 20
}
```

# Actor output Schema

## `dataset` (type: `string`):

All exported unique firms.

## `overview` (type: `string`):

Firm, published email and practice.

## `outreachCrm` (type: `string`):

Firm, email, phone and website.

## `runLog` (type: `string`):

Plain-text progress for this run.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "directory": "firms",
    "practiceArea": "all",
    "onlyWithContact": true,
    "maxItems": 20
};

// Run the Actor and wait for it to finish
const run = await client.actor("corent1robert/sg-lawsociety-lawyer-leads").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "directory": "firms",
    "practiceArea": "all",
    "onlyWithContact": True,
    "maxItems": 20,
}

# Run the Actor and wait for it to finish
run = client.actor("corent1robert/sg-lawsociety-lawyer-leads").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "directory": "firms",
  "practiceArea": "all",
  "onlyWithContact": true,
  "maxItems": 20
}' |
apify call corent1robert/sg-lawsociety-lawyer-leads --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,corent1robert/sg-lawsociety-lawyer-leads"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/xoL4oaHuDTh0BumLE/builds/MuYuhEMFdynHTElyJ/openapi.json
