# Salesforce AppExchange Vendor Monitor

**Use case:** 

Monitor AppExchange integration vendors, ratings, review counts, pricing, trial signals and listing changes over time.

## Input

```json
{
  "searchQueries": [
    "marketing automation"
  ],
  "startUrls": [
    {
      "url": "https://appexchange.salesforce.com/appxSearchKeywordResults?keywords=salesforce%20labs"
    }
  ],
  "categories": [
    "integration"
  ],
  "maxItems": 150,
  "includeDetails": true
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "appName": {
    "label": "App name",
    "format": "string"
  },
  "providerName": {
    "label": "Provider",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "pricingModel": {
    "label": "Pricing",
    "format": "string"
  },
  "isFree": {
    "label": "Free",
    "format": "boolean"
  },
  "hasTrial": {
    "label": "Trial",
    "format": "boolean"
  },
  "appUrl": {
    "label": "Listing URL",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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