# Beef CHEF'STORE Wholesale Food Price

**Use case:** 

Extract CHEF'STORE Wholesale Food Price data filtered by Beef. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchQuery": "chicken breast",
  "maxItems": 10,
  "includeProductPageData": true,
  "department": "Beef",
  "storeNumber": "503"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "longDescription": {
    "label": "Long Description",
    "format": "text"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "productGtin14": {
    "label": "GTIN-14",
    "format": "text"
  },
  "productCategory": {
    "label": "Product Category",
    "format": "text"
  },
  "productKeywords": {
    "label": "Product Keywords",
    "format": "text"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "offerHighPrice": {
    "label": "Offer High Price",
    "format": "number"
  },
  "offerLowPrice": {
    "label": "Offer Low Price",
    "format": "number"
  },
  "packageWeight": {
    "label": "Package Weight",
    "format": "text"
  },
  "packageWidth": {
    "label": "Package Width",
    "format": "text"
  },
  "packageHeight": {
    "label": "Package Height",
    "format": "text"
  },
  "packageDepth": {
    "label": "Package Depth",
    "format": "text"
  },
  "productPageLoaded": {
    "label": "Product Page Loaded",
    "format": "boolean"
  },
  "itemId": {
    "label": "Item Id",
    "format": "text"
  },
  "usfItemNumber": {
    "label": "USF Item Number",
    "format": "text"
  },
  "objectId": {
    "label": "Object Id",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "departmentSlug": {
    "label": "Department Slug",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "categoryId": {
    "label": "Category Id",
    "format": "text"
  },
  "area": {
    "label": "Area",
    "format": "text"
  },
  "itemDescStore": {
    "label": "Store Description",
    "format": "text"
  },
  "itemSize": {
    "label": "Item Size",
    "format": "text"
  },
  "packSize": {
    "label": "Pack Size",
    "format": "text"
  },
  "unitPrice": {
    "label": "Unit Price",
    "format": "number"
  },
  "unitRegularPrice": {
    "label": "Unit Regular Price",
    "format": "number"
  },
  "casePrice": {
    "label": "Case Price",
    "format": "number"
  },
  "caseRegularPrice": {
    "label": "Case Regular Price",
    "format": "number"
  },
  "unitOnSale": {
    "label": "Unit On Sale",
    "format": "boolean"
  },
  "caseOnSale": {
    "label": "Case On Sale",
    "format": "boolean"
  },
  "showSpecial": {
    "label": "Show Special",
    "format": "boolean"
  },
  "unitSavings": {
    "label": "Unit Savings",
    "format": "number"
  },
  "caseSavings": {
    "label": "Case Savings",
    "format": "number"
  },
  "unitSaleEndDate": {
    "label": "Unit Sale End Date",
    "format": "text"
  },
  "caseSaleEndDate": {
    "label": "Case Sale End Date",
    "format": "text"
  },
  "isExclusiveBrand": {
    "label": "Is Exclusive Brand",
    "format": "boolean"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "lowStock": {
    "label": "Low Stock",
    "format": "boolean"
  },
  "hasCase": {
    "label": "Has Case",
    "format": "boolean"
  },
  "scaleItem": {
    "label": "Scale Item",
    "format": "boolean"
  },
  "priceType": {
    "label": "Price Type",
    "format": "text"
  },
  "toMultiply": {
    "label": "To Multiply",
    "format": "number"
  },
  "availableStoreCount": {
    "label": "Available Store Count",
    "format": "number"
  },
  "upc": {
    "label": "Upc",
    "format": "array"
  },
  "keywords": {
    "label": "Keywords",
    "format": "text"
  },
  "storeNumber": {
    "label": "Store Number",
    "format": "text"
  },
  "productUrl": {
    "label": "Product Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [CHEF'STORE Wholesale Food Price Scraper](https://apify.com/parseforge/restaurant-depot-sysco-us-foods-chef-store-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/restaurant-depot-sysco-us-foods-chef-store-scraper) to learn more, explore other use cases, and run it yourself.