# Scrape Sales Category Apps - AppExchange

**Use case:** 

Find Sales-category apps on Salesforce AppExchange with app name, publisher, category, rating, reviews, pricing, HQ and website. Export to JSON or CSV.

## Input

```json
{
  "keywords": [
    "marketing"
  ],
  "categories": [
    "Sales"
  ],
  "maxItems": 100,
  "includeDetails": true,
  "includeReviews": false,
  "maxReviews": 10,
  "enrichPublisherEmails": false,
  "emitPublisherLeads": false,
  "minRating": 0,
  "freeOnly": false,
  "paidOnly": false,
  "lightningReadyOnly": false,
  "securityReviewedOnly": false,
  "withPublisherEmailOnly": false,
  "withWebsiteOnly": false,
  "maxScan": 1500,
  "monitorMode": false,
  "monitorStoreName": "salesforce-appexchange-monitor",
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "App",
    "format": "text"
  },
  "publisherName": {
    "label": "Publisher",
    "format": "text"
  },
  "primaryCategory": {
    "label": "Category",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "pricingModel": {
    "label": "Pricing",
    "format": "text"
  },
  "publisherWebsite": {
    "label": "Website",
    "format": "link"
  },
  "publisherHQLocation": {
    "label": "HQ",
    "format": "text"
  },
  "publisherEmployees": {
    "label": "Employees",
    "format": "number"
  },
  "securityReviewStatus": {
    "label": "Security review",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "Listing",
    "format": "link"
  }
}
```

## About this Actor

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