diff --git a/package-lock.json b/package-lock.json index daca111320..07f0d933db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ }, "apify-docs-theme": { "name": "@apify/docs-theme", - "version": "1.0.209", + "version": "1.0.210", "license": "ISC", "dependencies": { "@apify/docs-search-modal": "^1.2.2", diff --git a/sources/academy/platform/get_most_of_actors/monetizing_your_actor.md b/sources/academy/platform/get_most_of_actors/monetizing_your_actor.md index 6561af4159..57895f76ba 100644 --- a/sources/academy/platform/get_most_of_actors/monetizing_your_actor.md +++ b/sources/academy/platform/get_most_of_actors/monetizing_your_actor.md @@ -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 | diff --git a/sources/academy/platform/get_most_of_actors/store_basics/how_actor_monetization_works.md b/sources/academy/platform/get_most_of_actors/store_basics/how_actor_monetization_works.md index 8e6a13af36..c7e986d1df 100644 --- a/sources/academy/platform/get_most_of_actors/store_basics/how_actor_monetization_works.md +++ b/sources/academy/platform/get_most_of_actors/store_basics/how_actor_monetization_works.md @@ -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 diff --git a/sources/platform/actors/publishing/monetize/pricing_and_costs.mdx b/sources/platform/actors/publishing/monetize/pricing_and_costs.mdx index e50d4920d7..4ec96447ac 100644 --- a/sources/platform/actors/publishing/monetize/pricing_and_costs.mdx +++ b/sources/platform/actors/publishing/monetize/pricing_and_costs.mdx @@ -21,7 +21,7 @@ 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. @@ -29,7 +29,7 @@ The following table summarizes the platform unit costs used for your cost comput | 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 |