# Lawyer Leads Calgary Canada Scraper

**Use case:** 

Scrape lawyer business leads in Calgary AB, Canada with phone, website and address for B2B outreach.

## Input

```json
{
  "keyword": "lawyer",
  "city": "Calgary AB",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "CA"
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  },
  "observedAt": {
    "label": "Collected",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Yellow Pages Canada Business Leads Scraper](https://apify.com/scrapers_lat/yellowpages-canada-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/yellowpages-canada-scraper) to learn more, explore other use cases, and run it yourself.