Adobe Exchange Scraper avatar

Adobe Exchange Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Adobe Exchange Scraper

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

Crawler Bros

Maintained by Community

Actor stats

4

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

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

FieldTypeDescriptionDefault
modeSelectWhat to fetch: search, browse, or getByIdsearch
queryTextKeyword to search for (mode=search)export
appTypeSelectEC (Commerce/Experience Cloud), CC (Creative Cloud), or allEC
idsListAdobe Exchange app IDs to fetch (mode=getById)[]
maxItemsIntegerMaximum number of extensions to return (1–10,000)100

Mode descriptions

ModeDescription
searchSearch Commerce (EC) or Creative Cloud (CC) extensions by keyword. EC type supports full-text search. CC type returns featured results.
browseBrowse featured Creative Cloud plugins. Returns the curated featured list.
getByIdFetch specific extensions by their Adobe Exchange app ID (numeric or alphanumeric).

Extension types

ValueDescription
ECAdobe Commerce / Experience Cloud extensions (formerly Magento Marketplace integrations)
CCAdobe 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):

FieldTypeDescription
idStringAdobe Exchange app ID
nameStringExtension / plugin name
summaryStringShort summary / tagline
descriptionStringFull description
versionStringCurrent version number
releaseNoteStringLatest release notes
typeStringExtension type (EC or CC)
appTypeStringApp type (e.g., extension, plugin)
appSubTypeStringApp subtype (e.g., premium, free)
developerNameStringPublisher / developer name
developerLevelStringPublisher tier (Gold, Platinum, etc.)
developerWebsiteStringPublisher website URL
developerDeeplinkUrlStringLink to publisher's Exchange profile
adobeProductsArrayCompatible Adobe products (e.g., Photoshop, Illustrator)
optionalProductsArrayOptional compatible Adobe products
industriesArrayTarget industry categories
targetCountriesArrayTarget country codes
tagsArrayCustom and standard tags
supportedLanguagesArraySupported language codes
iconUrlStringExtension icon URL
featuredImageUrlStringFeatured / banner image URL
screenshotUrlsArrayScreenshot / preview image URLs
supportEmailStringSupport email address
extensionUrlStringCanonical Adobe Exchange product page URL
publishedDateStringFirst published date (ISO 8601)
lastModifiedStringLast modified date (ISO 8601)
isVerifiedBooleanWhether the extension is Adobe-verified
isDownloadableBooleanWhether the extension is directly downloadable
perpetualIndicatorBooleanWhether the license is perpetual
recordTypeStringAlways extension
scrapedAtStringTimestamp 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:

CodeProduct
PHSPPhotoshop
ILSTIllustrator
IDSNInDesign
PPROPremiere Pro
AEFTAfter Effects
SPRKXD
MDOCAcrobat
ANMTAnimate
FLPRFresco
KBRGBridge
COMMCAdobe Commerce
DEXMExperience 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.