Skip to content

Commit 2b4374b

Browse files
committed
nits
1 parent 156096f commit 2b4374b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sources/platform/actors/publishing/monetize.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You make your Actor rental with 7-day free trial and then $30/month. During the
4141
The first user pays their first rent 7 days after the free trial, i.e., on the 22nd of the month. The second user only starts paying the rent next month. The third user is on the Apify free plan, so after the free trial ends on the 27th of the month, they are not charged and cannot use the Actor further until they get a paid plan. Your profit is computed only from the first user. They were charged $30, so 80% of this goes to you, i.e., _0.8 * 30 = $24_.
4242
</details>
4343

44-
### Pay-per-result(PPR) pricing model
44+
### Pay-per-result (PPR) pricing model
4545

4646
In this model, you set a price per 1,000 results. Users are charged based on the number of results your Actor produces and stores in the run's default dataset. Your profit is calculated as 80% of the revenue minus platform usage costs. The formula is:
4747

@@ -69,7 +69,7 @@ To ensure profitable operation:
6969
- Test your Actor with various result volumes to determine optimal pricing
7070
- Push at least one "error item" to the dataset for invalid input or if search query didn't generate any result. This will prevent users running your Actor for free.
7171

72-
### Pay-per-event pricing model
72+
### Pay-per-event (PPE) pricing model
7373

7474
The pay-per-event pricing model offers a flexible monetization option for Actors on Apify Store. Unlike pay per result, PPE allows you to charge users based on specific events triggered programmatically by your Actor's code.
7575

@@ -146,7 +146,7 @@ In addition to the standard tiers, Apify provides further tiers specifically for
146146

147147
For both PPE and PPR Actors, profit is computed using the formula `(0.8 * revenue) - costs`. In this section, we'll explain how the `costs` component is calculated.
148148

149-
When paying users run your Actor, it generates platform usage in the form of compute units, data traffic, API operations etc. This usage determines the `costs` in the profit formula above.
149+
When paying users run your Actor, it generates platform usage in the form of compute units, data traffic, API operations etc. This usage determines the `costs` in the profit formula above.
150150

151151
:::note _FREE_ tier usage
152152

0 commit comments

Comments
 (0)