# Blooms by the Box Flower Catalog Full Export

**Use case:** 

Full Export of Blooms by the Box Flower Catalog. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrl": "https://www.bloomsbythebox.com/carnation-flowers/",
  "category": "carnations",
  "maxItems": 500
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image url",
    "format": "image"
  },
  "productName": {
    "label": "Product name"
  },
  "category": {
    "label": "Category"
  },
  "color": {
    "label": "Color"
  },
  "grade": {
    "label": "Grade"
  },
  "pricePerStem": {
    "label": "Price per stem"
  },
  "availability": {
    "label": "Availability"
  },
  "onSale": {
    "label": "On sale"
  },
  "productUrl": {
    "label": "Product url",
    "format": "link"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Blooms by the Box Flower Catalog Scraper](https://apify.com/parseforge/blooms-by-the-box-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/blooms-by-the-box-scraper) to learn more, explore other use cases, and run it yourself.