Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ In this model, you set a price per 1000 results. Users are charged based on the

| Service | Unit price |
|:--------------------------------|:---------------------------|
| Compute unit | **$0.4** / CU |
| Compute unit | **$0.3** / CU |
| Residential proxies | **$13** / GB |
| SERPs proxy | **$3** / 1,000 SERPs |
| Data transfer - external | **$0.20** / GB |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Learn more about the rental pricing model in our [documentation](/platform/actor
- _How it works_: you charge users based on the number of results your Actor generates. You earn 80% of the revenue minus platform usage costs.
- _Profit calculation_: `profit = (0.8 * revenue) - platform usage costs`
- _Cost breakdown_:
- Compute unit: $0.4 per CU
- Compute unit: $0.3 per CU
- Residential proxies: $13 per GB
- SERPs proxy: $3 per 1,000 SERPs
- Data transfer (external): $0.20 per GB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Platform usage by _FREE_ tier users is covered by Apify and does not contribute

:::

To calculate your costs for a specific run by paying user, multiply the unit cost of each service by the quantity consumed. For example, if a _BRONZE_ tier user run uses 10 compute units (CUs) at $0.4/CU, your cost would be $4.
To calculate your costs for a specific run by paying user, multiply the unit cost of each service by the quantity consumed. For example, if a _BRONZE_ tier user run uses 10 compute units (CUs) at $0.3/CU, your cost would be $3.

As highlighted in the [How to attract larger customers of PPE and PPR Actors](#how-to-attract-larger-customers-of-ppe-and-ppr-actors) section, if your Actor uses tiered pricing, the user's discount tier determines the unit costs applied to their runs. Your costs are lower for higher tiers, enabling you to offer more competitive pricing to these customers, while sustaining healthy profit margins.

The following table summarizes the platform unit costs used for your cost computation across different discount tiers.

| Service (unit) | _FREE_ | _BRONZE_ | _SILVER_ | _GOLD_ |
|:--------------------------------------|--------:|---------:|---------:|--------:|
| Compute unit (per CU) | $0.4 | $0.4 | $0.3 | $0.25 |
| Compute unit (per CU) | $0.3 | $0.3 | $0.25 | $0.2 |
| Residential proxies (per GB) | $8 | $8 | $7.5 | $7 |
| SERPs proxy (per 1,000 SERPs) | $2.5 | $2.5 | $2 | $1.7 |
| Data transfer - external (per GB) | $0.2 | $0.2 | $0.19 | $0.18 |
Expand Down