Monday.com Marketplace Review Tracker avatar

Monday.com Marketplace Review Tracker

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Monday.com Marketplace Review Tracker

Monday.com Marketplace Review Tracker

Scrape reviews from Monday.com Marketplace apps, fetch ratings, review text, and developer replies for any app by listing ID. No login required

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

Scrape user reviews from any app on the Monday.com Marketplace — no login required. Extract star ratings, full review text, reviewer initials, developer replies, and aggregate rating stats for any listing.


What you can do

TaskHow
Collect all reviews for an appProvide its Listing ID
Track reviews for multiple appsAdd multiple Listing IDs
Filter by star ratingSet minRating and/or maxRating
Sort by recency, helpfulness, or ratingChoose sortBy
Monitor new reviews over timeSchedule daily runs with the same IDs

Input fields

FieldTypeRequiredDescription
listingIdsArrayYesOne or more Monday.com Marketplace listing IDs (integers)
sortBySelectNoSort order: MOST_RECENT, MOST_HELPFUL, HIGHEST_RATED, LOWEST_RATED
minRatingInteger (1-5)NoOnly return reviews with this rating or higher
maxRatingInteger (1-5)NoOnly return reviews with this rating or lower
maxReviewsPerAppIntegerNoMaximum reviews per app (default 100, max 5000)

How to find a Listing ID

Navigate to any app on the Monday.com Marketplace. The URL looks like:

https://monday.com/marketplace/listing/10000034/superform
^^^^^^^^
Listing ID = 10000034

Copy the number between /listing/ and the slug.

Example input

{
"listingIds": ["10000034", "10000247"],
"sortBy": "MOST_RECENT",
"maxReviewsPerApp": 200
}

Output fields

FieldTypeDescription
reviewIdIntegerUnique review ID
appIdIntegerMonday.com internal app ID
listingIdIntegerMarketplace listing ID
appNameStringApp name
appUrlStringFull URL to the app listing
ratingIntegerStar rating 1–5
reviewTextStringFull review text
reviewerNameInitialsStringReviewer's initials (e.g. "EM")
reviewDateStringISO 8601 date of review submission
reviewUpdatedDateStringISO 8601 date of last update (if different from submission)
developerReplyStringDeveloper's reply text (only present when replied)
hasDeveloperReplyBooleantrue if developer replied
moderationStatusStringModeration status (e.g. APPROVED)
totalReviewsForAppIntegerTotal reviews for this app
overallRatingFloatAggregate star rating for this app
scrapedAtStringISO 8601 timestamp when the record was scraped

Example output record

{
"reviewId": 15663,
"appId": 10010226,
"listingId": 10000034,
"appName": "SuperForm",
"appUrl": "https://monday.com/marketplace/listing/10000034",
"rating": 5,
"reviewText": "Really practical and versatile app with a range of applications across different parts of the business.",
"reviewerNameInitials": "EM",
"reviewDate": "2026-05-12T01:57:26.000Z",
"hasDeveloperReply": false,
"moderationStatus": "APPROVED",
"totalReviewsForApp": 87,
"overallRating": 5.0,
"scrapedAt": "2026-05-20T10:00:00+00:00"
}

Frequently asked questions

Do I need a Monday.com account or API key? No. Reviews are publicly visible on the marketplace without login. This actor requires no credentials.

How many reviews can I scrape? All reviews visible on the marketplace page. Use maxReviewsPerApp to limit the count.

Can I scrape multiple apps at once? Yes — add multiple listing IDs to the listingIds array. The actor processes them sequentially.

How do I find the listing ID for an app? Look at the URL when viewing an app: monday.com/marketplace/listing/{LISTING_ID}/slug. The number is the listing ID.

Does this scraper work for all Monday.com marketplace apps? Yes, for any app with at least one review that is publicly visible.

What does reviewerNameInitials mean? Monday.com anonymizes reviewer identities and only exposes initials (e.g. "EM"). Full names are not available.

How often does the data update? The scraper fetches live data on each run. Schedule it daily or weekly to track changes over time.


Data source

This actor scrapes monday.com/marketplace — Monday.com's official app marketplace. Reviews are publicly accessible without login.


Limitations

  • Reviewer full names are not exposed by Monday.com (only initials are available)
  • Rating breakdown per star level (1★, 2★, etc.) is shown in aggregate but not per review
  • Reviews flagged as non-APPROVED may not appear