# Compare Financial Advisors in Miami, Florida

**Use case:** 

Scrape profiles of leading financial advisors in Miami, Florida to compare services and reputation. This data empowers individuals and businesses to make inform

## Input

```json
{
  "mode": "byCategoryCity",
  "category": "legal",
  "subcategory": "financial-advisors",
  "state": "florida",
  "city": "miami",
  "minRating": 4.8,
  "minReviewCount": 8,
  "maxItems": 30
}
```

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