# Monitor Competitor Gyms in Los Angeles

**Use case:** 

Gather information on fitness centers and gyms in Los Angeles to understand competitor presence and offerings. Use this data for competitive analysis and to ref

## Input

```json
{
  "mode": "search",
  "searchQuery": "gyms",
  "location": "Los Angeles, CA",
  "maxItems": 200,
  "radius": 1000,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "category": {
    "label": "Category"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "website": {
    "label": "Website"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Bing Maps Business Listings Scraper](https://apify.com/crawlerbros/bing-maps-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/bing-maps-business-scraper) to learn more, explore other use cases, and run it yourself.