# Compare Miami Lawn Care Services & Pricing

**Use case:** 

Gather detailed information on lawn care professionals in Miami, including ratings, reviews, and service descriptions for competitive analysis. Understand the l

## Input

```json
{
  "mode": "search",
  "category": "lawn-care",
  "state": "FL",
  "city": "miami",
  "profileUrls": [],
  "minReviews": 10,
  "topProOnly": false,
  "backgroundCheckedOnly": false,
  "maxItems": 75
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "businessName": {
    "label": "Business name"
  },
  "serviceCategory": {
    "label": "Service category"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "profileUrl": {
    "label": "Profile url"
  }
}
```

## About this Actor

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