# Family Law FindLaw Attorney

**Use case:** 

Extract FindLaw Attorney data filtered by Family Law. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "practiceArea": "family-law",
  "state": "new-york",
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Attorney/Firm",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "practiceArea": {
    "label": "Practice Area",
    "format": "text"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "freeConsultation": {
    "label": "Free Consult",
    "format": "boolean"
  },
  "superLawyers": {
    "label": "Super Lawyers",
    "format": "text"
  },
  "yearsExperience": {
    "label": "Experience",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "sponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "searchState": {
    "label": "State",
    "format": "text"
  },
  "searchCity": {
    "label": "City",
    "format": "text"
  },
  "searchPracticeArea": {
    "label": "Search PA",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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