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/store_basics/how_actor_monetization_works.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -49,18 +49,19 @@ Monetizing your Actor on the Apify platform involves several key steps:
49
49
### Pay-per-event pricing model
50
50
51
51
-_How it works_: you charge users based on specific events triggered programmatically by your Actor's code. You earn 80% of the revenue minus platform costs.
52
-
-_Example_: you set the following events for your Actor:
52
+
-_Event cost example_: you set the following events for your Actor:
53
53
-`Actor start per 1 GB of memory` at 0.005$
54
54
-`Pages scraped` at 0.002$
55
55
-`Page opened with residential proxy` at 0.002$ - this is on top of `Pages scraped`
56
56
-`Page opened with a browser` at 0.002$ - this is on top of `Pages scraped`
57
+
-_Example_:
57
58
- User A:
58
59
- Started the Actor 10 times = 0.05$
59
60
- Scraped 1000 pages = 2.00$
60
61
- 500 of those were scraped using residential proxy = 1.00$
61
62
- 300 of those were scraped using browser = 0.90$
62
63
- This comes up to 3.95$ of total revenue
63
-
--User B:
64
+
- User B:
64
65
- Started the Actor 5 times = 0.025$
65
66
- Scraped 500 pages = 1.00$
66
67
- 200 of those were scraped using residential proxy = 0.40$
0 commit comments