# Research New Baby Flower Bouquets & Trending Designs

**Use case:** 

Explore popular new baby flower arrangements to spot emerging trends and design inspirations for your floral business. Stay ahead of the curve by understanding 

## Input

```json
{
  "mode": "occasion",
  "occasion": "New Baby",
  "sortBy": "newest",
  "maxItems": 40
}
```

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