# Scrape Marketing Publisher Leads - AppExchange

**Use case:** 

Build a publisher lead list from Salesforce AppExchange with publisher, website, email, employees, HQ, country and lead score. Ready-to-use contact list.

## Input

```json
{
  "keywords": [
    "marketing"
  ],
  "maxItems": 100,
  "includeDetails": true,
  "includeReviews": false,
  "maxReviews": 10,
  "enrichPublisherEmails": false,
  "emitPublisherLeads": true,
  "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
{
  "publisherName": {
    "label": "Publisher",
    "format": "text"
  },
  "publisherWebsite": {
    "label": "Website",
    "format": "link"
  },
  "publisherEmail": {
    "label": "Email",
    "format": "text"
  },
  "publisherEmployees": {
    "label": "Employees",
    "format": "number"
  },
  "publisherHQLocation": {
    "label": "HQ",
    "format": "text"
  },
  "publisherCountry": {
    "label": "Country",
    "format": "text"
  },
  "appCount": {
    "label": "Apps",
    "format": "number"
  },
  "avgRating": {
    "label": "Avg rating",
    "format": "number"
  },
  "totalReviews": {
    "label": "Total reviews",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## 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.