# Sysco Food Service Data Export

**Use case:** 

Data Export of Sysco Food Service. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchQuery": "chicken",
  "zipCode": "10001",
  "maxItems": 100,
  "requestDelayMs": 0
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "brandId": {
    "label": "Brand ID",
    "format": "text"
  },
  "isSyscoBrand": {
    "label": "Is Sysco Brand",
    "format": "boolean"
  },
  "isPhasedOut": {
    "label": "Is Phased Out",
    "format": "boolean"
  },
  "isLeavingSoon": {
    "label": "Is Leaving Soon",
    "format": "boolean"
  },
  "isExpandedAssortment": {
    "label": "Is Expanded Assortment",
    "format": "boolean"
  },
  "isCatchWeight": {
    "label": "Is Catch Weight",
    "format": "boolean"
  },
  "isSoldAsSplit": {
    "label": "Is Sold As Split",
    "format": "boolean"
  },
  "isSoldAsCase": {
    "label": "Is Sold As Case",
    "format": "boolean"
  },
  "stockIndicatorLabel": {
    "label": "Stock Status",
    "format": "text"
  },
  "stockType": {
    "label": "Stock Type",
    "format": "text"
  },
  "stockTypeCode": {
    "label": "Stock Type Code",
    "format": "text"
  },
  "stockIndicator": {
    "label": "Stock Indicator",
    "format": "text"
  },
  "categoryMain": {
    "label": "Category Main",
    "format": "text"
  },
  "categoryMajor": {
    "label": "Category Major",
    "format": "text"
  },
  "categoryMinor": {
    "label": "Category Minor",
    "format": "text"
  },
  "categoryName": {
    "label": "Category Name",
    "format": "text"
  },
  "packSize": {
    "label": "Pack Size",
    "format": "text"
  },
  "packCount": {
    "label": "Pack Count",
    "format": "text"
  },
  "sizeValue": {
    "label": "Size Value",
    "format": "text"
  },
  "sizeUom": {
    "label": "Size UOM",
    "format": "text"
  },
  "unitsPerCase": {
    "label": "Units Per Case",
    "format": "number"
  },
  "quantityOnHand": {
    "label": "Quantity On Hand",
    "format": "number"
  },
  "availableOnHand": {
    "label": "Available On Hand",
    "format": "number"
  },
  "nextReceiveDate": {
    "label": "Next Receive Date",
    "format": "date"
  },
  "averageWeightPerCase": {
    "label": "Avg Weight Per Case",
    "format": "number"
  },
  "grossWeight": {
    "label": "Gross Weight",
    "format": "number"
  },
  "netWeight": {
    "label": "Net Weight",
    "format": "number"
  },
  "storageFlag": {
    "label": "Storage Flag",
    "format": "text"
  },
  "gtin": {
    "label": "GTIN / Barcode",
    "format": "text"
  },
  "sustainabilityTypes": {
    "label": "Sustainability Types",
    "format": "array"
  },
  "sourceVendor": {
    "label": "Source Vendor",
    "format": "text"
  },
  "sellerId": {
    "label": "Seller ID",
    "format": "text"
  },
  "siteId": {
    "label": "Site ID",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Sysco Food Service Scraper](https://apify.com/parseforge/sysco-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/sysco-scraper) to learn more, explore other use cases, and run it yourself.