Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,5 @@ The URL is exposed as an environment variable `ACTOR_STANDBY_URL`. You can also

## Monetization of Actors with the Standby mode?

Currently, the Standby mode is in beta, and monetization is not supported. But we plan to enable it soon.
You can monetize Standby Actors just like any other Actors. We recommend using the pay per event monetization mode, as it aligns best with the Standby paradigm.
When monetizing your Actor in Standby mode using pay per event mode, you are not responsible for covering the platform usage costs of your users' runs. Users will need to cover both the platform usage costs (paid to Apify) and event costs (paid to you).
3 changes: 3 additions & 0 deletions sources/platform/actors/publishing/monetize.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ The following table summarizes the platform unit costs used for your cost comput

If you decide not to offer tiered discounts on your Actor, the unit prices for _FREE_ tier apply. To offer enterprise level services and unlock even cheaper unit prices for enterprise customers, please reach out to us.

**Cost of PPE Actors in Standby mode**
Note that when you monetize your Actor in Standby mode using pay per event mode only, you are not responsible for covering platform usage costs of your users' runs.

## Setting up monetization

Navigate to your [Actor page](https://console.apify.com/actors?tab=my) in Apify Console, choose the Actor that you want to monetize, and select the Publication tab.
Expand Down
3 changes: 3 additions & 0 deletions sources/platform/actors/running/store.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ You would still pay for all interactions after the Actor run finishes, same as f

You would still pay for the long term storage of results, same as for pay per result Actors.

#### Some Actors declare that I still need to pay for usage, how come?
When an Actor operates in [Standby mode](https://docs.apify.com/platform/actors/running/standby), you control how the background runs scale and how efficiently they are utilized. In this case, you are responsible for paying the platform usage costs of these runs in addition to the event charges. Some selected Standby Actors may have this usage component waived, so always check the pricing page of the specific Actor to determine whether you will be charged for usage or only for events.

#### Where do I see how much I was charged for the pay per result Actors?

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.
Expand Down
Loading