# IndiaMART Granite Suppliers Scraper

**Use case:** 

Scrape granite suppliers from IndiaMART with company name, product title, price, and description. Export structured B2B data to JSON or CSV.

## Input

```json
{
  "category": "granite",
  "maxItems": 50,
  "filterVerifiedOnly": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image Url",
    "format": "image"
  },
  "companyLogo": {
    "label": "Company Logo",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "productUrl": {
    "label": "Product Url",
    "format": "link"
  },
  "productDescription": {
    "label": "Product Description",
    "format": "date"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "minOrderQuantity": {
    "label": "Min Order Quantity",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "supplierName": {
    "label": "Supplier Name",
    "format": "text"
  },
  "supplierId": {
    "label": "Supplier Id",
    "format": "text"
  },
  "supplierUrl": {
    "label": "Supplier Url",
    "format": "link"
  },
  "contactPerson": {
    "label": "Contact Person",
    "format": "date"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "emailVerified": {
    "label": "Email Verified",
    "format": "text"
  },
  "mobileVerified": {
    "label": "Mobile Verified",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  }
}
```

## About this Actor

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