Skip to content

Commit 41957fb

Browse files
TC-MOclaude
andauthored
docs: Rental sunset partial (#2309)
Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 993643f commit 41957fb

6 files changed

Lines changed: 27 additions & 0 deletions

File tree

.markdownlintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ build
33
.claude
44
AGENTS.md
55
CLAUDE.md
6+
sources/_partials/*
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
:::caution Rental model sunset
2+
3+
Apify is sunsetting the rental pricing model. The following changes are scheduled for 2026:
4+
5+
- April 1 - You can no longer publish new rental Actors or change pricing on existing ones.
6+
- October 1 - Rental Actors are fully retired. All remaining Actors are migrated to pay-per-usage pricing.
7+
8+
For more information, visit the [#project-rentals](https://discord.gg/QfDmA7RGFu) channel on Apify Discord.
9+
10+
:::

sources/academy/build-and-publish/apify-store-basics/how_actor_monetization_works.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ slug: /actor-marketing-playbook/store-basics/how-actor-monetization-works
1010

1111
---
1212

13+
import RentalSunset from '../../../_partials/_rental-sunsetting.mdx';
14+
1315
## Monetizing your Actor
1416

1517
Monetizing your Actor on the Apify platform involves several key steps:
@@ -86,6 +88,8 @@ If you want more details about PPR pricing, refer to our [PPR documentation](/pl
8688

8789
### Rental pricing model
8890

91+
<RentalSunset/>
92+
8993
![rental model example](images/rental-model.png)
9094

9195
- _How it works_: you offer a free trial period and set a monthly fee. Users on Apify paid plans can continue using the Actor after the trial. You earn 80% of the monthly rental fees.

sources/academy/platform/get_most_of_actors/monetizing_your_actor.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@ unlisted: true
1010

1111
---
1212

13+
import RentalSunset from '../../../_partials/_rental-sunsetting.mdx';
14+
1315
When you publish your Actor on the Apify platform, you have the option to make it a _Paid Actor_ and earn revenue from users who benefit from your tool. You can choose between two pricing models:
1416

1517
- Rental
1618
- Pay-per-result
1719

1820
## Rental pricing model
1921

22+
<RentalSunset/>
23+
2024
With the rental model, you can specify a free trial period and a monthly rental price. After the trial, users with an [Apify paid plan](https://apify.com/pricing) can continue using your Actor by paying the monthly fee. You can receive 80% of the total rental fees collected each month.
2125

2226
<details>

sources/platform/actors/publishing/monetize/rental.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ sidebar_position: 3
99

1010
---
1111

12+
import RentalSunset from '../../../../_partials/_rental-sunsetting.mdx';
13+
14+
<RentalSunset/>
15+
1216
With the rental model, you can specify a free trial period and a monthly rental price. After the trial, users with an [Apify paid plan](https://apify.com/pricing) can continue using your Actor by paying the monthly fee. You can receive 80% of the total rental fees collected each month.
1317

1418
## How is profit computed

sources/platform/actors/running/store.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Anyone is welcome to [publish Actors](/platform/actors/publishing) in the store,
1818

1919
:::
2020

21+
import RentalSunset from '../../../_partials/_rental-sunsetting.mdx';
22+
2123
## Pricing models
2224

2325
[//]: # (TODO: link platform usage docs)
@@ -30,6 +32,8 @@ All Actors in [Apify Store](https://apify.com/store) fall into one of the four p
3032

3133
### Rental Actors
3234

35+
<RentalSunset/>
36+
3337
Rental Actors are Actors for which you have to pay a recurring fee to the developer after your trial period ends. This empowers the developer to dedicate more time and effort to their Actors, thus ensuring they are of the _highest quality_ and receive _ongoing maintenance_.
3438

3539
Most rental Actors have a _free trial_ period. The length of the trial is displayed on each Actor's page.

0 commit comments

Comments
 (0)