JetBrains Plugin Marketplace Scraper - IntelliJ & PyCharm
Pricing
Pay per event
JetBrains Plugin Marketplace Scraper - IntelliJ & PyCharm
Scrape the JetBrains Plugin Marketplace: IntelliJ, PyCharm, WebStorm, GoLand, Rider, PhpStorm, CLion, and Android Studio plugins. Download counts, ratings, vendor info, pricing model, IDE compatibility, tags, and version history. Filter by pricing or tag, sort by downloads or rating.
Pricing
Pay per event
Rating
0.0
(0)
Developer
BowTiedRaccoon
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
JetBrains Plugin Marketplace Scraper
Extract plugin data from the JetBrains Plugin Marketplace — the official store for IntelliJ IDEA, PyCharm, WebStorm, GoLand, Rider, PhpStorm, RubyMine, CLion, DataGrip, and Android Studio plugins.
The first and only Apify actor targeting plugins.jetbrains.com.
What you get
Each record includes:
| Field | Description |
|---|---|
plugin_id | Numeric JetBrains plugin ID |
name | Plugin display name |
xml_id | Reverse-DNS plugin ID (e.g. org.intellij.plugins.markdown) |
downloads | Total download count |
rating | Average user rating (1–5) |
pricing_model | FREE, PAID, or FREEMIUM |
vendor_name | Vendor / publisher name |
vendor_email | Vendor contact email |
vendor_url | Vendor website URL |
vendor_is_verified | JetBrains-verified vendor flag |
vendor_is_trader | Registered trader flag |
tags | Plugin tags (e.g. AI, Code Tools, Theme) |
compatible_products | IDE product codes (IDEA, PYCHARM, WEBSTORM, etc.) |
version | Latest version string |
version_since_build | Minimum compatible IDE build number |
version_until_build | Maximum compatible IDE build number |
description_html | Full plugin description (HTML) |
icon_url | Plugin icon URL |
preview_image_url | Plugin banner/preview image URL |
plugin_url | Plugin marketplace URL |
source_url | Source code repository URL |
bugtracker_url | Issue tracker URL |
Modes
Catalog (default)
Paginates the full JetBrains Plugin Marketplace catalog (~10,000 plugins). Apply optional filters:
pricingModel:FREE,PAID, orFREEMIUMtag: any tag string (e.g.AI,Code tools,Theme)sort:downloads(default),rating,name,updated, orfeatured
Search
Keyword search across plugin names and descriptions. Set mode: search and provide a query.
Plugin Detail
Fetch a single plugin by its numeric ID. Set mode: plugin_detail and provide a pluginId.
Example input
{"mode": "catalog","pricingModel": "FREE","tag": "AI","sort": "downloads","maxItems": 100}
{"mode": "search","query": "git","maxItems": 50}
{"mode": "plugin_detail","pluginId": "9525"}
Use cases
- Developer tool market research — track download trends, rating distributions, and category growth over time
- VC / analyst intelligence — monitor which plugins are gaining traction in the IntelliJ ecosystem
- Competitive analysis — compare plugin metrics against your own or competitor offerings
- IDE extension discovery — build curated lists of top-rated or trending plugins by IDE and category
- Pricing model analysis — understand the free vs paid vs freemium split across categories
Notes
- Data is sourced from the public JetBrains Plugin Marketplace REST API — no authentication required
- Vendor email is only returned when the vendor has opted in to showing it publicly
- The
compatible_productslist comes from the latest plugin version's compatibility declaration - Full catalog runs (~10,000 plugins × 2 API calls each) take roughly 60–90 minutes with default politeness delays
Need More Features?
File a feature request or contact us — we are happy to extend the schema with additional fields or add new filtering options.