# Find Best-Selling Wedding Florists and Arrangements

**Use case:** 

Pinpoint top-performing florists and popular wedding arrangements on BloomNation to inform partnership opportunities or competitive analysis. Gain market intell

## Input

```json
{
  "mode": "search",
  "searchQuery": "wedding flowers",
  "occasion": "Birthday",
  "sortBy": "best-sellers",
  "maxItems": 60
}
```

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