# Monitor Competitor Photographer Profiles in LA

**Use case:** 

Track the profiles of specific high-performing photographers in Los Angeles to monitor their reviews, pricing updates, and service offerings. Gain competitive i

## Input

```json
{
  "mode": "byProfile",
  "category": "house-cleaning",
  "state": "CA",
  "city": "san-francisco",
  "profileUrls": [
    "https://www.thumbtack.com/profile/jane-doe-photography-los-angeles-ca",
    "https://www.thumbtack.com/profile/creative-lens-studio-los-angeles-ca",
    "https://www.thumbtack.com/profile/urban-capture-photography-los-angeles-ca"
  ],
  "topProOnly": false,
  "backgroundCheckedOnly": false,
  "maxItems": 5
}
```

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