# Generate Leads for Wholesale Power Tools

**Use case:** 

Identify potential wholesale customers or distributors by scraping a curated list of power tools with high ratings. Focus your sales efforts on popular, high-qu

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "milk",
  "sortBy": "relevance",
  "categoryPreset": "Power Tools",
  "includeSubcategories": false,
  "minRating": 4,
  "inStockOnly": false,
  "maxItems": 200,
  "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.