# Scrape Marketplace Vendor Directory - Atlassian

**Use case:** 

Build a directory of Atlassian Marketplace vendors with Vendor, Website, Apps, Paid apps, Total installs, Avg rating and Lead score.

## Input

```json
{
  "outputMode": "vendors",
  "hostApplications": [],
  "hostingTypes": [],
  "cost": "all",
  "cloudFortifiedOnly": false,
  "includePricing": false,
  "includeReviews": false,
  "includeDetails": false,
  "includeVendorWebsite": true,
  "sortBy": "installs",
  "maxResults": 1000,
  "maxAppsToScan": 10000,
  "deduplicateResults": true,
  "includeRawFields": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "vendorName": {
    "label": "Vendor"
  },
  "vendorWebsiteDomain": {
    "label": "Website"
  },
  "appCount": {
    "label": "Apps"
  },
  "paidAppCount": {
    "label": "Paid apps"
  },
  "totalInstalls": {
    "label": "Total installs"
  },
  "totalDownloads": {
    "label": "Total downloads"
  },
  "avgRating": {
    "label": "Avg rating"
  },
  "totalReviews": {
    "label": "Reviews"
  },
  "cloudFortifiedAppCount": {
    "label": "Cloud Fortified apps"
  },
  "topVendor": {
    "label": "Top Vendor"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [Atlassian Marketplace App, Vendor & Lead Scraper](https://apify.com/scrapesage/atlassian-marketplace-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/atlassian-marketplace-scraper) to learn more, explore other use cases, and run it yourself.