M SwapToMartech

automation-ipaas

Zapier alternatives: the billing model is the story

By Chris Li, Editor Last revisited How we rank

Zapier advertises "from $19.99/month." Its own pricing payload goes up to $5,868/year. The reason is that Zapier bills every action step as a task, so your bill scales with workflow complexity, not just business volume. Here is the arithmetic, both vendors' verified ladders, and the point where switching actually pays.

Comparison table (live data)

GitHub metrics snapshot: 2026-07-29

Project Stars Activity
n8n
Source-available workflow automation with a visual editor and 400+ integrations
198.4k This week

Zapier and n8n do not charge for the same thing, and that single fact matters more than any feature comparison. Zapier bills per task — one successful action step. n8n bills per execution — one whole workflow run, however many nodes it contains. Same automation work, two different meters.

This has a consequence most comparison articles miss: on Zapier, adding a step to an existing workflow raises your bill without producing any more business value. A filter, a formatter, an extra lookup — each one multiplies against your run volume every month.

We pulled both vendors' complete price ladders out of their own pricing payloads on 2026-07-25 rather than trusting the headline numbers, then calculated the crossover point. Below: what the meters actually cost, where switching pays, where it emphatically does not, and the two things about n8n that most "open-source Zapier alternative" posts get wrong.

1. Why the headline price is misleading

Zapier's pricing page says Professional starts at $19.99/month. That is true, and it buys 750 tasks a month.

Here is the problem. Zapier's help centre defines a task as "any successful action that runs in Zapier." Consider a routine lead-handling workflow:

  1. Trigger: new form submission (free — triggers don't count)
  2. Look up the company in your CRM (1 task)
  3. Classify the lead with an AI step (1 task)
  4. Create or update the CRM record (1 task)
  5. Draft a follow-up email (1 task)
  6. Post to a Slack channel (1 task)

That is 5 tasks per lead. At 150 leads a month you have used 750 tasks — your entire entry-tier allowance — on one workflow. Zapier's own documentation notes that its Lead Router consumes 5 tasks per routed lead and that Zapier MCP consumes 2 tasks per tool call, so this is not a contrived example.

One r/zapier user documented what this feels like in practice when he added AI steps to three existing workflows:

"Been on the Professional plan for over a year with no issues. Added OpenAI nodes to 3 workflows 6 weeks ago. Bill jumped to $160 this month. The problem: every AI call counts as a task, and AI calls are happening constantly. One workflow alone burned through 400 tasks in a week."

His business volume did not change. His workflow composition did. That is the mechanism this whole article is about.

He also described the part that is hardest to defend against — you cannot see it happening:

"the email drafting node was running on every lead including the ones the classifier marked as low fit. was paying for it for like two weeks before i noticed. no alert, no log that made sense, just a bill that was higher than it should've been."

We checked whether a spending cap exists. A Zapier staff member answered directly in the same thread:

"There's no hard cap per workflow right now, but the Usage Insights tab in your Billing and usage settings can give you a clear view of your task usage at any point. If you want per workflow alerts, one option is to add Zapier Tables actions to the end of each Zap to update a Zap's task count."

The recommended solution is to build automation that monitors your automation. That is a fair workaround, and it is also a clear statement that predictable per-workflow spend is not something the platform offers.

2. Zapier's real price ladder

Because the task-tier selector renders client-side, the visible page shows only the entry price. The full plan catalogue is embedded in the page's own data payload. Extracted on 2026-07-25, Professional billed annually:

Tasks / month Annual cost Effective $ / 1k tasks
750 $240 $26.65
1,500 $468 $26.00
2,000 $588 $24.50
5,000 $1,068 $17.80
10,000 $1,548 $12.90
20,000 $2,268 $9.45
50,000 $3,468 $5.78
100,000 $5,868 $4.89

Two things stand out. The ladder reaches $5,868/year — roughly 24x the advertised entry price. And the unit rate improves as you scale, from $26.65 per thousand tasks down to $4.89. Zapier is not gouging heavy users; it is expensive in the middle, which is exactly where a small team with a few multi-step workflows lands.

3. Where switching actually pays

Now the comparison that matters. For a workflow with N billable steps running R times a month, Zapier charges for N × R tasks while n8n charges for R executions. Both columns below pick the cheapest tier that covers the workload:

Annual cost of Zapier Professional versus n8n Cloud for the same automation workload, grouped by workflow step count
Runs/mo Zapier tasks Zapier Professional n8n Cloud Difference
Workflow with 3 billable steps
500 1,500 $468 $273 −$195
1,000 3,000 $1,068 $273 −$795
2,000 6,000 $1,548 $273 −$1,275
5,000 15,000 $2,268 $683 −$1,585
Workflow with 5 billable steps
500 2,500 $1,068 $273 −$795
1,000 5,000 $1,068 $273 −$795
2,000 10,000 $1,548 $273 −$1,275
5,000 25,000 $3,468 $683 −$2,785
Workflow with 10 billable steps
500 5,000 $1,068 $273 −$795
1,000 10,000 $1,548 $273 −$1,275
2,000 20,000 $2,268 $273 −$1,995
5,000 50,000 $3,468 $683 −$2,785
Annual prices, billed yearly, from each vendor's own pricing payload (fetched 2026-07-25). Both ladders pick the cheapest tier that covers the workload. n8n quotes in euros; converted at the ECB reference rate of 1.1377 EUR/USD (2026-07-24), so the dollar figures move with the exchange rate. n8n Cloud self-serve tiers only — the sales-led Business tiers cost several times more at comparable volumes. Zapier's per-task pricing means the same workload gets more expensive as you add steps; n8n's per-execution pricing does not.

Read the step-count groups vertically. At the same 1,000 runs a month, a 3-step workflow and a 10-step workflow cost n8n exactly the same — $273/year — while Zapier goes from $1,068 to $1,548. The n8n column barely moves as complexity rises. That is the structural difference, stated in dollars.

4. When you should stay on Zapier

Our own arithmetic argues against switching more often than you might expect, so here is the honest floor.

Below about 750 tasks a month, Zapier is cheaper outright. Zapier's entry rung is $240/year; n8n's cheapest paid tier is $273/year, because n8n quotes €240 and the euro is currently strong. A 3-step workflow running 250 times a month costs $240 on Zapier versus $273 on n8n Cloud. Switching loses money.

Between roughly 1,000 and 1,500 tasks a month the gap is about $195/year. That is real but small — likely less than the value of the hours you would spend migrating and relearning a tool.

And integration coverage remains Zapier's strongest argument. From the same thread that produced the billing complaint:

"if you are confortable with technical nature of n8n, it will cost you lesser than Zapier because n8n doesn't charge per step, they charge per workflow execution. But I always recommend Zapier for its ease of use over any other tool except when cost is really a constraint."

There is also a cheaper fix that does not involve leaving. The user whose bill hit $160 solved most of it by adding a filter step before his expensive AI node, so only qualified leads reached it: "killed about 60% of my AI calls overnight." Filters that stop a run do not consume tasks. Auditing your Zaps for steps that run on records they should skip is free, takes an afternoon, and may well be enough.

5. Two things about n8n most articles get wrong

First, the case in n8n's favour, because it is genuinely strong. As of 2026-07-29 the repository has 198,441 stars and 1,010 commits in the last four weeks, on release n8n@2.32.5. That is not a hobby project coasting on old momentum; it is one of the most actively developed tools we track. Both caveats below are real, but neither is about the software being neglected.

It is not open source

You will see n8n listed in "best open-source Zapier alternatives" constantly. That label is incorrect, and if your legal or procurement team reviews tooling it will matter.

n8n uses the Sustainable Use License, which is not OSI-approved — GitHub reports the repository licence as NOASSERTION. We read the licence text directly rather than relying on summaries. The binding clause:

"You may use or modify the software only for your own internal business purposes or for non-commercial or personal use. You may distribute the software or provide it to others only if you do so free of charge for non-commercial purposes."

The same file also excludes any source file with .ee. in its name from that licence, requiring a paid Enterprise licence instead. Practically: automating your own company's work is squarely permitted. Wrapping n8n in a product you sell is not. The project calls this model "fair-code" rather than open source, which is the honest description — and worth noting, n8n's founder has said publicly that the company would have preferred a recognised source-available licence had a suitable one existed when they chose.

Self-hosting is free software, not free operations

Self-hosting n8n costs nothing in licence fees for internal use. It is not free of risk. The most-upvoted cautionary account we found on r/n8n (54 upvotes) documents a routine version bump going wrong:

"I recently upgraded my self hosted n8n to version 2.9.4. I normally upgrade by changing the version in docker-compose and restarting the container. This time the upgrade broke and I ended up losing all workflows. Good thing I had backups of my important production workflows so I restored them. But I lost all my testing workflows, experiments, custom nodes, and custom Lang Chain nodes."

The causes he traced — a failed database migration, Docker volume paths pointing somewhere unexpected, SQLite write-ahead-log data loss during recovery — are ordinary self-hosting hazards. They are manageable. They are also work that Zapier does for you, and they are the reason our arbitrage model treats self-hosting as carrying a real annual cost floor rather than being free.

If you want the execution-based billing model without owning the operations, n8n Cloud is the middle path, and it is what the crossover table above prices. Self-hosting is the cheaper option only if your time is worth less than the difference.

Self-hosting is not the cheap exit until you are quite large

The table above compares Zapier against n8n Cloud. It does not compare n8n Cloud against running n8n yourself, and that comparison changes the recommendation. A server sized for this job is $600/year in our model (8 GB / 4 vCPU at $480 plus a $120 ops allowance). n8n Cloud Starter is $273/year and covers 2,500 executions a month. So for most readers of this page, the hosted plan is not the expensive option — it is less than half the price of the server, and it comes with the upgrades and backups that the incident above was about.

Self-hosting only wins once your execution volume pushes you past n8n Cloud's $683/year Pro tier, which covers 10,000 executions a month. Above that the fixed server cost stops moving while the hosted bill keeps climbing. At an assumed 5 steps per workflow, that is roughly 50,000 Zapier tasks a month — well beyond where most teams reading this sit.

6. The verdict

  • Under ~750 tasks/month: stay on Zapier. It is cheaper than n8n Cloud and easier. No further analysis needed.
  • 750–1,500 tasks/month: stay, but audit your Zaps for steps running on records they should filter out first. That is usually where the waste is.
  • Multi-step workflows above ~2,000 tasks/month: run the numbers. At 5 steps and 2,000 runs the gap is $1,275/year, which justifies a migration project.
  • Above ~10,000 tasks/month with complex workflows: the gap reaches four figures annually. Migrate to n8n Cloud.
  • Self-hosting: not the cheap exit for most readers. n8n Cloud Starter ($273/yr) undercuts a $600/yr server, so self-hosting only pays above roughly 50,000 tasks/month — and at that volume n8n's docs want queue mode with Redis and separate workers, not one box. Choose it for data control, not to save money.
  • Any volume, if you are reselling automation to clients: read the Sustainable Use License first. Self-hosted n8n inside a service you sell is a licence question, not a cost question.

Pricing extracted from Zapier's and n8n's own pricing payloads on 2026-07-25. n8n quotes in euros; dollar figures converted at the ECB reference rate of 1.1377 EUR/USD (2026-07-24) and will drift with the exchange rate. Zapier Enterprise and n8n Business tiers are sales-led and not publicly priced, so they are excluded. We earn a commission if you subscribe to n8n Cloud through our link; it does not change the arithmetic above, which is generated from the vendor data files in this repository.

Ready to deploy?

The self-host options above all run cleanly on modern VPS providers. Our recommended stack:

We earn a commission from DigitalOcean, Cloudways and Vultr when you sign up through the links above, and from some links in the article. We only include hosts we run production workloads on. Prices shown are the vendors' published rates; clicking through does not change what you pay. The OSS rankings above are independent of this section.

Related guides