# Scrape barbershops and beauty salons on Booksy

**Use case:** 

Extract business profiles from Booksy, including names, contact details, and ratings. Perfect for lead generation in the beauty and wellness sectors.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://booksy.com/en-us/s/haircut-beard/102522_newport-beach"
    }
  ],
  "resultsToScrape": 10,
  "useCache": false
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "email": {
    "label": "Email",
    "format": "text"
  }
}
```

## About this Actor

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