# Scrape Real Estate Lawyers in Atlanta - Avvo

**Use case:** 

Find well-reviewed real estate lawyers in Atlanta, GA on Avvo with Attorney, Practice, Avvo Rating, Reviews, City, Phone and Lead score. No login required.

## Input

```json
{
  "locations": [
    "Atlanta, GA"
  ],
  "practiceAreas": [
    "real estate"
  ],
  "maxResults": 100,
  "includeProfileDetails": true,
  "enrichEmails": false,
  "minAvvoRating": 0,
  "minReviews": 20,
  "withPhoneOnly": false,
  "withWebsiteOnly": false,
  "monitorMode": false,
  "monitorStoreName": "avvo-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Attorney",
    "format": "text"
  },
  "headline": {
    "label": "Practice",
    "format": "text"
  },
  "avvoRating": {
    "label": "Avvo Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "yearsLicensed": {
    "label": "Yrs licensed",
    "format": "number"
  },
  "primaryState": {
    "label": "Bar state",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Firm site",
    "format": "link"
  },
  "firmName": {
    "label": "Firm",
    "format": "text"
  },
  "licenseStatus": {
    "label": "License",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "profileUrl": {
    "label": "Avvo URL",
    "format": "link"
  }
}
```

## About this Actor

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