# Find Hair Salons in Florida for B2B Sales

**Use case:** 

Identify numerous hair salons throughout Florida to expand your B2B sales pipeline or conduct regional market research. This provides a robust dataset for targe

## Input

```json
{
  "mode": "search",
  "searchQuery": "hair salon",
  "location": "florida",
  "maxItems": 500
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name"
  },
  "phone": {
    "label": "Phone"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "category": {
    "label": "Category"
  },
  "website": {
    "label": "Website"
  },
  "description": {
    "label": "Description"
  },
  "profileUrl": {
    "label": "Profile url"
  }
}
```

## About this Actor

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