# Scrape Private Label Pet Supply Wholesalers

**Use case:** 

Extract a list of wholesale suppliers for pet supplies who likely offer private label opportunities, ideal for brand building. This data facilitates direct outr

## Input

```json
{
  "mode": "search",
  "category": "Apparel",
  "searchQuery": "private label pet supplies",
  "supplierType": "wholesaler",
  "featuredOnly": false,
  "fetchSupplierDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "maxItems": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "category": {
    "label": "Category"
  },
  "supplierType": {
    "label": "Supplier type"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "minimumOrderUSD": {
    "label": "Minimum order usd"
  },
  "phone": {
    "label": "Phone"
  },
  "websiteUrl": {
    "label": "Website url"
  },
  "detailUrl": {
    "label": "Detail url"
  }
}
```

## About this Actor

This example demonstrates how to use [Wholesale Central Supplier Directory Scraper](https://apify.com/crawlerbros/wholesale-central-supplier-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/wholesale-central-supplier-directory-scraper) to learn more, explore other use cases, and run it yourself.