Skip to content

Commit 5cb0bea

Browse files
mhamasnovotnyjTheoVasilis
authored
feat: improve pay per result docs (#597)
Co-authored-by: Jan Novotný <naj.yntovon@gmail.com> Co-authored-by: TheoVasilis <98097738+TheoVasilis@users.noreply.github.com>
1 parent 3f67b8e commit 5cb0bea

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
93.3 KB
Loading
104 KB
Loading

sources/platform/actors/running/store.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ Under the **pay per result** model, all platform costs generated **during the ru
117117

118118
You will still be charged for the timed storage of the data in the same fashion as with any other Actor. You can always decide to delete the dataset to reduce your costs after you export the data from the platform. By default, any unnamed dataset will be automatically removed after your data retention period, so in most cases, this is nothing to worry about.
119119

120+
**Can I set a cap on how many results an Actor should return?**
121+
You can set a limit on how many items an Actor should return and the amount you will be charged in Options on the Actor detail page in the section below the Actor input.
122+
123+
![Max items for pay-per-result](./images/store/pay_per_result_max_items.png)
124+
120125
**Can I publish an Actor that is paid per result?**
121126

122127
Publishing an Actor that is paid per result is not yet available publicly as this pricing model is still in beta.
@@ -133,7 +138,10 @@ On the top of that, you can see how much you have been charged for a specific ru
133138

134139
![Run cost shown on the overview of all runs](./images/store/pay_per_result_run_list.png)
135140

136-
<!-- TODO - add info about where to see this at per-actor level -->
141+
If you wish to see how much you have been charged for a particular Actor, you will find this information
142+
at the bottom of the [Usage tab](https://console.apify.com/billing).
143+
144+
![Actor pay-per-result cost](./images/store/pay_per_result_actor_items.png)
137145

138146
## Reporting issues with Actors
139147

0 commit comments

Comments
 (0)