JetBrains Marketplace Plugin Scraper
Pricing
$1.00 / 1,000 dataset items
JetBrains Marketplace Plugin Scraper
Scrape JetBrains Marketplace plugins by numeric ID — name, vendor, rating, downloads, description, link, preview, family. Track plugin metrics across IntelliJ, PyCharm, WebStorm, GoLand, Rider and the rest of the JetBrains IDE family.
Fetch plugin metadata from JetBrains Marketplace by numeric plugin ID — name, vendor, downloads, rating, description, preview image, and IDE family. Useful for competitive research on the IntelliJ, PyCharm, WebStorm, GoLand, and Rider plugin ecosystem.
How to use
Pass a list of numeric plugin IDs via the plugin_id input field. The ID is the leading integer in a plugin URL — for example, https://plugins.jetbrains.com/plugin/164-ideavim → "164".
Input shape
{"plugin_id": ["164", "6610", "7973"]}
| Field | Type | Required | Description |
|---|---|---|---|
plugin_id | string[] | No (defaults to ["164","6610","7973"]) | Numeric JetBrains Marketplace plugin IDs |
If plugin_id is omitted the actor runs with the three prefill IDs above as a smoke test.
Example output row
{"plugin_id": "164","name": "IdeaVim","xml_id": "IdeaVIM","link": "/plugin/164-ideavim","description": "Vim emulation plugin for IDEs based on the IntelliJ Platform...","vendor_name": "JetBrains","rating": 4.5,"downloads": 12500000,"preview": "https://plugins.jetbrains.com/files/.../preview.png","family": "intellij"}
Missing or removed plugins (404) are silently skipped — only resolved plugins appear in the dataset.
Pricing
$0.001 per dataset item (dataset-item event).
Running the actor against 1 000 plugin IDs costs $1.00. Plugins that return 404 are not counted or charged.
Buyer
- Plugin vendors tracking competitor download counts and ratings over time.
- Dev-tool companies doing ecosystem landscape analysis across IntelliJ-family IDEs.
- Researchers building plugin trend dashboards (PyCharm, WebStorm, GoLand, Rider, etc.).
- Product teams identifying feature gaps by scraping category leaders.
- Agencies delivering Marketplace competitive audits to JetBrains ISV clients.
Source
Endpoint: GET https://plugins.jetbrains.com/api/plugins/{plugin_id}
Public, unauthenticated JetBrains Marketplace REST API. No API key required. Returns JSON with plugin metadata including nested vendor object, top-level downloads and rating numerics, and a family discriminator (intellij, teamcity, hub, etc.).
Rate limits are unspecified but loose; the actor paces at ~3 requests/second to stay polite.