# Generate Contractor Leads in Los Angeles

**Use case:** 

Identify top-rated contractors in Los Angeles for lead generation and market analysis. Accessing this curated list enables businesses to target high-quality pro

## Input

```json
{
  "mode": "byCategoryCity",
  "category": "legal",
  "subcategory": "remodeling",
  "state": "california",
  "city": "los-angeles",
  "minRating": 4,
  "minReviewCount": 15,
  "maxItems": 100
}
```

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