Pricing and total cost of ownership
Subscription credits make the entry clear; workload shape determines the bill
On the official pricing page checked September 21, 2026, Apify lists Free at $0 with $5 in monthly usage, Starter at $19 per month with $19 in usage, Scale at $199 with $199 in usage, and Business at $999 with $999 in usage. Annual billing is advertised as a 10% saving. This is a useful starting point, but the subscription label is not the full cost model: compute, proxy use, storage, data transfer, retries, and any paid Actor Store pricing can all affect what a workload consumes.
| Public plan | Monthly price / included usage | Compute rate | Who should interpret it carefully |
|---|
| Free | $0 / $5 usage | $0.20 per CU | Evaluation and very small experiments. |
| Starter | $19 / $19 usage | $0.20 per CU | Individuals and small recurring jobs with controlled scope. |
| Scale | $199 / $199 usage | $0.16 per CU | Teams consolidating several workflows or increasing production volume. |
| Business | $999 / $999 usage | $0.13 per CU | Organizations with higher usage and procurement requirements. |
Apify defines a compute unit (CU) as 1 GB of RAM for one hour. Paid overage is invoiced, while included credits do not roll over. Marketplace Actors may charge by event or use, which means an apparently inexpensive subscription can still become costly if a selected Actor has a separate meter or a task is retried repeatedly.
Three usage scenarios
A solo researcher running occasional small jobs may fit the Free or Starter tier if the target, run frequency, output volume, and Actor price are known. The risk is less the base subscription than failing to stop a broad run, exporting more data than needed, or using a paid Actor without understanding its meter.
A growth or operations team running recurring workflows should model each workflow from trigger through delivery: input volume, target behavior, browser versus HTTP work, proxy needs, records returned, retries, storage retention, and downstream handling. Usage may be predictable only after a measured pilot. The total cost also includes a person who reviews broken or anomalous output.
A development team operating production pipelines should budget for platform usage plus integration engineering, version control, test fixtures, alerting, data quality checks, access management, compliance review, and fallback behavior. Do not calculate a reliable total from public list prices alone; target-site changes, proxy/network use, custom code, marketplace dependency, and engineering time can dominate the headline plan price.