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: apify-api/openapi/paths/actor-runs/actor-runs@{runId}@charge.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ post:
7
7
The event you are charging for must be one of the configured events in your Actor. If the Actor is not set up as pay per event, or if the event is not configured,
8
8
the endpoint will return an error. The endpoint must be called from the Actor run itself, with the same API token that the run was started with.
9
9
10
+
For more details about PPE pricing, see our [PPE documentation](/platform/actors/publishing/monetize/pay-per-event).
Copy file name to clipboardExpand all lines: sources/academy/platform/get_most_of_actors/store_basics/how_actor_monetization_works.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,11 @@ Monetizing your Actor on the Apify platform involves several key steps:
33
33
- 2nd user starts their trial but pays next month.
34
34
- 3rd user on a free plan finishes the trial without upgrading to a paid plan and can’t use the Actor further.
35
35
36
-
Learn more about the rental pricing model in our [documentation](/platform/actors/publishing/monetize#rental-pricing-model).
36
+
:::info Rental pricing details
37
+
38
+
If you want more details about rental pricing, please refer to our [rental pricing documentation](/platform/actors/publishing/monetize/rental).
39
+
40
+
:::
37
41
38
42
### Pay-per-result pricing model
39
43
@@ -49,7 +53,11 @@ Learn more about the rental pricing model in our [documentation](/platform/actor
49
53
- Dataset storage: $1 per 1,000 GB-hours
50
54
-_Example_: you set a price of $1 per 1,000 results. Two users generate 50,000 and 20,000 results, paying $50 and $20, respectively. If the platform usage costs are $5 and $2, your profit is $49.
51
55
52
-
Learn more about the pay-per-result pricing model in our [documentation](/platform/actors/publishing/monetize#pay-per-result-pricing-model).
56
+
:::info Pay-per-result details
57
+
58
+
If you want more details about PPR pricing, please refer to our [PPR documentation](/platform/actors/publishing/monetize/pay-per-result).
59
+
60
+
:::
53
61
54
62
### Pay-per-event pricing model
55
63
@@ -77,7 +85,11 @@ Learn more about the pay-per-result pricing model in our [documentation](/platfo
77
85
- This comes up to $1.625 of total revenue
78
86
- That means if platform usage costs are $0.365 for user A and $0.162 for user B your profit is $4.748
79
87
80
-
Learn more about the pay-per-event pricing model in our [documentation](/platform/actors/publishing/monetize#pay-per-event-pricing-model).
88
+
:::info Pay-per-event details
89
+
90
+
If you want more details about PPE pricing, please refer to our [PPE documentation](/platform/actors/publishing/monetize/pay-per-event).
0 commit comments