# Build a statewide immigration lawyer list (CA)

**Use case:** 

Sweep FindLaw across California cities for immigration firms: name, email, phone, website, offices and practice areas. Set max cities per state. Export to CSV.

## Input

```json
{
  "mode": "search",
  "practiceAreas": [
    "immigration-naturalization-law"
  ],
  "locations": [
    "California"
  ],
  "maxResults": 500,
  "maxCitiesPerState": 25,
  "includeProfileDetails": true,
  "includeReviews": false,
  "maxReviewsPerFirm": 20,
  "includeAttorneys": false,
  "enrichContactEmails": false,
  "monitorMode": false,
  "monitorStoreName": "findlaw-monitor",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Name"
  },
  "isAttorney": {
    "label": "Attorney?"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "website": {
    "label": "Website"
  },
  "address": {
    "label": "Address"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "# Reviews"
  },
  "offersFreeConsultation": {
    "label": "Free consult"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "Profile"
  }
}
```

## About this Actor

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