# Scrape Consulting Vendor Contacts - AppExchange

**Use case:** 

Export consulting vendor contacts from Salesforce AppExchange with publisher, app, email, website emails, phones, website and HQ. Ready-to-use contact list.

## Input

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

## Output

```json
{
  "publisherName": {
    "label": "Publisher",
    "format": "text"
  },
  "name": {
    "label": "App",
    "format": "text"
  },
  "publisherEmail": {
    "label": "Email",
    "format": "text"
  },
  "enrichedEmails": {
    "label": "Website emails",
    "format": "array"
  },
  "enrichedPhones": {
    "label": "Phones",
    "format": "array"
  },
  "publisherWebsite": {
    "label": "Website",
    "format": "link"
  },
  "publisherHQLocation": {
    "label": "HQ",
    "format": "text"
  },
  "publisherCountry": {
    "label": "Country",
    "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.