# Zoho Marketplace Email Validation Monitor

**Use case:** 

Monitor Zoho Marketplace email validation apps and export vendors, ratings, pricing labels, app URLs, and detail descriptions.

## Input

```json
{
  "products": [
    "crm"
  ],
  "startUrls": [
    {
      "url": "https://marketplace.zoho.com/app/crm"
    }
  ],
  "searchTerms": [
    "email validation"
  ],
  "maxItems": 50,
  "pricing": "All",
  "minRating": 0,
  "deployment": 0,
  "fetchDetails": true
}
```

## Output

```json
{
  "appName": {
    "label": "App name",
    "format": "text"
  },
  "appUrl": {
    "label": "App URL",
    "format": "link"
  },
  "product": {
    "label": "Product",
    "format": "text"
  },
  "productName": {
    "label": "Product name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "vendor": {
    "label": "Vendor",
    "format": "text"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "pricing": {
    "label": "Pricing",
    "format": "text"
  },
  "supportedEditions": {
    "label": "Supported editions",
    "format": "text"
  },
  "deploymentType": {
    "label": "Deployment type",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "number"
  },
  "installUrl": {
    "label": "Install URL",
    "format": "link"
  },
  "websiteUrl": {
    "label": "Website URL",
    "format": "link"
  },
  "publishedDate": {
    "label": "Published date",
    "format": "text"
  },
  "sourceType": {
    "label": "Source type",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Zoho Marketplace Apps Scraper](https://apify.com/automation-lab/zoho-marketplace-apps-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/zoho-marketplace-apps-scraper) to learn more, explore other use cases, and run it yourself.