# Medical Malpractice Lawyer Reviews - FindLaw

**Use case:** 

Scrape medical malpractice lawyer reviews in Philadelphia from FindLaw with firm name, rating, review text, phone, email and office address in JSON.

## Input

```json
{
  "mode": "search",
  "practiceAreas": [
    "medical-malpractice-plaintiff"
  ],
  "locations": [
    "Philadelphia, PA"
  ],
  "maxResults": 100,
  "maxCitiesPerState": 10,
  "includeProfileDetails": true,
  "includeReviews": true,
  "maxReviewsPerFirm": 20,
  "includeAttorneys": false,
  "enrichContactEmails": false,
  "monitorMode": false,
  "monitorStoreName": "findlaw-monitor",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "firmName": {
    "label": "Firm"
  },
  "rating": {
    "label": "Rating"
  },
  "author": {
    "label": "Author"
  },
  "datePublished": {
    "label": "Date"
  },
  "body": {
    "label": "Review"
  },
  "aspects": {
    "label": "Aspects"
  },
  "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.