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/platform/actors/publishing/monetize.mdx
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Actors in Apify Store can be published under one of the following pricing models
18
18
1.**Free**: Users can run the Actor without any additional charges beyond the platform usage costs generated by the Actor.
19
19
2.**Rental**: Users pay for the platform usage costs. However, after a trial period, they need to pay a flat monthly fee to the developer to continue using the Actor.
20
20
3.**Pay per result**: Users don't pay for the platform usage costs. Instead, they pay the developer based on the number of results produced by the Actor.
21
-
4.**Pay per event**: Users don't pay for the platform usage cost the Actor generates. Instead, they pay based on specific events defined by the developer, such as generating a single result or starting the Actor.
21
+
4.**Pay per event**: Users don't pay for the platform usage cost the Actor generates. Instead, they pay based on specific events that are programmatically triggered from the Actor's source code. These events are defined by the developer and can include actions such as generating a single result or starting an Actor.
22
22
23
23
### Rental pricing model
24
24
@@ -51,30 +51,15 @@ In this model, you set a price per 1,000 results. Users are charged based on the
Only revenue and cost for Apify customers on paid plans 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.
66
-
67
-
:::note What are Gigabyte-hours?
68
-
69
-
Gigabyte-hours (GB-hours) are a unit of measurement used to quantify data storage and processing capacity over time. To calculate GB-hours, multiply the amount of data in gigabytes by the number of hours it's stored or processed.
70
-
71
-
For example, if you host 50GB of data for 30 days:
72
-
73
-
- Convert days to hours: _30 * 24 = 720_
74
-
- Multiply data size by hours: _50 * 720 = 36,000_
75
-
76
-
This means that storing 50 GB of data for 30 days results in 36,000 GB-hours.
77
-
:::
62
+
Only revenue and cost for Apify customers on paid plans are taken into consideration when computing your profit. Users on free plans are not reflected there.
78
63
79
64
Read more about Actors on Apify Store and different pricing models from the perspective of your users in the [Store documentation](https://docs.apify.com/platform/actors/running/actors-in-store).
0 commit comments