# Scrape Marketplace App Pricing Data - Atlassian

**Use case:** 

Compare Atlassian Marketplace app pricing with App, Vendor, Hosting, Pricing model, Starting price, Active installs and Version. Export to JSON, CSV or Excel.

## Input

```json
{
  "outputMode": "apps",
  "hostApplications": [],
  "categories": [
    "Reports"
  ],
  "hostingTypes": [],
  "cost": "all",
  "cloudFortifiedOnly": false,
  "includePricing": true,
  "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
{
  "name": {
    "label": "App"
  },
  "vendorName": {
    "label": "Vendor"
  },
  "vendorWebsiteDomain": {
    "label": "Website"
  },
  "hostApplications": {
    "label": "Host products"
  },
  "hostingTypes": {
    "label": "Hosting"
  },
  "paymentModel": {
    "label": "Pricing model"
  },
  "startingPrice": {
    "label": "Starting price"
  },
  "totalInstalls": {
    "label": "Active installs"
  },
  "averageStars": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "latestVersion": {
    "label": "Version"
  },
  "releaseDate": {
    "label": "Released"
  }
}
```

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