# Confluence Documentation App Extractor

**Use case:** 

Extract Confluence documentation apps and vendors from Atlassian Marketplace for lead generation and competitor research.

## Input

```json
{
  "searchTerms": [
    "confluence documentation"
  ],
  "applications": [
    "confluence"
  ],
  "hosting": [
    "cloud"
  ],
  "categories": [],
  "cost": "any",
  "maxItems": 100,
  "pageSize": 50,
  "includeDetails": true
}
```

## Output

```json
{
  "name": {
    "label": "App"
  },
  "vendorName": {
    "label": "Vendor"
  },
  "categories": {
    "label": "Categories"
  },
  "supportedProducts": {
    "label": "Products"
  },
  "hosting": {
    "label": "Hosting"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "totalInstalls": {
    "label": "Installs"
  },
  "downloads": {
    "label": "Downloads"
  },
  "isCloudFortified": {
    "label": "Cloud Fortified"
  },
  "isPaid": {
    "label": "Paid"
  },
  "appUrl": {
    "label": "Marketplace URL",
    "format": "link"
  },
  "searchTerm": {
    "label": "Search term"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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