# Find Top Selling Birthday Flower Arrangements

**Use case:** 

Identify current trends in birthday flower arrangements to inform product development and marketing strategies. Gain insights into popular designs and florists 

## Input

```json
{
  "mode": "occasion",
  "occasion": "Birthday",
  "sortBy": "best-sellers",
  "maxItems": 50
}
```

## 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.