# Avvo Los Angeles Divorce Lawyers Scraper

**Use case:** 

Scrape divorce lawyers in Los Angeles from Avvo with name, firm, Avvo rating, review count, and profile URL. Export structured results to CSV.

## Input

```json
{
  "practiceArea": "divorce",
  "location": "Los Angeles, CA",
  "maxItems": 50,
  "includeDetails": true,
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "profileUrl": {
    "label": "Profile Url",
    "format": "link"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "firmName": {
    "label": "Firm Name",
    "format": "text"
  },
  "avvoRating": {
    "label": "Avvo Rating",
    "format": "number"
  },
  "avvoRatingLevel": {
    "label": "Avvo Rating Level",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "reviewRating": {
    "label": "Review Rating",
    "format": "number"
  },
  "endorsementCount": {
    "label": "Endorsement Count",
    "format": "number"
  },
  "practiceAreas": {
    "label": "Practice Areas",
    "format": "array"
  },
  "location": {
    "label": "Location",
    "format": "date"
  },
  "state": {
    "label": "State",
    "format": "date"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "text"
  },
  "bio": {
    "label": "Bio",
    "format": "text"
  },
  "licensedSince": {
    "label": "Licensed Since",
    "format": "text"
  },
  "education": {
    "label": "Education",
    "format": "array"
  },
  "awards": {
    "label": "Awards",
    "format": "array"
  },
  "associations": {
    "label": "Associations",
    "format": "array"
  },
  "languages": {
    "label": "Languages",
    "format": "array"
  },
  "freeConsultation": {
    "label": "Free Consultation",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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