# NZ Lawyer Emails · Law Society Find a Lawyer (`corent1robert/nz-lawsociety-lawyer-leads`) Actor

Export New Zealand lawyers with published emails and phones from the Law Society Find a Lawyer register. Public pages. No login.

- **URL**: https://apify.com/corent1robert/nz-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 lawyer 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

## NZ Lawyer Emails · Law Society Find a Lawyer

Export **New Zealand lawyers** with the **email and phone printed** on the New Zealand Law Society [Find a Lawyer](https://www.lawsociety.org.nz/for-the-public/find-a-lawyer/) register. One row per lawyer. Public pages only.

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

### Who is this for?

| You are… | Typical goal | Suggested setup |
|----------|--------------|-----------------|
| Referral / legal-tech marketplace | NZ counsel with a mailbox | Family (`FM`), only with contact |
| Corporate / insurance panel | Company and commercial lawyers | Company/Commercial (`CC`) |
| SDR / agency (New Zealand) | Outbound list by city | Auckland or Wellington |
| Family-law product | Practitioners who publish email | Family + require email |

**What you get by default.** Lawyer name, firm, published mailbox, NZ phone, website when listed, region/suburb, practice ticks, register URL.

**Honest coverage.** The public Find a Lawyer catalogue printed **5,808** lawyers on 7 Sep 2026 (10 per page). Profile pages print email and phone when the lawyer volunteered them — smoke that day was **4/4** emails+phones on sampled register pages. Contacts are never invented.

### Quick start

1. Open the Actor. Leave **Area of law** on Family, or pick another official filter.
2. Optionally set **Region** (Auckland, Wellington, …).
3. Keep **Only with email or phone** on.
4. Click **Start**. Download JSON, CSV or Excel.

### Ready-made examples (published tasks)

Landing pages go live when you publish each task from Console (see `published-tasks/publication-console.md`). Until then, use the saved task inputs in `published-tasks/inputs/`.

| Example | Best for |
|---------|----------|
| NZLS family-law lawyer emails | Family practice (`FM`) |
| NZLS company-law lawyer emails | Company/Commercial (`CC`) |
| NZLS Auckland lawyer emails | Auckland region |
| NZLS lawyer sample | 20-row try |

### What it extracts

| Category | Fields |
|----------|--------|
| Identity | Lawyer name, preferred name, workplace title, firm, region |
| Contact | Email (never invented), telephone, website |
| Practice | Public area ticks |
| Provenance | Register URL, country `NZ` |

### Input

| Field | Meaning |
|-------|---------|
| `practiceArea` | Official area code (`FM` Family, `CC` Company/Commercial, …) or `all` |
| `region` | NZLS region select value, or `all` |
| `keyword` | Name search on the public form |
| `onlyWithContact` | Skip rows with no email and no phone |
| `maxItems` | Unique lawyers. **0** = no numerical cap. **Free plan: 20 / run** |

API-only: `requireEmail`, `requirePhone` are also on the Console form. `proxyConfiguration` is omitted from Console; cloud runs use Apify datacenter proxy when you pass it via API.

### Output example

```json
{
  "providerKey": "NZLS-SZE-MAN-STELLA-CHAN",
  "contactName": "Sze (Stella) Man Stella Chan",
  "preferredName": "Stella",
  "workplace": "Partner at Forest Harrison",
  "facilityName": "Forest Harrison",
  "contactEmail": "stella@forestharrison.co.nz",
  "contactPhone": "09 308 0080",
  "address": "Auckland, Downtown Auckland",
  "practiceAreas": "Family, Property",
  "countryCode": "NZ",
  "url": "https://www.lawsociety.org.nz/register/sze-man-stella-chan/?glh=1"
}
```

### How to use New Zealand Law Society lawyer emails

Paste no URLs. Choose a practice and start. Duplicate register slugs are **merged** into one CRM row. Listing pages use public `?page=N` (10 lawyers per page). Profile pages under `/register/{slug}/` supply the mailbox and phone.

### How much does it cost to scrape the New Zealand Law Society directory?

Pay-per-event. Actor start is **$0.00005**. A lawyer **with email** is **$0.00399** on the free pricing tier (lower on paid Apify tiers). Phone-only and no-contact rows cost less.

| Scenario | FREE | Bronze | Silver | Gold |
|----------|------|--------|--------|------|
| 20 lawyers with email | ~$0.08 | ~$0.07 | ~$0.06 | ~$0.05 |
| 1,000 lawyers with email | ~$4.04 | ~$3.54 | ~$3.04 | ~$2.54 |
| 1,000 phone-only rows | ~$2.49 | ~$2.19 | ~$1.89 | ~$1.69 |

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

### Is it legal to scrape the New Zealand Law Society directory?

This Actor only reads **public** Find a Lawyer HTML. Treat emails and phones as personal data. Your use must comply with the New Zealand Privacy Act 2020, GDPR where it applies, and the Law Society terms. Do not use the dataset for spam.

### Also available

**[Singapore Lawyer Emails · Official Law Society](https://apify.com/corent1robert/sg-lawsociety-lawyer-leads)** — featured Singapore Find a Lawyer firms.

**[Hong Kong Law Firm Leads · Law Society](https://apify.com/corent1robert/hk-lawsociety-firm-leads)** — Hong Kong volunteer firm directory.

### Local development

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

Default input is in `.actor/INPUT.json` (20 Auckland Family lawyers). 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/nz-lawsociety-lawyer-leads/changelog.md

# Actor input Schema

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

Keep lawyers who ticked this practice on the public register.

## `region` (type: `string`):

Keep lawyers whose office is in this New Zealand region.

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

Directory keyword search, as on the public form.

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

Skip lawyers with neither a published email nor a published phone.

## `requireEmail` (type: `boolean`):

Keep lawyers that publish an email address.

## `requirePhone` (type: `boolean`):

Keep lawyers that publish a phone number.

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

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

## Actor input object example

```json
{
  "practiceArea": "FM",
  "region": "all",
  "onlyWithContact": true,
  "requireEmail": false,
  "requirePhone": false,
  "maxItems": 20
}
```

# Actor output Schema

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

All exported unique New Zealand lawyers.

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

Lawyer, firm, phone, email and practices.

## `contacts` (type: `string`):

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 = {
    "practiceArea": "FM",
    "maxItems": 20
};

// Run the Actor and wait for it to finish
const run = await client.actor("corent1robert/nz-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 = {
    "practiceArea": "FM",
    "maxItems": 20,
}

# Run the Actor and wait for it to finish
run = client.actor("corent1robert/nz-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 '{
  "practiceArea": "FM",
  "maxItems": 20
}' |
apify call corent1robert/nz-lawsociety-lawyer-leads --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,corent1robert/nz-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/Hoz8VoaTBRaLDXFYq/builds/nxQDOloQvko2ugc9C/openapi.json
