Zoom App Marketplace Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
7
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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
| Field | Type | Description | Default |
|---|---|---|---|
mode | Select | browse / search / byProduct | browse |
searchQuery | String | Keyword to search (required for search mode) | scheduling |
product | Select | Zoom product to filter by (required for byProduct mode) | — |
usage | Select | Filter by usage type: ALL / ADMIN_MANAGEMENT / USER_OPERATION | ALL |
fedRampOnly | Boolean | Only return FedRAMP authorized apps | false |
essentialAppsOnly | Boolean | Only return apps marked as Essential by Zoom | false |
maxItems | Integer | Maximum number of apps to return (1–3419) | 100 |
Supported Zoom Products (product field)
| Value | Label |
|---|---|
ZOOM_MEETING | Zoom Meeting |
ZOOM_PHONE | Zoom Phone |
ZOOM_WEBINAR | Zoom Webinar |
ZOOM_CHAT | Zoom Chat |
ZOOM_ROOM | Zoom Rooms |
ZOOM_EVENTS | Zoom Events |
ZOOM_WHITEBOARD | Zoom Whiteboard |
ZOOM_IQ | Zoom IQ |
ZOOM_CONTACT_CENTER | Zoom 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:
| Field | Type | Description |
|---|---|---|
appId | String | Unique Zoom Marketplace app ID |
name | String | App display name |
companyName | String | Developer/company name |
description | String | App description |
iconUrl | String | App icon URL |
appUrl | String | Link to app page on Zoom Marketplace |
worksWith | Array | Zoom products this app works with |
workIn | Array | Zoom surfaces this app works in |
usage | String | ADMIN_MANAGEMENT or USER_OPERATION |
fedRampAuthorized | Boolean | Whether the app is FedRAMP authorized |
essentialApp | Boolean | Whether Zoom marked this as an Essential App |
ratingStatistics | Object | Rating breakdown (only present if rated) |
ratingStatistics.totalRatings | Integer | Total number of ratings |
ratingStatistics.averageRating | Float | Average star rating |
scrapedAt | String | ISO 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.