# Generate Hair Salon Leads in Paris, France

**Use case:** 

Collect detailed information on hair salons across Paris, including their ratings and addresses, for targeted B2B lead generation. This data supports beauty pro

## Input

```json
{
  "mode": "search",
  "searchQuery": "hair salon",
  "location": "Paris, France",
  "maxResults": 80,
  "language": "en",
  "placeUrl": "https://www.google.com/maps/place/Joe's+Pizza/@40.7308314,-73.9973325,17z",
  "maxReviews": 50
}
```

## Output

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

## About this Actor

This example demonstrates how to use [Google Maps MCP](https://apify.com/crawlerbros/google-maps-mcp) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/google-maps-mcp) to learn more, explore other use cases, and run it yourself.