# Planity Salon Scraper (`figue/planity-salon-scraper`) Actor

Scrape Planity salon pages for structured business data: services & pricing, customer reviews with detailed ratings, staff profiles, photos, opening hours, and GPS coordinates. Export as JSON, CSV, or Excel. Perfect for market research and lead generation in the beauty industry.

- **URL**: https://apify.com/figue/planity-salon-scraper.md
- **Developed by:** [Figue](https://apify.com/figue) (community)
- **Categories:** Lead generation, Automation, Other
- **Stats:** 6 total users, 2 monthly users, 95.5% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$10.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#rental-actors

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Planity Salon Scraper

Scrape comprehensive business data from Planity salon pages. Extract services, pricing, reviews, staff, photos, opening hours, and more — all in structured JSON. Perfect for market research, competitive analysis, and lead generation in the beauty & wellness industry.

***

### Features

- **Complete Salon Data**: Name, address, phone, description, business type
- **Services & Pricing**: Full service catalog with categories, prices, and durations
- **Reviews**: Customer reviews with ratings, dates, and detailed breakdowns
- **Staff Directory**: Team members with names and photos
- **Photo Gallery**: High-quality salon images via Cloudinary CDN
- **Opening Hours**: Day-by-day schedule
- **GPS Coordinates**: Latitude/longitude for mapping
- **Dual Extraction**: Primary extraction from embedded page data, with HTML/JSON-LD fallback
- **Proxy Support**: Built-in Apify residential proxy support

***

### Input Parameters

| Parameter                  | Required | Default      | Description                                        |
| -------------------------- | -------- | ------------ | -------------------------------------------------- |
| **Salon URLs**             | Yes      | —            | List of Planity salon page URLs to scrape           |
| **Max requests per crawl** | No       | `100`        | Maximum number of pages to scrape in a single run   |
| **Include reviews**        | No       | `true`       | Whether to extract customer reviews                 |
| **Proxy configuration**    | No       | Datacenter   | Proxy settings                                      |

#### Example Input

```json
{
    "startUrls": [
        { "url": "https://www.planity.com/le-salon-de-marie-75001-paris" }
    ],
    "maxRequestsPerCrawl": 50,
    "includeReviews": true,
    "proxy": {
        "useApifyProxy": true
    }
}
```

***

### How to Use

1. **Find salon URLs** on [planity.com](https://www.planity.com)
2. **Paste URLs** into the "Salon URLs" input field
3. **Configure options** — toggle reviews, set max pages, choose proxy
4. **Click "Save and Start"** and monitor progress in real-time
5. **Download results** in JSON, CSV, or Excel format

***

### Output

#### Overview fields (flat)

These top-level fields are displayed in the Apify dataset table view:

| Field                | Type   | Description                  |
| -------------------- | ------ | ---------------------------- |
| `name`               | string | Salon name                   |
| `address`            | string | Full street address          |
| `city`               | string | City name                    |
| `zipCode`            | string | Postal code                  |
| `type`               | string | Business type (e.g. "hairdresser") |
| `ratingAverage`      | number | Average rating (out of 5)    |
| `ratingCount`        | number | Total number of ratings      |
| `servicesCount`      | number | Number of services offered   |
| `reviewsCount`       | number | Number of reviews scraped    |
| `photosCount`        | number | Number of photos found       |
| `collaboratorsCount` | number | Number of staff members      |
| `url`                | string | Original Planity URL         |
| `scrapedAt`          | string | ISO 8601 timestamp           |

#### Full Output Example

```json
{
    "url": "https://www.planity.com/le-salon-de-marie-75001-paris",
    "scrapedAt": "2025-01-15T14:32:00.000Z",
    "name": "Le Salon de Marie",
    "address": "42 Rue de Rivoli, 75001 Paris",
    "city": "Paris",
    "zipCode": "75001",
    "type": "hairdresser",
    "ratingAverage": 4.8,
    "ratingCount": 234,
    "servicesCount": 18,
    "reviewsCount": 234,
    "photosCount": 6,
    "collaboratorsCount": 3,
    "business": {
        "name": "Le Salon de Marie",
        "address": "42 Rue de Rivoli",
        "city": "Paris",
        "zipCode": "75001",
        "country": "France",
        "phone": "+33 1 42 60 12 34",
        "about": "Salon de coiffure spécialisé dans la coloration et les soins capillaires.",
        "type": "hairdresser"
    },
    "location": {
        "lat": 48.8606,
        "lng": 2.3488
    },
    "rating": {
        "average": 4.8,
        "count": 234,
        "details": {
            "quality": 4.9,
            "welcome": 4.8,
            "cleanliness": 4.7
        }
    },
    "categories": ["Femme - Coupe", "Femme - Couleur", "Homme"],
    "services": [
        {
            "category": "Femme - Coupe",
            "title": "Coupe + Brushing",
            "price": 35,
            "priceFormatted": "35 €",
            "duration": "1h",
            "durationMinutes": 60,
            "description": "Coupe femme avec brushing inclus"
        },
        {
            "category": "Femme - Couleur",
            "title": "Balayage",
            "price": 75,
            "priceFormatted": "75 €",
            "duration": "1h30",
            "durationMinutes": 90,
            "description": null
        },
        {
            "category": "Homme",
            "title": "Coupe Homme",
            "price": 22,
            "priceFormatted": "22 €",
            "duration": "30min",
            "durationMinutes": 30,
            "description": null
        }
    ],
    "reviews": [
        {
            "author": "Marie L.",
            "rating": 5,
            "text": "Superbe expérience, je recommande vivement !",
            "date": "2025-01-10",
            "service": "Balayage",
            "ratingDetails": {
                "quality": 5,
                "welcome": 5,
                "cleanliness": 5
            }
        },
        {
            "author": "Thomas R.",
            "rating": 4,
            "text": "Très bon salon, accueil chaleureux.",
            "date": "2025-01-08",
            "service": "Coupe Homme",
            "ratingDetails": null
        }
    ],
    "photos": [
        "https://res.cloudinary.com/planity/image/upload/w_800,c_limit,q_auto/abc123",
        "https://res.cloudinary.com/planity/image/upload/w_800,c_limit,q_auto/def456"
    ],
    "collaborators": [
        {
            "name": "Sophie",
            "role": null,
            "photoUrl": "https://res.cloudinary.com/planity/image/upload/w_800,c_limit,q_auto/staff1"
        },
        {
            "name": "Julie",
            "role": null,
            "photoUrl": null
        }
    ],
    "hours": {
        "monday": "09:00-18:00",
        "tuesday": "09:00-18:00",
        "wednesday": "09:00-18:00",
        "thursday": "09:00-20:00",
        "friday": "09:00-18:00",
        "saturday": "09:00-16:00",
        "sunday": null
    }
}
```

***

### Limitations

- Works only with public Planity salon pages
- Subject to Planity's rate limiting and page structure changes
- Reviews extraction depends on data availability in page source

***

If you have any questions or need assistance, please contact us at <hello@figue.io>.

# Actor input Schema

## `startUrls` (type: `array`):

List of Planity salon page URLs to scrape.

## `maxRequestsPerCrawl` (type: `integer`):

Maximum number of pages to scrape in a single run.

## `includeReviews` (type: `boolean`):

Whether to extract reviews for each salon.

## `proxy` (type: `object`):

Proxy settings for the crawler.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.planity.com/revolvhair-chez-y-75004-paris"
    }
  ],
  "maxRequestsPerCrawl": 100,
  "includeReviews": true,
  "proxy": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.planity.com/revolvhair-chez-y-75004-paris"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("figue/planity-salon-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "startUrls": [{ "url": "https://www.planity.com/revolvhair-chez-y-75004-paris" }] }

# Run the Actor and wait for it to finish
run = client.actor("figue/planity-salon-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.planity.com/revolvhair-chez-y-75004-paris"
    }
  ]
}' |
apify call figue/planity-salon-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=figue/planity-salon-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/iI70zr5I9L0j4chAH/builds/dV6oktzlYiARMRKpq/openapi.json
