# Discover Niche Perfume Brands and Unique Fragrance Pyramids

**Use case:** 

Expand market research into niche perfume brands to uncover unique fragrance profiles and emerging trends outside mainstream labels. This helps identify new par

## Input

```json
{
  "perfumeUrls": [
    "https://www.fragrantica.com/perfume/Chanel/Coco-Mademoiselle-611.html"
  ],
  "designerUrls": [
    "https://www.fragrantica.com/designers/Byredo.html",
    "https://www.fragrantica.com/designers/Maison-Francis-Kurkdjian.html",
    "https://www.fragrantica.com/designers/Kilian.html"
  ],
  "maxItems": 75
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "integer"
  },
  "gender": {
    "label": "Gender",
    "format": "string"
  },
  "ratingValue": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "# Ratings",
    "format": "integer"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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