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/running/store.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,10 +149,12 @@ Pay per event Actor pricing model is very similar to the pay per result model. Y
149
149
#### How do I know Actor is paid per events?
150
150
You will the that the Actor is paid per events next to the Actor name.
151
151
152
-
[//]: #(TODO screenshot of PPE actor)
152
+
[//]: #(TODO: also show the screenshot from Apify Store on Web)
153
+
154
+

153
155
154
156
#### Do I need to pay a monthly rental fee to run the Actor?
155
-
No, the Actor is free to run. You only pay for the events.
157
+
No, you only pay for the events.
156
158
157
159
#### What happens when I interact with the dataset after the run finishes?
158
160
You would still pay for all interactions after the Actor run finishes, same as for pay per result Actors.
@@ -163,22 +165,20 @@ You would still pay for the long term storage of results, same as for pay per re
163
165
#### Where do I see how much I was charged for the pay per result Actors?
164
166
Similarly to pay per result Actors, you can see how much you have been charged on your invoices, and on the [Usage tab](https://console.apify.com/billing) of the Billing section in the Console.
165
167
166
-
[//]: #(TODO screenshot of usage section)
168
+

167
169
168
170
You can also see the cost of each run on the run detail itself.
169
171
170
-
[//]: #(TODO screenshot of run detail showing cost per run)
172
+

171
173
172
174
#### Can I put a cap on a cost of a single Actor run?
173
175
Yes, when starting an Actor run, you can define the maximum limit on the cost of that run. When the Actor reaches the defined limit, it should terminate gracefully. Even if it didn't, for any reason, and kept producing results, we make always sure you are never charged more that your defined limit.
174
176
175
-
[//]: #(TODO screenshot of run options with max cost option)
177
+

176
178
177
179
#### How do I raise a dispute if the charges for an Actor seem off?
178
180
Please, in such a case, do not hesitate to contact the Actor author or our support team. If you suspect a bug in the Actor, you can also always create an issue on the Actor detail in the Apify Console.
179
181
180
-
181
-
182
182
### Pay per usage
183
183
184
184
When you use a pay per usage Actor, you are only charged for the platform usage that the runs of this Actor generate. [Platform usage](./usage_and_resources.md) includes components such as compute units, operations on [storages](/platform/storage), and usage of [residential proxies](/platform/proxy/residential-proxy) or [SERPs](/platform/proxy/google-serp-proxy).
0 commit comments