# Justia Lawyer Profiles, Reviews & Office Locations Scraper

**Use case:** 

Scrape Justia US attorneys. Get 55+ fields: contact, offices, practice areas, education, bar admissions, awards, ratings & socials.

## Input

```json
{
  "mode": "search",
  "states": [
    "California"
  ],
  "practiceAreas": [
    "Personal Injury"
  ],
  "cities": [],
  "startUrls": [
    "https://lawyers.justia.com/lawyers/personal-injury/california"
  ],
  "fetchDetails": true,
  "fetchVcard": true,
  "freeConsultationOnly": false,
  "topRatedOnly": false,
  "maxItems": 4,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "id": {
    "label": "Justia ID",
    "format": "integer"
  },
  "name": {
    "label": "Attorney",
    "format": "string"
  },
  "jobTitle": {
    "label": "Tagline",
    "format": "string"
  },
  "primaryPhone": {
    "label": "Phone",
    "format": "string"
  },
  "justiaRating": {
    "label": "Justia rating",
    "format": "number"
  },
  "topRated": {
    "label": "Top rated",
    "format": "boolean"
  },
  "freeConsultation": {
    "label": "Free consultation",
    "format": "boolean"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "practiceAreas": {
    "label": "Practice areas",
    "format": "array"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Justia Lawyer Profiles, Reviews & Office Locations Scraper](https://apify.com/abotapi/justia-lawyer-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/justia-lawyer-scraper) to learn more, explore other use cases, and run it yourself.