Adobe Exchange Scraper
Pricing
from $3.00 / 1,000 results
Adobe Exchange Scraper
Scrape Adobe Exchange marketplace - search extensions, plugins, and integrations for Creative Cloud (Photoshop, Illustrator, Premiere Pro, After Effects, etc.) and Adobe Commerce. Returns name, description, developer, categories, tags, version, screenshots, product URLs, and more.
Pricing
from $3.00 / 1,000 results
Rating
5.0
(4)
Developer
Crawler Bros
Maintained by CommunityActor stats
4
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Scrape the Adobe Exchange marketplace — search extensions, plugins, and integrations for Creative Cloud (Photoshop, Illustrator, Premiere Pro, After Effects, InDesign, and more) and Adobe Commerce / Experience Cloud. Returns name, description, developer, categories, tags, version, screenshots, product URLs, and more.
What it does
- Search Adobe Commerce / Experience Cloud extensions by keyword (e.g., "export", "payment", "shipping")
- Browse featured Creative Cloud plugins (Photoshop panels, Illustrator plugins, etc.)
- Fetch by ID — retrieve specific extensions by their Adobe Exchange app ID
No API key, login, or proxy required. Scraper uses the same public API that powers the Adobe Exchange website.
Input
| Field | Type | Description | Default |
|---|---|---|---|
mode | Select | What to fetch: search, browse, or getById | search |
query | Text | Keyword to search for (mode=search) | export |
appType | Select | EC (Commerce/Experience Cloud), CC (Creative Cloud), or all | EC |
ids | List | Adobe Exchange app IDs to fetch (mode=getById) | [] |
maxItems | Integer | Maximum number of extensions to return (1–10,000) | 100 |
Mode descriptions
| Mode | Description |
|---|---|
search | Search Commerce (EC) or Creative Cloud (CC) extensions by keyword. EC type supports full-text search. CC type returns featured results. |
browse | Browse featured Creative Cloud plugins. Returns the curated featured list. |
getById | Fetch specific extensions by their Adobe Exchange app ID (numeric or alphanumeric). |
Extension types
| Value | Description |
|---|---|
EC | Adobe Commerce / Experience Cloud extensions (formerly Magento Marketplace integrations) |
CC | Adobe Creative Cloud plugins (Photoshop, Illustrator, Premiere Pro, After Effects, InDesign, XD, etc.) |
Output
Each record contains the following fields (all optional — only populated when data is available):
| Field | Type | Description |
|---|---|---|
id | String | Adobe Exchange app ID |
name | String | Extension / plugin name |
summary | String | Short summary / tagline |
description | String | Full description |
version | String | Current version number |
releaseNote | String | Latest release notes |
type | String | Extension type (EC or CC) |
appType | String | App type (e.g., extension, plugin) |
appSubType | String | App subtype (e.g., premium, free) |
developerName | String | Publisher / developer name |
developerLevel | String | Publisher tier (Gold, Platinum, etc.) |
developerWebsite | String | Publisher website URL |
developerDeeplinkUrl | String | Link to publisher's Exchange profile |
adobeProducts | Array | Compatible Adobe products (e.g., Photoshop, Illustrator) |
optionalProducts | Array | Optional compatible Adobe products |
industries | Array | Target industry categories |
targetCountries | Array | Target country codes |
tags | Array | Custom and standard tags |
supportedLanguages | Array | Supported language codes |
iconUrl | String | Extension icon URL |
featuredImageUrl | String | Featured / banner image URL |
screenshotUrls | Array | Screenshot / preview image URLs |
supportEmail | String | Support email address |
extensionUrl | String | Canonical Adobe Exchange product page URL |
publishedDate | String | First published date (ISO 8601) |
lastModified | String | Last modified date (ISO 8601) |
isVerified | Boolean | Whether the extension is Adobe-verified |
isDownloadable | Boolean | Whether the extension is directly downloadable |
perpetualIndicator | Boolean | Whether the license is perpetual |
recordType | String | Always extension |
scrapedAt | String | Timestamp when the record was scraped (ISO 8601 UTC) |
Sample output
{"id": "109051","name": "Export Manager Pro","summary": "Batch export assets from Adobe Commerce to multiple formats","description": "Export Manager Pro provides a comprehensive solution for exporting...","version": "2.4.1","type": "EC","appType": "extension","developerName": "Acme Commerce Solutions","developerLevel": "Gold","developerWebsite": "https://acmecommerce.io","adobeProducts": ["Adobe Commerce"],"industries": ["Retail", "eCommerce"],"targetCountries": ["US", "CA", "GB"],"tags": ["export", "batch", "csv", "pdf"],"supportedLanguages": ["en"],"iconUrl": "https://cdn.magento.com/extensions/109051/icon.png","extensionUrl": "https://exchange.adobe.com/apps/ec/109051","publishedDate": "2022-03-10T00:00:00Z","lastModified": "2024-01-15T00:00:00Z","isVerified": true,"isDownloadable": false,"recordType": "extension","scrapedAt": "2024-06-01T12:00:00+00:00"}
Compatible Adobe products
The scraper maps internal app codes to human-readable product names:
| Code | Product |
|---|---|
| PHSP | Photoshop |
| ILST | Illustrator |
| IDSN | InDesign |
| PPRO | Premiere Pro |
| AEFT | After Effects |
| SPRK | XD |
| MDOC | Acrobat |
| ANMT | Animate |
| FLPR | Fresco |
| KBRG | Bridge |
| COMMC | Adobe Commerce |
| DEXM | Experience Manager |
Use cases
- Extension market research — analyze what plugins are available for specific Adobe products
- Competitive analysis — track extensions by developer, category, or product compatibility
- Extension monitoring — track version updates and new releases for specific extension IDs
- Data aggregation — build directories of Adobe Commerce integrations for payment, shipping, or marketing
- Lead generation — identify extension developers and their contact information
FAQ
Do I need an Adobe account or API key? No. The scraper uses the same public API that powers the Adobe Exchange website. No credentials required.
What is the difference between EC and CC extensions? EC (Experience Cloud) extensions are integrations for Adobe Commerce (formerly Magento), Experience Manager, and other enterprise products. CC (Creative Cloud) extensions are plugins and panels for desktop apps like Photoshop, Illustrator, and Premiere Pro.
Can I search Creative Cloud plugins by keyword?
Yes — set appType to CC and provide a query. However, the CC search endpoint returns fewer results than EC search. For broader CC coverage, use mode=browse to get the featured plugin list.
How many extensions can I scrape?
The maxItems parameter supports up to 10,000 items. Adobe Exchange typically has thousands of EC extensions available.
How do I find a specific extension by ID?
Set mode to getById and provide the extension ID in the ids field. IDs can be numeric (e.g., 109051) or alphanumeric (e.g., ab4uu4uvot). You can find IDs in the extension URL: exchange.adobe.com/apps/ec/{id}.
Are prices included in the output? Adobe Exchange does not expose pricing data via its API. Pricing information is only shown on the extension detail pages for some extensions and is not returned by the API.
Can I filter by Adobe product (e.g., only Photoshop plugins)? Currently, direct product filtering is available for browse mode (CC featured). For search mode, including the product name in the query (e.g., "photoshop panel") is the most effective approach.
Data source
Data is sourced from Adobe Exchange (exchange.adobe.com) via its official public API at appregistry.adobe.io. Adobe Exchange is the official marketplace for Adobe Creative Cloud plugins and Adobe Commerce integrations. The API is publicly accessible without authentication.