Skip to content

Commit 547636f

Browse files
committed
changes based on suggestion
1 parent a17842a commit 547636f

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

sources/platform/actors/publishing/monetize.mdx

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Actors in Apify Store can be published under one of the following pricing models
1818
1. **Free**: Users can run the Actor without any additional charges beyond the platform usage costs generated by the Actor.
1919
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.
2020
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.
2222

2323
### Rental pricing model
2424

@@ -51,30 +51,15 @@ In this model, you set a price per 1,000 results. Users are charged based on the
5151
| SERPs proxy | **$3** / 1,000 SERPs |
5252
| Data transfer - external | **$0.20** / GB |
5353
| Data transfer - internal | **$0.05** / GB |
54-
| Dataset - timed storage | **$1.00** / 1,000 GB-hours |
5554
| Dataset - reads | **$0.0004** / 1,000 reads |
5655
| Dataset - writes | **$0.005** / 1,000 writes |
57-
| Key-value store - timed storage | **$1.00** / 1,000 GB-hours |
5856
| Key-value store - reads | **$0.005** / 1,000 reads |
5957
| Key-value store - writes | **$0.05** / 1,000 writes |
6058
| Key-value store - lists | **$0.05** / 1,000 lists |
61-
| Request queue - timed storage | **$4.00** / 1,000 GB-hours |
6259
| Request queue - reads | **$0.004** / 1,000 reads |
6360
| Request queue - writes | **$0.02** / 1,000 writes |
6461

65-
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.
7863

7964
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).
8065

0 commit comments

Comments
 (0)