VOOZH about

URL: https://apify.com/crawlerbros/adobe-exchange-scraper

⇱ Adobe Exchange Scraper Β· Apify


Pricing

from $3.00 / 1,000 results

Go to Apify Store

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

0.0

(0)

Developer

πŸ‘ Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

24 days 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.

You might also like

Adobe Exchange Scraper

crawlergang/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.

2

5.0

Adobe Commerce Marketplace Scraper

crawlerbros/adobe-commerce-scraper

Scrape Adobe Commerce Marketplace (formerly Magento Marketplace) - search 3700+ extensions by keyword or category, browse by type, or fetch details by slug. Returns name, description, categories, developer, pricing, rating, review count, version, compatibility, icon, screenshots, and more.

Adobe Commerce Marketplace Scraper

crawlergang/adobe-commerce-scraper

Scrape Adobe Commerce Marketplace (formerly Magento Marketplace) - search 3700+ extensions by keyword or category, browse by type, or fetch details by slug. Returns name, description, categories, developer, pricing, rating, review count, version, compatibility, icon, screenshots, and more.

2

5.0

Adobe Stock Scraper

igolaizola/adobe-stock-scraper

Extract data from Adobe Stock's vast library of photos, videos, illustrations, vectors, and AI-generated content. This scraper gathers titles, dimensions, authors, and previews from search results across global regions. Perfect for analyzing trends and monitoring creative assets on stock.adobe.com

πŸ‘ User avatar

IΓ±igo Garcia Olaizola

193

2.4

Adobe Stock Search Scraper 🎨

easyapi/adobe-stock-search-scraper

Extract image, video, and illustration data from Adobe Stock search results. Get detailed information including titles, authors, licensing details, and media metadata with customizable search parameters.

Adobe Stock Scraper - Low-costπŸ’²πŸ”₯🎨

delectable_incubator/adobe-stock-scraper---low-cost

Scrape Adobe Stock media data by keyword 🎨. Extract asset titles, content types, thumbnails, download URLs, license details, and metadata. Ideal for stock content analysis, creative research, and building structured datasets for design, marketing, and media projects πŸ“ŠπŸš€

πŸ–ΌοΈ Adobe Stock Search Results Scraper

louisdeconinck/adobe-stock-scraper

Scrape Thousands of Adobe Stock Assets in Seconds for Pennies. Get high-quality images, videos, and 3D assets with full metadata. Fast, affordable, and built for scale.

πŸ‘ User avatar

Louis Deconinck

260

5.0

Adobe OSINT Email Lookup & Profile Picture Extractor API

dev00/adobe-email-osint-api

Verify if an email exists on Adobe, extract high-resolution profile images, and retrieve account statuses instantly.

dev00

7

Adobe Stock Image Scraper | Fast & Reliable

fatihtahta/adobe-stock-image-scraper

Extract Adobe Stock assets at scale with rich metadata, creator data, thumbnails, dimensions, licensing flags, category signals, and advanced filters. Built for enterprise-grade visual intelligence, creative research, asset discovery, and automated data pipelines.

Adobe Stock Search Scraper πŸŽ¨πŸ” - Faster & Cheaper

scrapestorm/adobe-stock-search-scraper---faster-cheaper

Gather Adobe Stock media profiles by keywords 🎨. Access detailed info including titles, content types, thumbnails πŸ–ΌοΈ,download URLs πŸ“₯ & license details πŸ’³. Ideal for analyzing creative assets, researching stock content & collecting data for design projects πŸ“Š. Perfect for designers & professionals

50