# Compare perfume notes from Fragrantica product pages

**Use case:** 

Extract top, middle, and base notes plus accords for authorized perfume-page comparison work and fragrance research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.fragrantica.com/perfume/Aramis/Tuscany-Per-Uomo-123.html"
    }
  ],
  "maxResults": 5,
  "proxyCountryCode": "GB",
  "useApifyProxy": true
}
```

## Output

```json
{
  "name": {
    "label": "Perfume name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "gender": {
    "label": "Target gender",
    "format": "string"
  },
  "launchYear": {
    "label": "Launch year",
    "format": "integer"
  },
  "mainAccords": {
    "label": "Main accords",
    "format": "array"
  },
  "topNotes": {
    "label": "Top notes",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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