# Leather Safety Glove Suppliers from TradeIndia

**Use case:** 

Extract data on leather safety glove suppliers, including product details, prices, and contact information. Access supplier emails and phone numbers.

## Input

```json
{
  "queries": [
    "leather safety gloves"
  ],
  "supplierType": [],
  "maxItemsPerQuery": 60,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "minOrderQuantity": {
    "label": "MOQ",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "mobile": {
    "label": "Mobile",
    "format": "text"
  },
  "businessTypes": {
    "label": "Type",
    "format": "array"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "isExporter": {
    "label": "Exporter",
    "format": "boolean"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [TradeIndia Scraper - B2B Suppliers, Prices, Email & Phone](https://apify.com/haketa/tradeindia-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/haketa/tradeindia-scraper) to learn more, explore other use cases, and run it yourself.