VOOZH about

URL: https://apify.com/crawlergang/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

5.0

(11)

Developer

πŸ‘ Crawler Gang

Crawler Gang

Maintained by Community

Actor stats

11

Bookmarked

2

Total users

1

Monthly active users

3 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

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

Freelancer.com Jobs Scraper | Enterprise Grade

fatihtahta/freelancer-jobs-scraper

Extract structured Freelancer.com job and contest listings with budgets, skills, bidding details, client signals, listing metadata and more. Built for enterprise-grade freelance market intelligence, opportunity tracking, and automated analytics pipelines.

Infojobs Jobs Details Scraper

ecomscrape/infojobs-jobs-details-scraper

Automate job data collection from InfoJobs.net, Spain's largest employment platform with over 3 million registered professionals. Extract detailed job listings including descriptions, requirements, company information, salaries, and candidate matching data for market research.

ecomscrape

5

Google Search Scraper

microworlds/google-search-scraper

Scrape Google Search pages

YouTube Transcript Scraper Pro (Captions + AI Fallback)

codepoetry/youtube-transcript-ai-scraper

Extract YouTube transcripts at scale without burning through your budget. It starts with free captions whenever they're available, then switches to AI only for videos that don't have them. You stay in control of costs, and the output β€” JSON, SRT, VTT, plain text, or LLM-ready format

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

191

2.4

(3)

Stock Exchange Scraper

gentle_cloud/stock-exchange-scraper

Scrape real-time and historical stock market data from major exchanges (NYSE, NASDAQ, LSE, TSE, etc.). Get quotes, OHLCV data, and company info for any publicly traded stock. No API key required.

10

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 πŸ“ŠπŸš€

Binance Exchange rate Scraper

moving_beacon-owner1/binance-exchange-rate-scraper

Binance Public Market Data β€” Crypto Tickers & Order Books Real-time crypto data from Binance Modes * ticker24h β€” 24h price change stats * price β€” Latest price snapshot * orderbook β€” Bids, asks, spread, depth * trades β€” Recent trades with side * klines β€” OHLCV candlesticks (1s–1M)

5

SGX (Singapore Exchange) Scraper β€” Stocks, ETFs, REITs, Bonds

alwaysprimedev/sgx-scraper

Pull every security listed on the Singapore Exchange β€” stocks, ETFs, REITs, business trusts, bonds, warrants β€” with live delayed prices, ISIN codes, CPF-eligibility flags, and full corporate profiles.