Skip to content

Commit 9b33a5b

Browse files
committed
Finish docs
1 parent 1a5cbef commit 9b33a5b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed
18.7 KB
Loading
52.2 KB
Loading
26.2 KB
Loading
20.4 KB
Loading

sources/platform/actors/running/store.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,12 @@ Pay per event Actor pricing model is very similar to the pay per result model. Y
149149
#### How do I know Actor is paid per events?
150150
You will the that the Actor is paid per events next to the Actor name.
151151

152-
[//]: # (TODO screenshot of PPE actor)
152+
[//]: # (TODO: also show the screenshot from Apify Store on Web)
153+
154+
![Example pay per event Actor](./images/store/pay_per_event_example_actor.png)
153155

154156
#### 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.
156158

157159
#### What happens when I interact with the dataset after the run finishes?
158160
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
163165
#### Where do I see how much I was charged for the pay per result Actors?
164166
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.
165167

166-
[//]: # (TODO screenshot of usage section)
168+
![Pay per event actor - historical usage tab](./images/store/pay_per_event_historical_usage_tab.png)
167169

168170
You can also see the cost of each run on the run detail itself.
169171

170-
[//]: # (TODO screenshot of run detail showing cost per run)
172+
![Pay per event actor - run detail](./images/store/pay_per_event_price_on_run_detail.png)
171173

172174
#### Can I put a cap on a cost of a single Actor run?
173175
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.
174176

175-
[//]: # (TODO screenshot of run options with max cost option)
177+
![Pay per event actor - max charge per run](./images/store/pay_per_event_price_on_run_detail.png)
176178

177179
#### How do I raise a dispute if the charges for an Actor seem off?
178180
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.
179181

180-
181-
182182
### Pay per usage
183183

184184
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

Comments
 (0)