Skip to content

Commit 010476d

Browse files
committed
formatting adjustments
1 parent dcf8746 commit 010476d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sources/academy/platform/get_most_of_actors/store_basics/how_actor_monetization_works.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,19 @@ Monetizing your Actor on the Apify platform involves several key steps:
4949
### Pay-per-event pricing model
5050

5151
- _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:
5353
- `Actor start per 1 GB of memory` at 0.005$
5454
- `Pages scraped` at 0.002$
5555
- `Page opened with residential proxy` at 0.002$ - this is on top of `Pages scraped`
5656
- `Page opened with a browser` at 0.002$ - this is on top of `Pages scraped`
57+
- _Example_:
5758
- User A:
5859
- Started the Actor 10 times = 0.05$
5960
- Scraped 1000 pages = 2.00$
6061
- 500 of those were scraped using residential proxy = 1.00$
6162
- 300 of those were scraped using browser = 0.90$
6263
- This comes up to 3.95$ of total revenue
63-
- - User B:
64+
- User B:
6465
- Started the Actor 5 times = 0.025$
6566
- Scraped 500 pages = 1.00$
6667
- 200 of those were scraped using residential proxy = 0.40$

0 commit comments

Comments
 (0)