You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/academy/platform/get_most_of_actors/monetizing_your_actor.md
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,41 @@ At the end of each month, we will then add up all rental fees collected in that
31
31
32
32
## Pay-per-result pricing model {#pay-per-result-pricing-model}
33
33
34
-
If you make your Actor pay-per-result instead, you will set the price per 1,000 results, and users will be charged for your Actor solely based on the number of results your Actor produces. That's your _revenue_. The underlying [platform usage](https://docs.apify.com/platform/actors/running/usage-and-resources) the Actor generates, using the free plan unit pricing, is your _cost_. Your profit which is then paid to you is computed as 80% of the revenue minus the costs, i.e. `(0.8 * revenue) - costs = profit`. This profit is also paid out monthly.
34
+
If you make your Actor pay-per-result instead, you will set the price per 1,000 results, and users will be charged for your Actor solely based on the number of results your Actor produces. That's your _revenue_. The underlying [platform usage](https://docs.apify.com/platform/actors/running/usage-and-resources) the Actor generates, using the pay-per-result unit pricing defined below, is your _cost_. Your profit which is then paid to you is computed as 80% of the revenue minus the costs, i.e. `(0.8 * revenue) - costs = profit`. This profit is also paid out monthly.
35
+
36
+
### Pay-per-result unit pricing for cost computation
Gigabyte-hours (GB-hours) are a unit of measurement used to quantify data storage and processing capacity over time.
59
+
To calculate GB-hours, multiply the amount of data in gigabytes by the number of hours it's stored or processed.
60
+
61
+
Suppose you host 50GB of data for 30 days. To calculate this in GB-hours:
62
+
63
+
- Convert days to hours: _30 * 24 = 720_
64
+
- Multiply data size by hours: _50 * 720 = 36,000_
65
+
66
+
This means that storing 50 GB of data for 30 days results in 36,000 GB-hours.
67
+
68
+
:::
35
69
36
70
Note that only revenue and cost for Apify customers on [paid plans](https://apify.com/pricing) are taken into consideration when computing your profit. Users on free plans are not reflected there, although you can see statistics about the potential revenue of users that are currently on free plans in Actor insights in the Apify Console.
0 commit comments