# Extract Dior Sauvage perfume page on Fragrantica

**Use case:** 

Scrape Dior Sauvage fragrance details on Fragrantica with accords, longevity votes, sillage ratings, and dupes list.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.fragrantica.com/perfume/Dior/Sauvage-31861.html"
    }
  ],
  "maxItems": 5,
  "allReviews": false,
  "omitFields": [],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "description": {
    "label": "Description"
  },
  "primaryImageUrl": {
    "label": "Image",
    "format": "image"
  },
  "images": {
    "label": "Images"
  },
  "brandName": {
    "label": "Brand name"
  },
  "brandUrl": {
    "label": "Brand url"
  },
  "brandLogo": {
    "label": "Brand logo"
  },
  "mainAccords": {
    "label": "Main accords"
  },
  "pros": {
    "label": "Pros"
  },
  "cons": {
    "label": "Cons"
  },
  "pyramid": {
    "label": "Pyramid"
  },
  "perfumeRating": {
    "label": "Perfume rating"
  },
  "bestRating": {
    "label": "Best rating"
  },
  "ratingCount": {
    "label": "Rating count"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "longevityBreakout": {
    "label": "Longevity breakout"
  },
  "longevityAverage": {
    "label": "Longevity average"
  },
  "longevitySum": {
    "label": "Longevity sum"
  },
  "longevityMax": {
    "label": "Longevity max"
  },
  "sillageBreakout": {
    "label": "Sillage breakout"
  },
  "sillageAverage": {
    "label": "Sillage average"
  },
  "sillageSum": {
    "label": "Sillage sum"
  },
  "sillageMax": {
    "label": "Sillage max"
  },
  "priceValueBreakout": {
    "label": "Price value breakout"
  },
  "priceValueAverage": {
    "label": "Price value average"
  },
  "priceValueSum": {
    "label": "Price value sum"
  },
  "priceValueMax": {
    "label": "Price value max"
  },
  "ratingBreakout": {
    "label": "Rating breakout"
  },
  "ratingAverage": {
    "label": "Rating average"
  },
  "ratingSum": {
    "label": "Rating sum"
  },
  "ratingMax": {
    "label": "Rating max"
  },
  "seasonBreakout": {
    "label": "Season breakout"
  },
  "gender": {
    "label": "Gender"
  },
  "genderBreakout": {
    "label": "Gender breakout"
  },
  "genderSum": {
    "label": "Gender sum"
  },
  "genderMax": {
    "label": "Gender max"
  },
  "relationBreakout": {
    "label": "Relation breakout"
  },
  "relationSum": {
    "label": "Relation sum"
  },
  "relationMax": {
    "label": "Relation max"
  },
  "thisPerfumeRemindsMeOf": {
    "label": "This perfume reminds me of"
  },
  "perfumers": {
    "label": "Perfumers"
  },
  "peopleWhoLikeThisAlsoLike": {
    "label": "People who like this also like"
  },
  "reviews": {
    "label": "Reviews"
  }
}
```

## About this Actor

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