# Estate Planning Lawyers in Arizona

**Use case:** 

Collect information on estate planning lawyers in Arizona. Retrieve leads including firm details, phone numbers, ratings, and bios.

## Input

```json
{
  "practiceArea": "estate-planning",
  "location": "az",
  "startUrls": [
    "https://www.avvo.com/divorce-lawyer/ny.html"
  ],
  "fetchProfileDetails": false,
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "firm": {
    "label": "Firm",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "practiceAreas": {
    "label": "Practice areas",
    "format": "array"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Avvo Lawyer Scraper - Attorney Leads & Contacts](https://apify.com/logiover/avvo-lawyer-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/avvo-lawyer-scraper) to learn more, explore other use cases, and run it yourself.