# Market Research on Material Handling Equipment Pricing

**Use case:** 

Analyze pricing trends and product offerings for various material handling equipment across Global Industrial. Inform your procurement and sales strategies with

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "milk",
  "sortBy": "price_low",
  "categoryPreset": "Material Handling",
  "includeSubcategories": false,
  "inStockOnly": false,
  "maxItems": 300,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "itemKey": {
    "label": "Item key"
  },
  "title": {
    "label": "Title"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "availabilityStatus": {
    "label": "Availability status"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

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