# Intellectual Property Lawyers in Boston

**Use case:** 

Locate intellectual property lawyers in Boston with comprehensive contact information.

## Input

```json
{
  "searchQueries": [
    "intellectual-property-law"
  ],
  "cities": [
    "massachusetts/boston"
  ],
  "maxLawyers": 40,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "type": {
    "label": "Type"
  },
  "practiceArea": {
    "label": "Practice Area"
  },
  "firmName": {
    "label": "Firm"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "addressStreet": {
    "label": "Street"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "yearsExperience": {
    "label": "Years Exp."
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [FindLaw Lawyers & Law Firm Directory Scraper](https://apify.com/scrapers_lat/findlaw-lawyers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/findlaw-lawyers-scraper) to learn more, explore other use cases, and run it yourself.