Skip to content

Commit 70d80c0

Browse files
committed
add new lines after headings
1 parent b74180b commit 70d80c0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sources/platform/actors/running/store.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,27 +142,33 @@ at the bottom of the [Usage tab](https://console.apify.com/billing).
142142
![Actor pay-per-result cost](./images/store/pay_per_result_actor_items.png)
143143

144144
### Pay per event
145+
145146
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.
146147

147148
#### Pay per event Actors - Frequently Asked Questions
148149

149150
#### How do I know Actor is paid per events?
151+
150152
You will the that the Actor is paid per events next to the Actor name.
151153

152154
[//]: # (TODO: also show the screenshot from Apify Store on Web)
153155

154156
![Example pay per event Actor](./images/store/pay_per_event_example_actor.png)
155157

156158
#### Do I need to pay a monthly rental fee to run the Actor?
159+
157160
No, you only pay for the events.
158161

159162
#### What happens when I interact with the dataset after the run finishes?
163+
160164
You would still pay for all interactions after the Actor run finishes, same as for pay per result Actors.
161165

162166
#### Do I pay for the storage of results on the Apify platform?
167+
163168
You would still pay for the long term storage of results, same as for pay per result Actors.
164169

165170
#### Where do I see how much I was charged for the pay per result Actors?
171+
166172
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.
167173

168174
![Pay per event Actor - historical usage tab](./images/store/pay_per_event_historical_usage_tab.png)
@@ -172,11 +178,13 @@ You can also see the cost of each run on the run detail itself.
172178
![Pay per event Actor - run detail](./images/store/pay_per_event_price_on_run_detail.png)
173179

174180
#### Can I put a cap on a cost of a single Actor run?
181+
175182
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.
176183

177184
![Pay per event Actor - max charge per run](./images/store/pay_per_event_price_on_run_detail.png)
178185

179186
#### How do I raise a dispute if the charges for an Actor seem off?
187+
180188
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.
181189

182190
### Pay per usage

0 commit comments

Comments
 (0)