Zoom Marketplace Category Tracker avatar

Zoom Marketplace Category Tracker

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Zoom Marketplace Category Tracker

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

Crawler Bros

Maintained by Community

Actor stats

7

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

FieldTypeDescriptionDefault
productSelectZoom product to track (required)
maxItemsIntegerMaximum number of ranked apps to return (1–1000)50

Supported Zoom Products

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 — 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:

FieldTypeDescription
rankInProductInteger1-based position in the default marketplace listing for this product
appIdStringUnique Zoom Marketplace app ID
nameStringApp display name
companyNameStringDeveloper/company name
descriptionStringApp description
iconUrlStringApp icon URL
appUrlStringLink to app page on Zoom Marketplace
worksWithArrayAll Zoom 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)
scrapedAtStringISO 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.