Zoom App Marketplace Scraper avatar

Zoom App Marketplace Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Zoom App Marketplace Scraper

Zoom App Marketplace Scraper

Scrape the Zoom App Marketplace, browse all 3400+ apps, search by keyword, or filter by Zoom product (Meeting, Phone, Webinar, etc.). Returns app name, company, description, icon, usage type, FedRAMP status, and ratings.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(7)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

7

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extract apps from the Zoom App Marketplace — the official directory of 3,400+ integrations for Zoom Meeting, Zoom Phone, Zoom Webinar, and more. No API key or login required.

What You Can Do

  • Browse all marketplace apps with optional filters (usage type, FedRAMP status, essential apps)
  • Search for apps by keyword in app name and description
  • Filter by Zoom product to find all apps that work with a specific Zoom product (e.g., Zoom Phone, Zoom Webinar)

Input

FieldTypeDescriptionDefault
modeSelectbrowse / search / byProductbrowse
searchQueryStringKeyword to search (required for search mode)scheduling
productSelectZoom product to filter by (required for byProduct mode)
usageSelectFilter by usage type: ALL / ADMIN_MANAGEMENT / USER_OPERATIONALL
fedRampOnlyBooleanOnly return FedRAMP authorized appsfalse
essentialAppsOnlyBooleanOnly return apps marked as Essential by Zoomfalse
maxItemsIntegerMaximum number of apps to return (1–3419)100

Supported Zoom Products (product field)

ValueLabel
ZOOM_MEETINGZoom Meeting
ZOOM_PHONEZoom Phone
ZOOM_WEBINARZoom Webinar
ZOOM_CHATZoom Chat
ZOOM_ROOMZoom Rooms
ZOOM_EVENTSZoom Events
ZOOM_WHITEBOARDZoom Whiteboard
ZOOM_IQZoom IQ
ZOOM_CONTACT_CENTERZoom Contact Center

Example Input — Browse FedRAMP apps

{
"mode": "browse",
"fedRampOnly": true,
"maxItems": 50
}

Example Input — Search for CRM integrations

{
"mode": "search",
"searchQuery": "CRM",
"maxItems": 20
}

Example Input — All Zoom Phone apps

{
"mode": "byProduct",
"product": "ZOOM_PHONE",
"maxItems": 100
}

Output

Each record contains:

FieldTypeDescription
appIdStringUnique Zoom Marketplace app ID
nameStringApp display name
companyNameStringDeveloper/company name
descriptionStringApp description
iconUrlStringApp icon URL
appUrlStringLink to app page on Zoom Marketplace
worksWithArrayZoom products this app works with
workInArrayZoom surfaces this app works in
usageStringADMIN_MANAGEMENT or USER_OPERATION
fedRampAuthorizedBooleanWhether the app is FedRAMP authorized
essentialAppBooleanWhether Zoom marked this as an Essential App
ratingStatisticsObjectRating breakdown (only present if rated)
ratingStatistics.totalRatingsIntegerTotal number of ratings
ratingStatistics.averageRatingFloatAverage star rating
scrapedAtStringISO 8601 timestamp of when the record was scraped

Example Output Record

{
"appId": "PN3rVBK6R0aXBU5Fw2i6aQ",
"name": "Glean Search Crawler for Zoom",
"companyName": "Glean Technologies, Inc.",
"description": "Know what your company knows, instantly. Search across your meetings and recordings.",
"iconUrl": "https://marketplace.zoom.us/9deleS6VTsWPLsxe_9W-7w/4H8xCQxQRgK3AhKf1TtHSA/app/icon.png",
"appUrl": "https://marketplace.zoom.us/apps/PN3rVBK6R0aXBU5Fw2i6aQ",
"worksWith": ["ZOOM_MEETING"],
"workIn": ["ZOOM_CHAT"],
"usage": "ADMIN_MANAGEMENT",
"fedRampAuthorized": false,
"essentialApp": false,
"ratingStatistics": {
"totalRatings": 69,
"averageRating": 2.5,
"rating1Count": 39,
"rating2Count": 3,
"rating3Count": 3,
"rating4Count": 3,
"rating5Count": 21
},
"scrapedAt": "2026-05-20T12:00:00+00:00"
}

Use Cases

  • Sales & Business Development — Find all apps in a specific category or product area for competitive analysis
  • IT/Security Teams — Identify FedRAMP-authorized apps for compliance requirements
  • Developers — Explore the Zoom app ecosystem for integration planning
  • Market Research — Analyze which companies have built Zoom integrations
  • Procurement — Compare apps by product area before purchasing

FAQ

Q: Does this require a Zoom account or API key? A: No. The Zoom App Marketplace is publicly accessible. No credentials needed.

Q: How many apps are available? A: The marketplace has approximately 3,400+ apps. The total updates as Zoom adds/removes apps.

Q: Can I filter by multiple products at once? A: The byProduct mode filters by a single product. Use browse mode and post-process the worksWith array for multi-product filtering.

Q: What does usage mean? A: ADMIN_MANAGEMENT apps are installed by Zoom admins for the entire organization. USER_OPERATION apps are installed by individual users.

Q: What are Essential Apps? A: Zoom-curated apps that are free for all Zoom users, available pre-approved without admin installation.

Q: Why doesn't every app have ratingStatistics? A: Not all apps have received user ratings yet. The field is only included when rating data exists.

Q: Are search results real-time? A: Yes. The scraper fetches directly from the live Zoom Marketplace API on each run.

Data Source

Data is sourced from the public Zoom App Marketplace REST API at https://marketplace.zoom.us/api/v1/. No unofficial access or reverse-engineering is involved.