Monday.com Marketplace Review Tracker
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
7
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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
| Task | How |
|---|---|
| Collect all reviews for an app | Provide its Listing ID |
| Track reviews for multiple apps | Add multiple Listing IDs |
| Filter by star rating | Set minRating and/or maxRating |
| Sort by recency, helpfulness, or rating | Choose sortBy |
| Monitor new reviews over time | Schedule daily runs with the same IDs |
Input fields
| Field | Type | Required | Description |
|---|---|---|---|
listingIds | Array | Yes | One or more Monday.com Marketplace listing IDs (integers) |
sortBy | Select | No | Sort order: MOST_RECENT, MOST_HELPFUL, HIGHEST_RATED, LOWEST_RATED |
minRating | Integer (1-5) | No | Only return reviews with this rating or higher |
maxRating | Integer (1-5) | No | Only return reviews with this rating or lower |
maxReviewsPerApp | Integer | No | Maximum 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
| Field | Type | Description |
|---|---|---|
reviewId | Integer | Unique review ID |
appId | Integer | Monday.com internal app ID |
listingId | Integer | Marketplace listing ID |
appName | String | App name |
appUrl | String | Full URL to the app listing |
rating | Integer | Star rating 1–5 |
reviewText | String | Full review text |
reviewerNameInitials | String | Reviewer's initials (e.g. "EM") |
reviewDate | String | ISO 8601 date of review submission |
reviewUpdatedDate | String | ISO 8601 date of last update (if different from submission) |
developerReply | String | Developer's reply text (only present when replied) |
hasDeveloperReply | Boolean | true if developer replied |
moderationStatus | String | Moderation status (e.g. APPROVED) |
totalReviewsForApp | Integer | Total reviews for this app |
overallRating | Float | Aggregate star rating for this app |
scrapedAt | String | ISO 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