# Monitor Ecwid email apps, vendors, pricing, and trial offers

**Use case:** 

Monitor Ecwid email and newsletter apps with vendor, pricing, free-trial, description, icon, and install-link data.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.ecwid.com/apps"
    }
  ],
  "categories": [
    "Marketing"
  ],
  "searchTerms": [
    "email",
    "newsletter"
  ],
  "maxItems": 100,
  "includeFullDescription": true
}
```

## Output

```json
{
  "appName": {
    "label": "App name",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "category": {
    "label": "Primary category",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "pricing": {
    "label": "Pricing",
    "format": "text"
  },
  "isFree": {
    "label": "Is free",
    "format": "boolean"
  },
  "hasFreeTrial": {
    "label": "Has free trial",
    "format": "boolean"
  },
  "shortDescription": {
    "label": "Short description",
    "format": "text"
  },
  "appUrl": {
    "label": "App URL",
    "format": "link"
  },
  "installUrl": {
    "label": "Install URL",
    "format": "link"
  },
  "iconUrl": {
    "label": "Icon URL",
    "format": "link"
  },
  "sourceListUrl": {
    "label": "Source list URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Ecwid App Market Scraper](https://apify.com/automation-lab/ecwid-app-market-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/ecwid-app-market-scraper) to learn more, explore other use cases, and run it yourself.