# WebstaurantStore Data Export

**Use case:** 

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

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.webstaurantstore.com/search/commercial-refrigerator.html"
    }
  ],
  "maxItems": 100,
  "includeDetails": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image Url",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "itemNumber": {
    "label": "Item Number",
    "format": "number"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "plusPrice": {
    "label": "Plus Price",
    "format": "number"
  },
  "salePrice": {
    "label": "Sale Price",
    "format": "number"
  },
  "isInStock": {
    "label": "Is In Stock",
    "format": "boolean"
  },
  "stockMessage": {
    "label": "Stock Message",
    "format": "text"
  },
  "isQuickShip": {
    "label": "Is Quick Ship",
    "format": "boolean"
  },
  "hasFreeShipping": {
    "label": "Has Free Shipping",
    "format": "boolean"
  },
  "isCommonCarrier": {
    "label": "Is Common Carrier",
    "format": "boolean"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "upc": {
    "label": "Upc",
    "format": "text"
  },
  "unitOfMeasure": {
    "label": "Unit Of Measure",
    "format": "text"
  },
  "weightInPounds": {
    "label": "Weight In Pounds",
    "format": "number"
  },
  "feedIdentifier": {
    "label": "Feed Identifier",
    "format": "text"
  },
  "actualVendorItemNumber": {
    "label": "Actual Vendor Item Number",
    "format": "number"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "extendedDescription": {
    "label": "Extended Description",
    "format": "text"
  },
  "highlights": {
    "label": "Highlights",
    "format": "array"
  },
  "specifications": {
    "label": "Specifications",
    "format": "array"
  },
  "certifications": {
    "label": "Certifications",
    "format": "array"
  },
  "documents": {
    "label": "Documents",
    "format": "array"
  },
  "imageUrls": {
    "label": "Image Urls",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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