Skip to content

Commit 7f94454

Browse files
mhamasTC-MO
andauthored
feat: lower CU price in developer pricing (#1919)
Co-authored-by: Michał Olender <[email protected]>
1 parent b0fb4b5 commit 7f94454

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sources/academy/platform/get_most_of_actors/monetizing_your_actor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In this model, you set a price per 1000 results. Users are charged based on the
4141

4242
| Service | Unit price |
4343
|:--------------------------------|:---------------------------|
44-
| Compute unit | **$0.4** / CU |
44+
| Compute unit | **$0.3** / CU |
4545
| Residential proxies | **$13** / GB |
4646
| SERPs proxy | **$3** / 1,000 SERPs |
4747
| Data transfer - external | **$0.20** / GB |

sources/academy/platform/get_most_of_actors/store_basics/how_actor_monetization_works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Learn more about the rental pricing model in our [documentation](/platform/actor
4242
- _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.
4343
- _Profit calculation_: `profit = (0.8 * revenue) - platform usage costs`
4444
- _Cost breakdown_:
45-
- Compute unit: $0.4 per CU
45+
- Compute unit: $0.3 per CU
4646
- Residential proxies: $13 per GB
4747
- SERPs proxy: $3 per 1,000 SERPs
4848
- Data transfer (external): $0.20 per GB

sources/platform/actors/publishing/monetize/pricing_and_costs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ Platform usage by _FREE_ tier users is covered by Apify and does not contribute
2121

2222
:::
2323

24-
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.
24+
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.
2525

2626
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.
2727

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

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

0 commit comments

Comments
 (0)