# Market Research on Hair Salons in Dallas, TX

**Use case:** 

Collect comprehensive data on hair salons in Dallas, including services, pricing indicators, and customer reviews to identify market gaps and opportunities. Thi

## Input

```json
{
  "searchTerms": [
    "hair salon",
    "barber shop",
    "hair stylist"
  ],
  "locations": [
    "Dallas, TX",
    "Plano, TX",
    "Frisco, TX"
  ],
  "directUrls": [
    {
      "url": "https://www.yelp.com/biz/prince-street-pizza-new-york-2"
    }
  ],
  "searchLimit": 30,
  "reviewLimit": 20,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "runTimeoutSecs": 240
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "aggregatedRating": {
    "label": "Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "text"
  },
  "priceRange": {
    "label": "Price",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "object"
  }
}
```

## About this Actor

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