monday + Zapier + Make App Marketplace Scraper avatar

monday + Zapier + Make App Marketplace Scraper

Pricing

Pay per event

Go to Apify Store
monday + Zapier + Make App Marketplace Scraper

monday + Zapier + Make App Marketplace Scraper

Aggregate app and integration listings across monday.com, Zapier, and Make.com. Returns app name, category, vendor, rating, reviews, action/trigger counts, pricing, and free-plan flag.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Aggregate app and integration listings across monday.com, Zapier, and Make.com. Returns app name, category, vendor, rating, reviews, Zapier action/trigger counts, pricing, and free-plan flag — in one canonical schema tagged by source marketplace.


iPaaS Marketplace Scraper Features

  • Single run covers three iPaaS marketplaces: monday, Zapier, and Make
  • Returns 17 fields per app including vendor name, rating, review count, and pricing text
  • Zapier-specific signal: action count, trigger count, Zap usage count, premium flag, and popularity score
  • Free-plan availability surfaced as a boolean
  • Pick which marketplaces to run via the sources array — one, two, or all three
  • Includes residential proxy by default. Make.com sits behind Cloudflare and rejects datacenter IPs.

Who Uses iPaaS Marketplace Data?

  • iPaaS builders — Benchmark app coverage, pricing, and rating distributions across competing platforms before scoping a new integration
  • SaaS product teams — Find which platforms already integrate with your tool, and which competitors integrate with the platforms you don't yet support
  • Sales and BD — Build outreach lists of app vendors building on platforms where you want to partner
  • Investors and analysts — Track ecosystem growth: app counts per category, premium-app share, free-plan adoption
  • Tech journalism — Map which integrations are gaining usage and which categories are saturated

How the iPaaS Marketplace Scraper Works

  1. Pick sources — Set sources to any subset of monday, zapier, and make. Default is all three.
  2. Per-source crawl — Each marketplace has its own listing endpoint and pagination shape. The scraper handles each one separately and normalizes results.
  3. Schema canonicalization — Output is one flat schema tagged with source_marketplace. Source-specific fields (Zapier actions/triggers) populate only on relevant rows.
  4. Export — One record per app across all sources in your Apify dataset.

Input

All three sources

{
"sources": ["monday", "zapier", "make"],
"maxItems": 0
}

Zapier only

{
"sources": ["zapier"],
"maxItems": 500
}

monday + Make

{
"sources": ["monday", "make"],
"maxItems": 300
}
FieldTypeDefaultDescription
sourcesarray["zapier"]Subset of monday, zapier, make.
maxItemsinteger10Cap on apps across all sources combined. 0 = unlimited.
proxyConfigurationobjectBUYPROXIES94952 residentialProxy settings. Residential is required for Make.com.

iPaaS Marketplace Scraper Output Fields

{
"source_marketplace": "zapier",
"app_name": "Notion",
"slug": "notion",
"description": "Notion is the connected workspace where better, faster work happens.",
"category": "Notes + Productivity",
"vendor_name": "Notion Labs",
"vendor_url": "https://www.notion.so",
"rating": 4.6,
"reviews_count": 482,
"actions_count": 7,
"triggers_count": 4,
"pricing_text": "Free plan available",
"free_plan": true,
"app_url": "https://zapier.com/apps/notion/integrations",
"icon_url": "https://zapier-images.imgix.net/storage/services/notion.png",
"is_premium": false,
"popularity": 0.92,
"zap_usage_count": 48000,
"days_since_last_update": 14
}
FieldTypeDescription
source_marketplacestringmonday, zapier, or make
app_namestringApp or integration name
slugstringURL slug identifier
descriptionstringShort description of the app
categorystringPrimary category label
vendor_namestringDeveloper or vendor name
vendor_urlstringDeveloper or vendor website URL
ratingnumberAverage user rating (0-5)
reviews_countnumberTotal number of reviews
actions_countnumberZapier action count (Zapier only)
triggers_countnumberZapier trigger count (Zapier only)
pricing_textstringRaw pricing description
free_planbooleanApp has a free plan
app_urlstringURL to the app listing page
icon_urlstringURL of the app icon or logo
is_premiumbooleanApp is marked premium (Zapier only)
popularitynumberRelative popularity score (Zapier only)
zap_usage_countnumberActive Zaps using this app (Zapier only)
days_since_last_updatenumberDays since last update

FAQ

How do I compare iPaaS marketplaces in a single dataset?

iPaaS Marketplace Scraper aggregates monday, Zapier, and Make into one schema with source_marketplace as the discriminator. Run once with all three sources selected, then group or pivot by source downstream.

How much does this actor cost to run?

iPaaS Marketplace Scraper uses pay-per-event pricing on the default_2603_basic profile at a 2.0x coefficient. The higher coefficient covers residential proxy bandwidth required for Make.com. Per-record cost is low single cents.

Why are Zapier-specific fields blank for monday and Make rows?

iPaaS Marketplace Scraper uses one canonical schema across all three sources. Action count, trigger count, premium flag, popularity, and Zap usage exist only on Zapier listings and stay empty for the others. The source_marketplace field tells you which row supports which fields.

Does this actor need proxies?

iPaaS Marketplace Scraper requires residential proxy. Make.com sits behind Cloudflare and rejects datacenter IPs. The default BUYPROXIES94952 residential group is configured automatically; leave it alone unless you have a specific reason to override.

Can I filter by category at the input stage?

iPaaS Marketplace Scraper does not currently filter by category at input. Categories are returned per app, so a downstream category = 'Productivity' filter on the dataset is straightforward.


Need More Features?

Need per-marketplace input filters (Zapier category, monday Hub compatibility), review-text extraction, or scheduled re-runs to track ecosystem growth? Open an issue or get in touch.

Why Use iPaaS Marketplace Scraper?

  • One schema across three marketplacessource_marketplace is the only field you have to switch on. Everything else maps to the same column names.
  • Zapier action/trigger counts — Most iPaaS scrapers stop at app name and category. This one returns the integration depth signal that actually matters when scoping a partner build.
  • Cloudflare handled — Make.com is the awkward one, and the actor ships with the residential proxy group that gets past it. You don't have to configure that yourself.