# Immigration Attorneys in San Diego, CA

**Use case:** 

Find top immigration attorneys in San Diego, CA with comprehensive profiles.

## Input

```json
{
  "searchQueries": [
    "immigration"
  ],
  "cities": [
    "San Diego, CA"
  ],
  "withDetails": true,
  "maxLawyers": 30
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Photo",
    "format": "image"
  },
  "name": {
    "label": "Lawyer",
    "format": "text"
  },
  "firmName": {
    "label": "Firm",
    "format": "text"
  },
  "primaryPractice": {
    "label": "Practice",
    "format": "text"
  },
  "avvoRating": {
    "label": "Avvo Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "licenseStatus": {
    "label": "License",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

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