You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/academy/platform/get_most_of_actors/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,12 @@ slug: /get-most-of-actors
12
12
13
13
---
14
14
15
-
[Apify Store](https://apify.com/store) is home to hundreds of public actors available to the Apify community. Anyone is welcome to [publish actors](/platform/actors/publishing) in the store, and you can even [monetize your actors](https://get.apify.com/monetize-your-code).
15
+
[Apify Store](https://apify.com/store) is home to hundreds of public actors available to the Apify community. Anyone is welcome to [publish actors](/platform/actors/publishing) in the store, and you can even [monetize your Actors](https://get.apify.com/monetize-your-code).
16
16
17
17
In this section, we will go over some of the practical steps you can take to ensure the high quality of your public actors. You will learn:
18
18
19
19
1. Actor naming and README best practices.
20
-
2. How to monetize your actor.
20
+
2. How to monetize your Actor.
21
21
3. Tips and tricks to attract more users to your actor's page.
Copy file name to clipboardExpand all lines: sources/platform/actors/development/actor_definition/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Actors have the following elements:
23
23
24
24
The documentation and the input/output schemas make it possible for people to easily understand what the Actor does, enter the required inputs both in the user interface or API, and integrate the Actor's results with their other workflows. Actors can easily call and interact with each other, enabling building more complex systems on top of simple ones.
25
25
26
-
The Apify platform provides an open [API](/api/v2), cron-style [scheduler](../../schedules), [webhooks](../../../integrations/webhooks/index.md), and [integrations](../../integrations) to services such as Zapier or Make, which make it easy for users to integrate actors with their existing workflows. Anyone is welcome to [publish Actors](/platform/actors/publishing) in [Apify Store](https://apify.com/store), and you can even [monetize your Actors](/platform/actors/publishing/monetize).
26
+
The Apify platform provides an open [API](/api/v2), cron-style [scheduler](../../schedules), [webhooks](../../../integrations/webhooks/index.md), and [integrations](../../integrations) to services such as Zapier or Make, which make it easy for users to integrate Actors with their existing workflows. Anyone is welcome to [publish Actors](/platform/actors/publishing) in [Apify Store](https://apify.com/store), and you can even [monetize your Actors](/platform/actors/publishing/monetize).
27
27
28
28
Actors can be developed and run locally and then easily deployed to the Apify platform using the [Apify CLI](/cli) or a [GitHub integration](../../../integrations/github.md). For more details, see the [Deployment](../deployment/index.md) section.
> Anyone is welcome to [publish Actors](/platform/actors/publishing) in the store, and you can even [monetize your Actors](/platform/actors/publishing/monetize). For more information about how to monetize your Actor, best practices, SEO, and promotion tips and tricks, head over to the [Getting the most of your public Actors in the Apify Store](/academy/get-most-of-actors) section of the Apify Developers Academy.
12
+
> Anyone is welcome to [publish Actors](/platform/actors/publishing) in the store, and you can even [monetize your Actors](/platform/actors/publishing/monetize). For more information about how to monetize your Actor, best practices, SEO, and promotion tips and tricks, head over to the [Getting the most of your public Actors in Apify Store](/academy/get-most-of-actors) section of the Apify Developers Academy.
13
13
14
14
15
15
Some Actors are free to use (you will be charged only for the Apify platform usage), while others are paid with different pricing models. This page explains all the options.
@@ -19,7 +19,7 @@ Some Actors are free to use (you will be charged only for the Apify platform usa
19
19
All actors in [Apify Store](https://apify.com/store) fall into one of these three pricing models:
20
20
21
21
1.[**free**](#free-actors) - you can run the actor freely and you only pay for platform usage the actor generates.
22
-
2.[**rental**](#rental-actors) - same as free, but in order to be able to run the actor after the trial period, you need to rent the actor from the developer and pay a flat monthly fee on the top of the platform usage the actor generates.
22
+
2.[**rental**](#rental-actors) - same as free, but in order to be able to run the actor after the trial period, you need to rent the actor from the developer and pay a flat monthly fee on the top of the platform usage the Actor generates.
23
23
3.[**paid per result**](#actors-paid-per-result) - you do not pay for platform usage the actor generates and only pay for the results it produces.
24
24
25
25
### Free actors
@@ -35,7 +35,7 @@ When you use a free Actor, you are only charged for the platform usage that the
35
35
36
36
### Rental actors
37
37
38
-
Rental Actors are like free Actors, but with a slight difference. When you use a rental Actor, you pay a fee to the its developer. This empowers the developer to dedicate more time and effort to their Actors, thus ensuring these Actors are of the **highest quality** and receive **ongoing maintenance**.
38
+
Rental Actors are like free Actors, but with a slight difference. When you use a rental Actor, you pay a fee to its developer. 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**.
39
39
40
40

41
41
@@ -47,7 +47,7 @@ Each rental Actor has a **free trial,** where the trial's length is always shown
After a trial, a flat monthly **Actor rental** fee is automatically charged from your prepaid platform usage in advance for the following month. This fee goes directly to the developer, and it is paid on top of the platform usage generated by the Actor. You can read more about our motivation for releasing rental Actors in [this blog post](https://blog.apify.com/make-regular-passive-income-developing-web-automation-actors-b0392278d085/) from Apify's CEO Jan Čurn.
50
+
After a trial period, a flat monthly **Actor rental** fee is automatically charged from your prepaid platform usage in advance for the following month. This fee goes directly to the developer and is paid on top of the platform usage generated by the Actor. You can read more about our motivation for releasing rental Actors in [this blog post](https://blog.apify.com/make-regular-passive-income-developing-web-automation-actors-b0392278d085/) from Apify's CEO Jan Čurn.
51
51
52
52
**Can I run rental Actors via API or the Apify client?**
53
53
@@ -83,7 +83,7 @@ During your trial or any time after that, **you can always turn off auto-renewal
83
83
84
84
Since Actor rental fees are paid from prepaid platform usage, these fees conceptually belong under platform usage.
85
85
86
-
Hence, you can find the breakdown of how much you have been charged for rental Actors on the bottom of the **Platform usage** tab in the [Billing](https://console.apify.com/billing) section. The overall sum will also be visible in the usage bar chart and the table on the top of the same tab.
86
+
You can find the breakdown of how much you have been charged for rental Actors at the bottom of the **Platform usage** tab in the [Billing](https://console.apify.com/billing) section. The overall sum will also be visible in the usage bar chart and the table at the top of the same tab.
87
87
88
88

0 commit comments