# Canadian Law List   Lawyer & Law Firm — Full Export

**Use case:** 

Scrape the full canadian law list - lawyer & law firm dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract canadian law list - lawyer & law firm for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "letters": [
    "A"
  ],
  "provinces": [
    "Ontario"
  ],
  "scrapeMode": "lawyers",
  "maxItems": 200
}
```

## Output

```json
{
  "record_type": {
    "label": "Record Type",
    "format": "string"
  },
  "lawyer_name": {
    "label": "Lawyer Name",
    "format": "string"
  },
  "firm_name": {
    "label": "Firm Name",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "province": {
    "label": "Province",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "practice_areas": {
    "label": "Practice Areas",
    "format": "array"
  },
  "source_url": {
    "label": "Source Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Canadian Law List Scraper - Lawyer & Law Firm Directory](https://apify.com/jungle_synthesizer/canadian-law-list-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/canadian-law-list-scraper) to learn more, explore other use cases, and run it yourself.