VS Code Marketplace Scraper
Pricing
from $14.00 / 1,000 result items
VS Code Marketplace Scraper
Search the Visual Studio Code extension marketplace and pull rich extension records: publisher, display name, version, total install count, weekly downloads, star rating, review count, categories, tags, repository URL, last updated and pricing tier. Filter by keyword, category or trending.
Pricing
from $14.00 / 1,000 result items
Rating
0.0
(0)
Developer
ParseForge
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share

💻 VS Code Marketplace Scraper
🚀 Pull rich extension records from the Visual Studio Code marketplace.
🕒 Last updated: 2026-05-06 · 📊 27 fields per record · 80,000+ extensions · install counts, ratings, categories, repository links
The VS Code Marketplace Scraper searches the official Visual Studio Code marketplace and returns structured records for any extension. Output includes publisher, display name, version, total install count, weekly downloads, star rating, review count, categories, tags, repository URL, last updated date, and pricing tier.
The marketplace catalog spans 80,000+ extensions across 20+ categories. Filters run server-side, so a single run can isolate the top Python tools, every theme over 500K installs, or all extensions from a specific publisher.
| 🎯 Target Audience | 💡 Primary Use Cases |
|---|---|
| Developer-relations teams, market researchers, plugin builders, ML feature pipelines, content creators | Competitive analysis, extension discovery, publisher monitoring, install-trend research, alternative finders |
📋 What the VS Code Marketplace Scraper does
Five filtering workflows in a single run:
- 🔍 Free-text search. Match by name, description, publisher, or tag.
- 🏷️ Category filter. Themes, languages, AI, snippets, formatters, and more.
- 👤 Publisher filter. Pull every extension from a specific publisher.
- 📊 Sort options. Most installs, highest rated, newest, recently updated, weighted relevance.
- ⭐ Trending discovery. Surface fast-rising extensions by recent install velocity.
💡 Why it matters: clean, server-side filtering removes the parser-and-pagination work from your team and keeps your dataset fresh on every run.
🎬 Full Demo
🚧 Coming soon: a 3-minute walkthrough showing how to go from sign-up to a downloaded dataset.
⚙️ Input
| Input | Type | Default | Behavior |
|---|---|---|---|
maxItems | integer | 10 | Records to return. Free plan caps at 10, paid plan up to 1,000,000. |
query | string | "copilot" | Free-text search. |
category | string | "" | Category filter. Empty = all. |
publisher | string | "" | Restrict to one publisher. |
sortBy | string | "installs" | `installs`, `rating`, `name`, `updated`, `relevance`. |
Example: top 100 Python extensions.
{"maxItems": 100,"query": "python","sortBy": "installs"}
Example: all extensions from Microsoft.
{"maxItems": 500,"publisher": "microsoft"}
📊 Output
Each record contains 27 fields. Download the dataset as CSV, Excel, JSON, or XML.
🧾 Schema
| Field | Type | Example |
|---|---|---|
🆔 extensionId | string | "github.copilot" |
🖼️ iconUrl | string | "https://gallery.vsassets.io/..." |
📛 displayName | string | "GitHub Copilot" |
👤 publisher | string | "GitHub" |
📌 version | string | "1.273.0" |
📅 lastUpdated | ISO 8601 | "2026-04-30T10:00:00Z" |
📦 installCount | number | 73000000 |
📥 downloadCount | number | 120000000 |
⭐ averageRating | number | 4.8 |
💬 ratingCount | number | 1850 |
🏷️ categories | array | ["AI","Programming Languages"] |
🔖 tags | array | ["ai","copilot"] |
🔗 repositoryUrl | string | null |
💰 isPaid | boolean | true |
🌐 marketplaceUrl | string | "https://marketplace.visualstudio.com/..." |
📦 Sample records
✨ Why choose this Actor
| Capability | |
|---|---|
| 🌐 | Full marketplace coverage. Every public extension across themes, languages, AI, and productivity categories. |
| 📊 | Rich metrics. Install counts, weekly downloads, star ratings, review counts, update history. |
| 🎯 | Server-side filters. Category, publisher, sort, and search combine in one run. |
| ⚡ | Fast. 100 extensions in under 30 seconds. |
| 🔄 | Always fresh. Each run pulls the latest catalog and metric snapshot. |
📈 How it compares to alternatives
| Approach | Cost | Coverage | Refresh | Filters | Setup |
|---|---|---|---|---|---|
| ⭐ This Actor | $5 free credit | 80,000+ extensions | Live per run | name, category, publisher, sort | ⚡ 2 min |
| Manual marketplace browsing | Free | Manual | Live | Web filters only | 🕒 One at a time |
| Open-VSX mirror | Free | Subset | Variable | Limited | 🐢 Setup |
| Custom HTTP scraping | Free | All | Live | DIY | 🐢 Days |
Pick this Actor when you want broad coverage, server-side filtering, and no pipeline maintenance.
🚀 How to use
- 📝 Sign up. Create a free account with $5 credit (takes 2 minutes).
- 🌐 Open the Actor. Go to the VS Code Marketplace Scraper page on the Apify Store.
- 🎯 Set input. Pick your filters and
maxItems. - 🚀 Run it. Click Start and let the Actor collect your data.
- 📥 Download. Grab your results in the Dataset tab as CSV, Excel, JSON, or XML.
⏱️ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.
💼 Business use cases
🔌 Automating VS Code Marketplace Scraper
Control the scraper programmatically for scheduled runs and pipeline integrations:
- 🟢 Node.js. Install the
apify-clientNPM package. - 🐍 Python. Use the
apify-clientPyPI package. - 📚 See the Apify API documentation for full details.
The Apify Schedules feature lets you trigger this Actor on any cron interval. Hourly, daily, or weekly refreshes keep downstream databases in sync automatically.
🌟 Beyond business use cases
Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.
🤖 Ask an AI assistant about this scraper
Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:
- 💬 ChatGPT
- 🧠 Claude
- 🔍 Perplexity
- 🅒 Copilot
❓ Frequently Asked Questions
🧩 How does it work?
Set a query, category, publisher, or sort filter. The Actor queries the public marketplace catalog and returns one structured record per extension.
🔄 How fresh is the data?
Live per run. Install counts, ratings, and update timestamps reflect the current catalog state.
📊 How many fields per record?
27, including publisher, install count, weekly downloads, star rating, categories, tags, repo URL, pricing tier.
⭐ Are ratings normalized?
Yes. averageRating is a 0-5 float aggregated by the marketplace, with ratingCount showing the underlying review volume.
⚖️ Is this data public?
Yes. The marketplace catalog is publicly browsable. Only public metadata is collected.
🔁 Can I schedule runs?
Yes. Use Apify Schedules to track install velocity, new entrants, or competitor releases.
📦 Does it include preview/insider releases?
Yes. Pre-release and insider versions appear when listed publicly.
💳 Do I need a paid Apify plan?
No. The free plan covers preview runs (10 records). A paid plan unlocks higher item counts and scheduling.
🆘 What if a run fails?
Apify retries transient errors. Inspect logs in the Runs tab; partial datasets are preserved.
🤖 Does it work with Open-VSX?
This Actor targets the official VS Code marketplace. For Open-VSX coverage, contact us via the Tally form below.
🔌 Integrate with any app
VS Code Marketplace Scraper connects to any cloud service via Apify integrations:
- Make - Automate multi-step workflows
- Zapier - Connect with 5,000+ apps
- Slack - Get run notifications in your channels
- Airbyte - Pipe data into your warehouse
- GitHub - Trigger runs from commits and releases
- Google Drive - Export datasets straight to Sheets
You can also use webhooks to trigger downstream actions when a run finishes.
🔗 Recommended Actors
- 📊 Stack Exchange Questions - Search 170+ Stack Exchange sites
- 📰 Hacker News Search - Every HN story since 2007
- 🌐 Wikidata Entity Search - 100M+ open knowledge-graph entities
- 📚 Open Library Books - 30M+ books and editions
- 📖 Project Gutenberg Books - 75,000+ free public-domain books
💡 Pro Tip: browse the complete ParseForge collection for more reference-data scrapers.
🆘 Need Help? Open our contact form to request a new scraper, propose a custom data project, or report an issue.
⚠️ Disclaimer: this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Microsoft Corporation or the Visual Studio Code project. All trademarks mentioned are the property of their respective owners. Only publicly available open data is collected.