# London Law Firm Contacts - Shoreditch and Canary Wharf

**Use case:** 

Collects public contact details for solicitors and law firms in two London business districts. Professional-services sites are often behind edge protection,...

## Input

```json
{
  "queries": [
    "law firms in Shoreditch London",
    "solicitors in Canary Wharf London"
  ],
  "websites": [],
  "businesses": [],
  "maxResults": 30,
  "maxPagesPerSite": 4,
  "concurrency": 8,
  "verifyEmailDomains": true,
  "onlyWithContact": true,
  "retryBlockedWithProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "business_name": {
    "label": "Business",
    "format": "text"
  },
  "business_category": {
    "label": "Category",
    "format": "text"
  },
  "business_address": {
    "label": "Address",
    "format": "text"
  },
  "business_rating": {
    "label": "Rating",
    "format": "number"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "primary_email": {
    "label": "Email",
    "format": "text"
  },
  "email_domain_mx_ok": {
    "label": "MX OK",
    "format": "boolean"
  },
  "primary_phone": {
    "label": "Phone",
    "format": "text"
  },
  "linkedin_url": {
    "label": "LinkedIn",
    "format": "link"
  },
  "facebook_url": {
    "label": "Facebook",
    "format": "link"
  },
  "instagram_url": {
    "label": "Instagram",
    "format": "link"
  },
  "fetch_status": {
    "label": "Status",
    "format": "text"
  },
  "source_query": {
    "label": "Query",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Lead Enrichment - Emails, Phones, Socials](https://apify.com/thirdwatch/google-maps-lead-enrichment) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/google-maps-lead-enrichment) to learn more, explore other use cases, and run it yourself.