Skip to content

Commit 5ac3ab6

Browse files
committed
add images per pricing model in a Tab component
1 parent 424a2a3 commit 5ac3ab6

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed
124 KB
Loading
106 KB
Loading
113 KB
Loading

sources/platform/actors/publishing/monetize.mdx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ sidebar_position: 2
99

1010
---
1111

12+
import Tabs from '@theme/Tabs';
13+
import TabItem from '@theme/TabItem';
14+
1215
Apify Store allows you to monetize your web scraping and automation projects by publishing them as Paid Actors. This guide explains the available pricing models and how to get started.
1316

1417
## Pricing models
@@ -133,8 +136,20 @@ Navigate to your [Actor page](https://console.apify.com/actors?tab=my) in Apify
133136
![Monetization section](./images/monetization-section.png)
134137
Open the Monetization section and complete your billing and payment details.
135138
![Set up monetization](./images/monetize_actor_set_up_monetization.png)
136-
Follow the monetization wizard to configure. Follow the monetization wizard to configure your pricing model.
139+
Choose the pricing model for your Actor.
137140
![Monetization wizard](./images/monetization_wizard.png)
141+
Follow the monetization wizard to configure your pricing model.
142+
<Tabs>
143+
<TabItem value="Rental" label="Rental">
144+
![rental moentization wizard](./images/rental-wizard.png)
145+
</TabItem>
146+
<TabItem value="Pay-per-result" label="Pay-per-result">
147+
![ppr moentization wizard](./images/ppr-wizard.png)
148+
</TabItem>
149+
<TabItem value="Pay-per-event" label="Pay-per-event">
150+
![ppe moentization wizard](./images/ppe-wizard.png)
151+
</TabItem>
152+
</Tabs>
138153

139154
## Changing monetization
140155

0 commit comments

Comments
 (0)