# Divorce Lawyer Leads in New York from Avvo

**Use case:** 

Collect detailed profiles of divorce lawyers in New York. Get firm names, contact info, bar licenses, ratings, and bios in CSV or JSON format.

## Input

```json
{
  "practiceArea": "divorce",
  "location": "new-york-ny",
  "startUrls": [
    "https://www.avvo.com/divorce-lawyer/ny.html"
  ],
  "fetchProfileDetails": true,
  "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.