Adobe Commerce Marketplace Scraper
Adobe Commerce Marketplace Scraper
Extract Adobe Commerce (Magento) Marketplace extension listings — including explicit USD list prices, edition and Magento-version compatibility matrices, vendor names, ratings, and reviews.
What it scrapes
Adobe Commerce Marketplace is the official extension store for the Magento / Adobe Commerce platform, listing over 3,700 extensions and themes. Unlike most extension stores it publishes explicit USD list prices per edition (Open Source, Adobe Commerce on-prem, and Cloud), making it a high-value source for competitive pricing research.
Output fields
| Field | Description |
|---|---|
extension_name |
Extension or theme name |
vendor |
Publisher / vendor name |
category |
Marketplace category path |
price |
USD list price (e.g. $99.00) or Free — lowest price across editions |
edition |
Compatible editions: Magento Open Source, Adobe Commerce (on-prem), Adobe Commerce (cloud) |
magento_versions |
Supported Magento / Adobe Commerce version numbers |
rating |
Average star rating (0-5) |
review_count |
Number of ratings |
install_metric |
Install/download count (where available) |
description |
Full extension description (HTML) |
extension_url |
Canonical marketplace URL |
Input options
| Field | Description | Default |
|---|---|---|
searchQuery |
Search by name, vendor, or keyword — empty browses all extensions | (all) |
edition |
Filter by edition: Open Source, Adobe Commerce, Adobe Commerce Cloud |
(all) |
maxItems |
Maximum extensions to return — set to 0 for unlimited |
200 |
Use cases
- Competitive pricing intelligence — map extension pricing across the full Magento ecosystem (>3,700 items)
- Vendor research — identify extension publishers, their category coverage, and pricing tiers per Adobe Commerce edition
- Platform compatibility audits — understand which extensions support each Magento version and edition
- Market analysis — track ratings and review counts to gauge extension adoption
Technical notes
Data is fetched directly from Adobe's Live Search GraphQL API (catalog-service.adobe.io/graphql) using the same public key and store configuration that the marketplace website uses. No browser rendering or proxy is required.
Per-edition pricing attributes are pulled from the ext_m2_community_price, ext_m2_enterprise_price, and ext_m2_cloud_price API attributes. The price field in the output is the minimum non-zero price across all editions (typically the Open Source / Community edition price).