# Scrape Top-Rated Divorce Lawyers - Martindale

**Use case:** 

Find top-rated divorce lawyers in Miami on Martindale with Attorney, Practice, Peer Rating, Stars, Reviews and Phone. Export to JSON, CSV or Excel.

## Input

```json
{
  "locations": [
    "Miami, FL"
  ],
  "practiceAreas": [
    "Divorce"
  ],
  "maxResults": 50,
  "includeProfileDetails": true,
  "enrichEmails": false,
  "minPeerRating": 4,
  "avPreeminentOnly": false,
  "minReviews": 5,
  "withPhoneOnly": false,
  "withWebsiteOnly": false,
  "monitorMode": false,
  "monitorStoreName": "martindale-monitor",
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Attorney",
    "format": "text"
  },
  "headline": {
    "label": "Practice",
    "format": "text"
  },
  "peerReviewRatingLabel": {
    "label": "Peer Rating",
    "format": "text"
  },
  "peerReviewRating": {
    "label": "Stars",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "yearsLicensed": {
    "label": "Yrs licensed",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Firm site",
    "format": "link"
  },
  "firmName": {
    "label": "Firm",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "profileUrl": {
    "label": "Martindale URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Martindale Scraper - Attorney & Law Firm Leads](https://apify.com/scrapesage/martindale-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/martindale-scraper) to learn more, explore other use cases, and run it yourself.