Skip to content

Commit 99ff118

Browse files
Apply suggestions from code review
Co-authored-by: Michał Olender <[email protected]>
1 parent 3096c2f commit 99ff118

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following table compares the two main pricing models available for monetizin
3333
|-------------------------|-------------------------------|-------------------------------|-------------------------------|
3434
| Revenue scalability | Capped at monthly fee | Unlimited, scales with usage | Unlimited, scales with usage |
3535
| AI/MCP compatibility | ❌ Not compatible | ✅ Fully compatible | ✅ Fully compatible |
36-
| User cost predictability| Confusing (rental + usage) | Clear, transparent pricing | Clear, transparent pricing |
36+
| User cost predictability| Unpredictable (rental + usage) | Predictable | Predictable |
3737
| Store discounts | ❌ Single price only | ✅ Store discounts available | ✅ Store discounts available |
3838
| Marketing boost | Standard visibility | Priority store placement | Priority store placement |
3939
| Commission opportunities| Standard 20% | Standard 20% | Promotional 0% periods |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Actors can migrate between servers during execution, which restarts the process
145145

146146
### Charge for invalid input
147147

148-
Charge for things like URLs that appear valid but lead to errors (like 404s) since you actually had to open the page to discover the error. Return error items with proper error codes and messages instead of failing the entire Actor run.
148+
Charge for things like URLs that appear valid but lead to errors (like 404s) since you had to open the page to discover the error. Return error items with proper error codes and messages instead of failing the entire Actor run.
149149

150150
<Tabs groupId="main">
151151
<TabItem value="JavaScript" label="JavaScript">
@@ -317,7 +317,7 @@ Try to limit the number of events. Fewer events make it easier for users to unde
317317

318318
For Actors that produce data, events should map to something concrete in the user's dataset or storage.
319319

320-
However, we acknowledge that some events don't produce tangible results (such as running AI workflows or processing external API calls). This flexibility is what makes PPE pricing powerful. It gives you the freedom to charge for special operations, complex workflows, and unique value propositions.
320+
However, we acknowledge that some events don't produce tangible results (such as running AI workflows or processing external API calls). This flexibility gives you the freedom to charge for special operations, complex workflows, and unique value propositions.
321321

322322
Examples:
323323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The details on how your cost is computed can be found in [Example of a PPR prici
1818

1919
:::tip Additional benefits
2020

21-
Actors that implement PPR pricing receive additional benefits, including increased visibility in the Apify Store and enhanced discoverability for users looking for monetized solutions.
21+
Actors that implement PPR pricing receive additional benefits, including increased visibility in Apify Store and enhanced discoverability for users looking for monetized solutions.
2222

2323
:::
2424

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Only revenue and cost for Apify customers on paid plans are taken into considera
2727

2828
### User cost confusion
2929

30-
Users consistently report confusion about rental pricing because they pay both the monthly rental fee AND platform usage costs. A user might see an Actor priced at $20/month, only to discover their actual costs are $35-50 depending on usage. This can create confusion about total costs and make budgeting more difficult.
30+
Users consistently report confusion about rental pricing because they pay both the _monthly rental fee and platform usage costs_. A user might see an Actor priced at $20/month, only to discover their actual costs are $35-50 depending on usage. This can create confusion about total costs and make budgeting more difficult.
3131

3232
### Limited revenue scalability
3333

@@ -39,7 +39,7 @@ The growing limitation is AI compatibility. [Apify's MCP server](/platform/integ
3939

4040
## Consider pay-per-result or pay-per-event pricing models
4141

42-
Based on the reasons mentioned in [Disadvantages of the rental pricing model](#disadvantages-of-the-rental-pricing-model), we recommend using the [pay-per-result](/platform/actors/publishing/monetize/pay-per-result) or [pay-per-event](/platform/actors/publishing/monetize/pay-per-event) models instead.
42+
We recommend using the [pay-per-result](/platform/actors/publishing/monetize/pay-per-result) or [pay-per-event](/platform/actors/publishing/monetize/pay-per-event) models instead.
4343

4444
## Example of a rental pricing model
4545

0 commit comments

Comments
 (0)