# Costco Business Office Supply Monitor

**Use case:** 

Monitor Costco Business Delivery pantry and office supply prices, stock, pack sizes, unit signals, and item URLs at scale.

## Input

```json
{
  "keywords": [
    "water",
    "paper towels",
    "snacks",
    "cups"
  ],
  "startUrls": [
    {
      "url": "https://www.costcobusinessdelivery.com/coffee.html"
    }
  ],
  "maxItems": 250,
  "location": "*",
  "locale": "en-US",
  "includeOutOfStock": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "itemNumber": {
    "label": "Item number",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "unitPrice": {
    "label": "Unit price",
    "format": "text"
  },
  "packSize": {
    "label": "Pack size",
    "format": "text"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Costco Business Center Product Scraper](https://apify.com/automation-lab/costco-business-center-product-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/costco-business-center-product-scraper) to learn more, explore other use cases, and run it yourself.