# The Restaurant Warehouse Equipment Latest Results

**Use case:** 

Latest Results of The Restaurant Warehouse Equipment. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "collectionHandles": [
    "refrigerators"
  ]
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "name": {
    "label": "Product Name",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "currentPrice": {
    "label": "Current Price",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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