# Avon Perfume Reviews and Data Extractor

**Use case:** 

Collect 400 structured perfume reviews, ratings, and fragrance details from Avon on Fragrantica. Ideal for analysis and market insights.

## Input

```json
{
  "startUrl": "https://www.fragrantica.com/designers/Avon.html",
  "results_wanted": 400,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "perfume_name": {
    "label": "Perfume",
    "format": "text"
  },
  "designer_name": {
    "label": "Designer",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "gender": {
    "label": "Gender",
    "format": "text"
  },
  "reviews_count": {
    "label": "Reviews",
    "format": "number"
  },
  "rating_value": {
    "label": "Rating",
    "format": "number"
  },
  "rating_votes": {
    "label": "Votes",
    "format": "number"
  },
  "fragrance_family": {
    "label": "Fragrance Family",
    "format": "text"
  },
  "perfume_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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