# Top Personal Injury Lawyers in Houston, TX

**Use case:** 

Extract a list of highly-rated personal injury lawyers in Houston, Texas for legal referral networks or competitive analysis. This provides critical intelligenc

## Input

```json
{
  "mode": "byCategoryCity",
  "category": "legal",
  "subcategory": "personal-injury-lawyers",
  "state": "texas",
  "city": "houston",
  "minRating": 4.7,
  "minReviewCount": 20,
  "maxItems": 75
}
```

## Output

```json
{
  "rank": {
    "label": "Rank"
  },
  "businessName": {
    "label": "Business name"
  },
  "categoryLabel": {
    "label": "Category label"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  }
}
```

## About this Actor

This example demonstrates how to use [Expertise.com Local Pro Directory Scraper](https://apify.com/crawlerbros/expertise-com-local-pro-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/expertise-com-local-pro-directory-scraper) to learn more, explore other use cases, and run it yourself.