# Monitor Competitor Florist Pricing on BloomNation

**Use case:** 

Track pricing strategies of specific competitor florists on BloomNation for key occasions to maintain competitive pricing. Understand their product offerings an

## Input

```json
{
  "mode": "florist",
  "occasion": "Birthday",
  "floristSlug": "the-flower-shop-san-francisco",
  "sortBy": "price-high",
  "maxItems": 100
}
```

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