# Scrape Jira Time Tracking Apps - Atlassian

**Use case:** 

Find Jira time tracking apps on the Atlassian Marketplace with App, Vendor, Host products, Active installs, Rating, Reviews and Lead score. No login required.

## Input

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

## Output

```json
{
  "name": {
    "label": "App"
  },
  "vendorName": {
    "label": "Vendor"
  },
  "hostApplications": {
    "label": "Host products"
  },
  "primaryCategory": {
    "label": "Category"
  },
  "totalInstalls": {
    "label": "Active installs"
  },
  "downloads": {
    "label": "Downloads"
  },
  "averageStars": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "isPaid": {
    "label": "Paid?"
  },
  "cloudFortified": {
    "label": "Cloud Fortified"
  },
  "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.