# JetBrains AI Plugins — Downloads, Ratings & Vendors

**Use case:** 

Export JetBrains Plugin Marketplace AI plugins: download counts, ratings, vendor info, IDE compatibility, pricing model, and source repo URLs sorted by

## Input

```json
{
  "sp_intended_usage": "Competitive analysis of AI plugins in the JetBrains ecosystem",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "mode": "catalog",
  "query": "",
  "pluginId": "",
  "pricingModel": "",
  "tag": "AI",
  "sort": "downloads",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "BUYPROXIES94952"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "vendor_name": {
    "label": "Vendor Name",
    "format": "string"
  },
  "downloads": {
    "label": "Downloads",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "pricing_model": {
    "label": "Pricing Model",
    "format": "string"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "compatible_products": {
    "label": "Compatible Products",
    "format": "array"
  },
  "plugin_url": {
    "label": "Plugin Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [JetBrains Plugin Marketplace Scraper - IntelliJ & PyCharm](https://apify.com/jungle_synthesizer/jetbrains-plugin-marketplace-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/jetbrains-plugin-marketplace-scraper) to learn more, explore other use cases, and run it yourself.