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
Pay per event Actor pricing model is very similar to the pay per result model. You still do not pay the underlying platform usage. Instead of results, you pay for specific events defined by the creator of the Actor. These events will vary between Actors, and will always be described, together with their pricing, on each Actor. Example events might be producing a single result, doing a unit piece of work (e.g. uploading a file) or starting an Actor.
146
147
147
148
#### Pay per event Actors - Frequently Asked Questions
148
149
149
150
#### How do I know Actor is paid per events?
151
+
150
152
You will the that the Actor is paid per events next to the Actor name.
151
153
152
154
[//]: #(TODO: also show the screenshot from Apify Store on Web)
153
155
154
156

155
157
156
158
#### Do I need to pay a monthly rental fee to run the Actor?
159
+
157
160
No, you only pay for the events.
158
161
159
162
#### What happens when I interact with the dataset after the run finishes?
163
+
160
164
You would still pay for all interactions after the Actor run finishes, same as for pay per result Actors.
161
165
162
166
#### Do I pay for the storage of results on the Apify platform?
167
+
163
168
You would still pay for the long term storage of results, same as for pay per result Actors.
164
169
165
170
#### Where do I see how much I was charged for the pay per result Actors?
171
+
166
172
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.
167
173
168
174

@@ -172,11 +178,13 @@ You can also see the cost of each run on the run detail itself.
172
178

173
179
174
180
#### Can I put a cap on a cost of a single Actor run?
181
+
175
182
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.
176
183
177
184

178
185
179
186
#### How do I raise a dispute if the charges for an Actor seem off?
187
+
180
188
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.
0 commit comments