# WebstaurantStore Scraper (`parseforge/webstaurantstore-scraper`) Actor

Scrapes WebstaurantStore product listings by keyword search or direct URL and returns each product as a flat row with price, brand, item number, stock status, and images. Optionally fetches full detail pages for deep specifications.

- **URL**: https://apify.com/parseforge/webstaurantstore-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** E-commerce, Lead generation, Other
- **Stats:** 5 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

[![ParseForge](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)](https://apify.com/parseforge?fpr=vmoqkp)

### WebstaurantStore Scraper

**Scrape WebstaurantStore product data from any category, search, or product URL, up to a million items per run.** Each product returns its price, brand, item number, stock status, and images. Export to CSV, JSON, Excel, or XML.

WebstaurantStore is the largest online restaurant supply store, but manually collecting product specs, prices, and stock levels across thousands of SKUs is slow and error-prone. This WebstaurantStore scraper reads public product listings directly, letting you pull structured data from search results, category pages, or specific product URLs without writing any code. Filter by keyword or URL, control how many products to collect, and optionally fetch full detail pages for deep specifications.

| Who uses it | What they scrape WebstaurantStore for |
|---|---|
| Restaurant equipment resellers | Monitor competitor pricing and stock availability on WebstaurantStore. |
| Market analysts | Track product assortment and pricing trends across commercial kitchen categories. |
| E-commerce managers | Build a product catalog with current WebstaurantStore data for price comparison. |
| Procurement teams | Audit supplier pricing against WebstaurantStore's public listings. |

### What it does

This Actor collects WebstaurantStore product listings by keyword search or direct URL and returns each product as a flat row with price, brand, item number, stock status, and images.

- 🔍 **Keyword search:** enter a product name like 'commercial refrigerator' and the Actor searches WebstaurantStore for you.
- 🔗 **Direct URLs:** paste product, category, or search-result URLs to scrape exactly the pages you need.
- 📋 **Detail-page extraction:** enable includeDetails to fetch full specifications, highlights, and all images from each product page.
- ⏱️ **Volume control:** set maxItems to cap the number of products collected per run, from a single test item up to one million.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

### What you can do with WebstaurantStore data

**📊 Monitor competitor pricing.**

A restaurant equipment reseller scrapes WebstaurantStore daily for a list of SKUs to adjust their own prices based on current market rates.

**📦 Build a product catalog.**

An e-commerce manager scrapes an entire category like 'commercial refrigerators' to populate a comparison site with up-to-date specs and images.

**📈 Track stock availability.**

A procurement team scrapes product URLs weekly to check which items are in stock before placing large orders with alternative suppliers.

**🔎 Research new product lines.**

A market analyst searches WebstaurantStore for emerging product categories to identify trends in commercial kitchen equipment.

### Why choose this scraper

|  | What you get |
|---|---|
| **No API key required** | Scrape public WebstaurantStore pages without registration or rate-limit headaches. |
| **Flexible input** | Start from a search keyword, a category URL, or a list of specific product pages. |
| **Flat, consistent schema** | Every product row has the same columns, ready for CSV, JSON, Excel, or XML export. |
| **Optional deep details** | Toggle detail-page fetching to get full specs, highlights, and extra images when you need them. |

### How it compares

This table compares the WebstaurantStore Scraper against other Apify actors that also extract product data from WebstaurantStore, based on their public listings.

| Feature | ParseForge | WebstaurantStore Scraper | Webstaurantstore Profile Scrapers | Webstaurantstore Discovery Scraper |
|---|---|---|---|---|
| Keyword search input | Yes | Yes | Not listed | Not listed |
| Category URL scraping | Yes | Yes | Not listed | Not listed |
| Full product detail page extraction | Yes, optional toggle | Not listed | Yes | Not listed |
| Stock status | Yes | Yes | Not listed | Not listed |
| Product images | Yes | Yes | Not listed | Not listed |
| Specifications and highlights | Yes, with includeDetails enabled | Yes | Yes | Not listed |

### Configure the run

Drive the Actor from product URLs, category pages, or a keyword search, and set a maximum item count so only the data you need reaches your dataset. The Input tab lists every parameter.

A first run with the defaults:

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

A larger pull:

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

### Pricing

Pay-per-result: **$0.005 per result** collected. You pay only for the results written to your dataset.

| Results collected | Approximate cost |
|---|---|
| 100 results | $0.50 |
| 1,000 results | $5.00 |
| 10,000 results | $50.00 |

New Apify accounts start with $5 in free credit.

### Free users

Free-plan runs return up to 10 results as a preview. [Upgrade your Apify plan](https://console.apify.com/sign-up?fpr=vmoqkp) to collect up to 1,000,000 results per run.

### Run it

1. [Create a free Apify account with $5 in credit](https://console.apify.com/sign-up?fpr=vmoqkp).
2. Open the [WebstaurantStore Scraper](https://apify.com/parseforge/webstaurantstore-scraper?fpr=vmoqkp).
3. Set your inputs and any filters, then click **Start**.
4. Export the results as CSV, Excel, JSON, or XML from the **Dataset** tab.

Run it programmatically through the [Apify API](https://docs.apify.com/api/v2) (`run-sync-get-dataset-items`) or the [ApifyClient](https://docs.apify.com/api/client/js) for JavaScript and Python.

### Use with AI agents (MCP)

Give an AI agent live access to WebstaurantStore through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

```bash
claude mcp add --transport http apify "https://mcp.apify.com/?tools=parseforge/webstaurantstore-scraper"
```

Then prompt it in plain language to run the scraper and read back the results.

### Troubleshooting

**Why am I getting no results?**

Check that your startUrls point to valid WebstaurantStore pages or that your searchQuery returns products on the live site. Also verify that maxItems is set to a number greater than zero.

**Why is the run slow?**

When includeDetails is enabled, the Actor visits each product's detail page individually, which takes more time. Disable includeDetails for faster, list-level scraping.

**Why are some product fields empty?**

Not all products have every field populated on WebstaurantStore. If a product lacks a brand or specification, that field will be empty in your dataset.

**Why did the run stop before reaching maxItems?**

The Actor stops when it exhausts all available products on the provided URLs. If a category has fewer products than your maxItems setting, the run ends early.

**Why am I getting blocked or seeing errors?**

High-frequency scraping may trigger rate limiting. Try reducing your run frequency or using Apify's proxy configuration to rotate IPs more aggressively.

### FAQ

| Question | Answer |
|---|---|
| Can I scrape WebstaurantStore without an API key? | Yes. This Actor reads the public product pages directly, so you do not need a WebstaurantStore account or API key. |
| What data does the scraper return? | Each product row includes price, brand, item number, stock status, images, and more. When you enable includeDetails, it also fetches full specifications, highlights, and additional images from the product detail page. |
| How many products can I scrape in one run? | You can set maxItems from 1 up to 1,000,000 products per run. The Actor stops when it reaches your limit. |
| Can I scrape a specific category? | Yes. Paste a category URL like 'https://www.webstaurantstore.com/123/commercial-refrigerators.html' into startUrls, and the Actor will paginate through all products in that category. |
| Does the scraper handle pagination? | Yes. When you provide a category or search URL, the Actor follows pagination links automatically until it hits your maxItems limit or runs out of pages. |
| What export formats are supported? | You can export your dataset to CSV, JSON, Excel, or XML directly from the Apify platform. |
| Is it legal to scrape WebstaurantStore? | This Actor scrapes publicly available data. You are responsible for complying with WebstaurantStore's terms of service and applicable laws in your jurisdiction. |
| Can I run this scraper on a schedule? | Yes. Apify supports scheduled runs, so you can set this Actor to scrape daily, weekly, or at any custom interval. |
| Does the Actor use proxies? | Apify's platform manages IP rotation automatically, so your runs stay reliable even at higher volumes. |
| What is the difference between searchQuery and startUrls? | searchQuery performs a keyword search on WebstaurantStore. startUrls lets you paste exact product, category, or search-result URLs. If you provide startUrls, searchQuery is ignored. |

### Related actors

Browse the full [ParseForge collection](https://apify.com/parseforge?fpr=vmoqkp) for more scrapers.

🆘 **Need help?** Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ **Disclaimer.** This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by WebstaurantStore. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

# Actor input Schema

## `startUrls` (type: `array`):

List of URLs to scrape — product pages, category pages, or search results. If provided, searchQuery is ignored.

## `searchQuery` (type: `string`):

Keyword to search for products (e.g. 'commercial refrigerator'). Used if startUrls is not provided.

## `maxItems` (type: `integer`):

Maximum number of products to collect per run.

## `includeDetails` (type: `boolean`):

When enabled, fetches each product's detail page for full specifications, highlights, images, and more. Slower but extracts all available data.

## Actor input object example

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

# Actor output Schema

## `results` (type: `string`):

Dataset with all scraped items

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.webstaurantstore.com/search/commercial-refrigerator.html"
        }
    ],
    "maxItems": 10,
    "includeDetails": false
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/webstaurantstore-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [{ "url": "https://www.webstaurantstore.com/search/commercial-refrigerator.html" }],
    "maxItems": 10,
    "includeDetails": False,
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/webstaurantstore-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.webstaurantstore.com/search/commercial-refrigerator.html"
    }
  ],
  "maxItems": 10,
  "includeDetails": false
}' |
apify call parseforge/webstaurantstore-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parseforge/webstaurantstore-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/9ByhhfHThNRT3ZU3w/builds/H2BkWjdwUCENarqYL/openapi.json
