Zoom Marketplace Category Tracker
Pricing
from $3.00 / 1,000 results
Zoom Marketplace Category Tracker
Track all Zoom App Marketplace apps for a specific Zoom product (Meeting, Phone, Webinar, etc.) in their default marketplace ranking order. Returns rank position among all apps for that product
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
Track all apps in the Zoom App Marketplace for a specific Zoom product — ranked by their default marketplace position. Perfect for monitoring app rankings, tracking new entrants, and comparing competitors within a Zoom product category.
What You Can Do
- Get all apps that work with Zoom Meeting, Zoom Phone, Zoom Webinar, or any other Zoom product
- See apps in their default marketplace ranking order (
rankInProduct) - Monitor which apps appear at which position over time (run on a schedule to track changes)
Input
| Field | Type | Description | Default |
|---|---|---|---|
product | Select | Zoom product to track (required) | — |
maxItems | Integer | Maximum number of ranked apps to return (1–1000) | 50 |
Supported Zoom Products
| 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 — Track top 20 Zoom Meeting apps
{"product": "ZOOM_MEETING","maxItems": 20}
Example Input — All Zoom Phone apps ranked
{"product": "ZOOM_PHONE","maxItems": 200}
Output
Each record contains:
| Field | Type | Description |
|---|---|---|
rankInProduct | Integer | 1-based position in the default marketplace listing for this product |
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 | All 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) |
scrapedAt | String | ISO 8601 timestamp of when the record was scraped |
Example Output Record
{"rankInProduct": 1,"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/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
- Competitive Intelligence — Monitor where your app ranks among Zoom Meeting or Zoom Phone integrations
- Market Research — Get a complete list of all apps competing in your Zoom product category
- Partnership Discovery — Find all apps built for a specific Zoom product to identify potential partners
- Category Monitoring — Run on a weekly schedule to detect new entrants or ranking changes
- Sales Prospecting — Find companies building Zoom integrations for outreach
Ranking
The rankInProduct field reflects the position of each app within the full Zoom Marketplace listing, filtered for the selected product. Apps are ranked in the same order they appear when browsing the marketplace — this is Zoom's default ordering, which typically favors popular, well-rated, and featured apps.
FAQ
Q: Does this require a Zoom account or API key? A: No. The Zoom App Marketplace is publicly accessible. No credentials needed.
Q: What does rankInProduct mean exactly?
A: It is the 1-based position of the app among all marketplace apps that work with the selected product, in the order Zoom returns them from their API. Rank 1 = first app listed for that product.
Q: How do I track rank changes over time?
A: Run this actor on a schedule (daily or weekly) and save each run's dataset. Compare rankInProduct values across datasets to detect changes.
Q: An app appears in multiple Zoom product categories — how is it ranked?
A: Each product has its own independent ranking. An app can have rank 5 for ZOOM_MEETING and rank 20 for ZOOM_PHONE.
Q: Why does the same app appear in worksWith for multiple products?
A: Some apps integrate with multiple Zoom products simultaneously. The worksWith array lists all products. This actor filters to apps where your selected product is in the worksWith array.
Q: How fresh is the data? A: Data is fetched live from the Zoom Marketplace API on every 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.