# Identify Sympathy Bouquet Options & Florists by Price

**Use case:** 

Discover a comprehensive list of sympathy flower arrangements and their pricing to cater to bereaved customers effectively. Optimize your inventory and pricing 

## Input

```json
{
  "mode": "occasion",
  "occasion": "Sympathy",
  "sortBy": "price-low",
  "maxItems": 75
}
```

## Output

```json
{
  "productId": {
    "label": "Product id"
  },
  "productName": {
    "label": "Product name"
  },
  "floristName": {
    "label": "Florist name"
  },
  "floristCity": {
    "label": "Florist city"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "occasion": {
    "label": "Occasion"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

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