ParseForge Scrapers

The Restaurant Warehouse Equipment Scraper

parseforge/the-restaurant-warehouse-equipment-scraper

E-commerceAutomationDeveloper tools

Scrapes commercial kitchen equipment products from The Restaurant Warehouse by category handle, search query, or direct URL. Returns each product as a flat row with price, brand, specs, and availability.

Run this scraper See the API call
Total users
2
Monthly active
0
Total runs
207
Bookmarked
1
Rating
5.0 (1)
Last modified
12 days ago

Overview

ParseForge

The Restaurant Warehouse Equipment Scraper

Scrape commercial kitchen equipment from The Restaurant Warehouse by category, keyword, or direct URL. Every product row includes its price, brand, specs, and availability. No login required. Export to CSV, JSON, Excel, or XML.

Finding the right commercial kitchen equipment means comparing dozens of models across brands like Atosa, True Refrigeration, and Turbo Air. The Restaurant Warehouse lists thousands of products, but manually checking each one is slow. This Actor reads the public product feeds directly, so you can collect refrigerators, freezers, prep tables, ice machines, and more in one fixed schema.

Who uses it What they scrape The Restaurant Warehouse for
Restaurant owners Compare prices and specs for a new walk-in cooler or fryer before buying.
Kitchen equipment dealers Monitor competitor pricing and stock availability on high-demand items.
Market researchers Track which brands and equipment types are listed most often this quarter.
Procurement managers Build a structured catalog of available equipment for a new location build-out.

What it does

This Actor collects equipment products from The Restaurant Warehouse by category handle, search query, or direct product URL, and returns each one as a flat row.

  • ๐Ÿ“‚ Category collection: Feed it collection handles like refrigerators, freezers, or cooking-equipment to pull every product in that section.
  • ๐Ÿ” Keyword search: Use a product name or keyword to search across names, descriptions, and tags, returning only the matches.
  • ๐Ÿ”— Direct URLs: Paste specific product page URLs to collect exactly those items, one row per URL.
  • ๐Ÿท๏ธ Brand filter: Narrow any collection or search to a single brand, such as Atosa or True Refrigeration, as the Actor runs.

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

What you can do with The Restaurant Warehouse data

๐Ÿ“Š Build a competitive pricing sheet.

A dealer runs the Actor weekly on the refrigerators and freezers categories, filters by True Refrigeration, and exports a CSV to update their own price list against the market.

๐Ÿ“‹ Plan a new kitchen layout.

A restaurant owner collects all prep tables, sinks, and griddles into one dataset, then filters by dimensions in a spreadsheet to see what fits the floor plan.

๐Ÿ“ˆ Track brand availability trends.

A market researcher runs the Actor monthly across all cooking-equipment handles and charts which brands appear most often, spotting supply shifts early.

๐Ÿ”— Audit a specific equipment list.

A procurement manager pastes 50 product URLs into the Actor and gets a clean table of current prices and stock statuses for a purchase order review.

Why choose this scraper

What you get
Full product specs Brand, model, dimensions, capacity, and material where listed on the page.
Pricing data Current listed price for each item, captured in a consistent format.
Availability status Whether the item is in stock, backordered, or discontinued as shown on the site.
Fixed flat schema Every product, regardless of category, arrives in the same columns for easy analysis.

How it compares

No other Store actor targets The Restaurant Warehouse the same way, so the honest comparison is with the alternatives teams actually weigh.

The Restaurant Warehouse Equipment Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When The Restaurant Warehouse changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Drive the Actor from category handles, search queries, and direct product URLs, alone or together, and the brand filter runs as each product is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
  "maxItems": 10,
  "collectionHandles": [
    "refrigerators"
  ]
}

A larger pull:

{
  "maxItems": 200,
  "collectionHandles": [
    "refrigerators"
  ]
}

Pricing

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

Results collected Approximate cost
100 results $1.73
1,000 results $17.34
10,000 results $173.40

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 to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the The Restaurant Warehouse Equipment Scraper.
  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 (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

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

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/the-restaurant-warehouse-equipment-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 collection handle or search query is spelled exactly as it appears in the site URL. Also, verify the brand filter is not too restrictive. Try running without the brand filter first to confirm the category or search returns products.

The Actor is collecting fewer products than expected.

The max items setting limits the total per run. Increase this number. Also, some categories may have fewer products than you anticipate. Check the live site to confirm the category size.

Some product fields are empty in my dataset.

Not every product listing on The Restaurant Warehouse includes all specs. If a field like dimensions or material is missing from the page, it will be empty in your output. This is normal variation in the source data.

The brand filter is not returning the brand I entered.

The filter matches the brand text as it appears on the site. Try a partial name or check the exact spelling on a product page. Some brands may be listed under a parent company name.

My run timed out.

Large collections can take time. Increase the run timeout in your Apify actor settings, or reduce the max items to collect fewer products per run and split the work across multiple runs.

FAQ

Question Answer
What is a collection handle? A collection handle is the last part of a category URL on The Restaurant Warehouse site. For example, the refrigerators page URL ends in /collections/refrigerators, so the handle is refrigerators. You can find handles by browsing the site and copying the slug from the address bar.
Can I scrape multiple categories in one run? Yes. Add multiple collection handles in the input, and the Actor will collect products from each one sequentially, up to the max items limit you set.
Does this Actor require a login or API key? No. It reads the publicly available product listing pages directly, so no account, API key, or authentication is needed.
How do I filter by brand? Enter a brand name in the Brand Filter field, such as Atosa or Turbo Air. The Actor will only return products whose brand matches that string as it reads each page.
What format does the data export to? You can export your dataset to CSV, JSON, Excel, or XML directly from the Apify platform after the run completes.
Can I scrape a single product by its URL? Yes. Paste one or more direct product page URLs into the Product URLs field, and the Actor will collect only those items.
How many products can I collect per run? You set the maximum in the input, up to 1,000,000 products. The Actor stops when it reaches that number or runs out of matching items.
Does the search query look at product descriptions? Yes. The keyword search checks product names, descriptions, and tags on the site to find relevant matches.
What if a product is out of stock? The Actor captures the availability status as shown on the page, so you will see if an item is in stock, backordered, or discontinued.
Can I schedule this Actor to run automatically? Yes. Apify supports scheduled runs. You can set it to run daily or weekly to track price and stock changes over time.

Related actors

Browse the full ParseForge collection 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 The Restaurant Warehouse. 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.

Input

FieldTypeWhat it doesDefault
maxItems integer How many equipment products to collect per run. 10
collectionHandles array Equipment categories to collect. Examples: refrigerators, freezers, cooking-equipment, prep-tables, ice-machines, deep-fryers, griddles, sinks ["refrigerators"]
productUrls array Direct URLs to specific products. Use this to collect individual equipment items. not set
searchQuery string Search for equipment by keyword. Searches product names, descriptions, and tags. not set
brand string Filter by equipment brand. Examples: Atosa, True Refrigeration, Turbo Air not set

Pricing

from $12.99 per 1,000 results

Charged forWhat it isPrice each
Actor Start Charged once when the run starts. $0.005
Result Item Charged once per result collected. $0.01299 to $0.01734

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~the-restaurant-warehouse-equipment-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

Rated 5.0 out of 5 across 1 review. Read them on Apify.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run The Restaurant Warehouse Equipment Scraper on Apify All scrapers