# Garments Exporters India Scraper

**Use case:** 

Scrape garments exporter and supplier leads from ExportersIndia with company, product, price, MOQ and location.

## Input

```json
{
  "keyword": "garments",
  "maxItems": 30,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "product": {
    "label": "Product",
    "format": "string"
  },
  "priceText": {
    "label": "Price",
    "format": "string"
  },
  "minOrder": {
    "label": "Min Order",
    "format": "string"
  },
  "businessType": {
    "label": "Business Type",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "memberYears": {
    "label": "Member Yrs",
    "format": "integer"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "string"
  }
}
```

## About this Actor

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