# Home Insurance Agents in Chicago, IL

**Use case:** 

Gather contact details and ratings for home insurance agents in Chicago, Illinois for market research or lead nurturing. This helps insurance providers understa

## Input

```json
{
  "mode": "byCategoryCity",
  "category": "legal",
  "subcategory": "homeowners-insurance",
  "state": "illinois",
  "city": "chicago",
  "minRating": 4.2,
  "minReviewCount": 5,
  "maxItems": 60
}
```

## 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.